|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserSessionData
The Interface UserSessionData.
Method Summary | |
---|---|
void |
addActionEvent(ActionEvent actionEvent)
Adds the action event. |
boolean |
getActive()
Gets the active. |
String |
getClientHost()
Gets the client host. |
Date |
getCreatedAt()
Gets the created at. |
List<EventData> |
getEventsData()
Gets the events data. |
LanguageData |
getLanguageData()
Gets the language data. |
PortalData |
getPortalData()
Gets the portal data. |
String |
getServerHost()
Gets the server host. |
String |
getSessionId()
Gets the session id. |
UserData |
getUserData()
Gets the user data. |
void |
setUserData(UserData user)
Sets the user data. |
Methods inherited from interface com.hack23.cia.model.api.common.Resource |
---|
getResourceType |
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject |
---|
getId, getTypeContext, getVersion, isNew, setId, setVersion |
Method Detail |
---|
void addActionEvent(ActionEvent actionEvent)
actionEvent
- the action eventboolean getActive()
String getClientHost()
Date getCreatedAt()
List<EventData> getEventsData()
LanguageData getLanguageData()
PortalData getPortalData()
String getServerHost()
String getSessionId()
UserData getUserData()
void setUserData(UserData user)
user
- the new user data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |