public class LoginAction extends MagalieActionSupport
| Modifier and Type | Field and Description |
|---|---|
protected List<Building> |
allBuildings |
protected List<MagalieUser> |
allMagalieUsers |
protected String |
buildingId |
protected BuildingsService |
buildingsService |
protected String |
companyId |
protected CompanyService |
companyService |
protected String |
magalieUserId |
protected MagalieUsersService |
magalieUsersService |
protected MagalieSession |
session |
messages, SHORTCUTS| Constructor and Description |
|---|
LoginAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute() |
List<Building> |
getAllBuildings() |
List<MagalieUser> |
getAllMagalieUsers() |
String |
getBuildingId() |
String |
getMagalieUserId() |
String |
input() |
void |
setBuildingId(String buildingId) |
void |
setBuildingsService(BuildingsService buildingsService) |
void |
setCompanyId(String companyId) |
void |
setCompanyService(CompanyService companyService) |
void |
setMagalieUserId(String magalieUserId) |
void |
setMagalieUsersService(MagalieUsersService magalieUsersService) |
void |
setSession(MagalieSession session) |
addMessage, getMessages, getShortcuts, isWithMessages, setMessages, toStringaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validateprotected MagalieUsersService magalieUsersService
protected BuildingsService buildingsService
protected CompanyService companyService
protected List<MagalieUser> allMagalieUsers
protected MagalieSession session
protected String companyId
protected String magalieUserId
protected String buildingId
public void setMagalieUsersService(MagalieUsersService magalieUsersService)
public void setBuildingsService(BuildingsService buildingsService)
public void setCompanyService(CompanyService companyService)
public void setSession(MagalieSession session)
public void setCompanyId(String companyId)
public void setMagalieUserId(String magalieUserId)
public void setBuildingId(String buildingId)
public String input()
input in class com.opensymphony.xwork2.ActionSupportpublic String getMagalieUserId()
public String getBuildingId()
public List<MagalieUser> getAllMagalieUsers()
public String execute()
execute in interface com.opensymphony.xwork2.Actionexecute in class com.opensymphony.xwork2.ActionSupportCopyright © 2013 CodeLutin. All rights reserved.