| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface UserSessionData extends ApplicationData
The Interface UserSessionData.
| Modifier and Type | Method and Description | 
|---|---|
 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.  | 
 Set<LanguageContentData> | 
getLanguageContentByLanguage(LanguageData languageData)
Gets the language content by language.  | 
 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()
Set<LanguageContentData> getLanguageContentByLanguage(LanguageData languageData)
languageData - the language dataLanguageData 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 | |||||||||