org.exoplatform.community.brandadvocacy.portlet.backend.controllers
Class LoginController

java.lang.Object
  extended by org.exoplatform.community.brandadvocacy.portlet.backend.controllers.LoginController
All Implemented Interfaces:
Serializable

@Named(value="loginController")
public class LoginController
extends Object
implements Serializable

Created by exoplatform on 10/10/14.

See Also:
Serialized Form

Constructor Summary
LoginController()
           
 
Method Summary
 String getCurrentProgramId()
           
 String getCurrentUserName()
           
 Boolean getIsMPDetail()
           
 String getRights()
           
 Boolean isAdmin()
           
 Boolean isShippingManager()
           
 Boolean isValidator()
           
 void setCurrentProgramId(String currentProgramId)
           
 void setCurrentUserName(String currentUserName)
           
 void setIsMPDetail(Boolean isMPDetail)
           
 void setRights(String rights)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginController

public LoginController()
Method Detail

getCurrentUserName

public String getCurrentUserName()

setCurrentUserName

public void setCurrentUserName(String currentUserName)

getCurrentProgramId

public String getCurrentProgramId()

setCurrentProgramId

public void setCurrentProgramId(String currentProgramId)

getRights

public String getRights()

setRights

public void setRights(String rights)

isAdmin

public Boolean isAdmin()

isValidator

public Boolean isValidator()

isShippingManager

public Boolean isShippingManager()

getIsMPDetail

public Boolean getIsMPDetail()

setIsMPDetail

public void setIsMPDetail(Boolean isMPDetail)


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.