com.hack23.cia.model.api.application.administration
Interface UserSessionData

Package class diagram package UserSessionData
All Superinterfaces:
ApplicationData, Data, ModelObject, PersistedModelObject, Resource, Serializable
All Known Implementing Classes:
UserSession

public interface UserSessionData
extends ApplicationData

The Interface UserSessionData.


Method Summary
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

addActionEvent

void addActionEvent(ActionEvent actionEvent)
Adds the action event.

Parameters:
actionEvent - the action event

getActive

boolean getActive()
Gets the active.

Returns:
the active

getClientHost

String getClientHost()
Gets the client host.

Returns:
the client host

getCreatedAt

Date getCreatedAt()
Gets the created at.

Returns:
the created at

getEventsData

List<EventData> getEventsData()
Gets the events data.

Returns:
the events data

getLanguageContentByLanguage

Set<LanguageContentData> getLanguageContentByLanguage(LanguageData languageData)
Gets the language content by language.

Parameters:
languageData - the language data
Returns:
the language content by language

getLanguageData

LanguageData getLanguageData()
Gets the language data.

Returns:
the language data

getPortalData

PortalData getPortalData()
Gets the portal data.

Returns:
the portal data

getServerHost

String getServerHost()
Gets the server host.

Returns:
the server host

getSessionId

String getSessionId()
Gets the session id.

Returns:
the session id

getUserData

UserData getUserData()
Gets the user data.

Returns:
the user data

setUserData

void setUserData(UserData user)
Sets the user data.

Parameters:
user - the new user data


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.