Package overit.geocall.basic
Class ContactManager
java.lang.Object
overit.geocall.basic.ContactManager
- All Implemented Interfaces:
Serializable,Identified
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns theIdentityassociated to the componentGet informations about last logins related to the connected user.voidvoidonContactStop(boolean explicitLogout) voidvoidMethod invoked when a new view has been created.voidMethod invoked when a view has been removed.voidsetIdentity(Identity identity) Sets theIdentityto the component
-
Field Details
-
_identity
-
_accountingInfo
-
-
Constructor Details
-
ContactManager
public ContactManager()
-
-
Method Details
-
getIdentity
Description copied from interface:IdentifiedReturns theIdentityassociated to the component- Specified by:
getIdentityin interfaceIdentified- Returns:
- The Identity of the user currently logged in the application
-
setIdentity
Description copied from interface:IdentifiedSets theIdentityto the component- Specified by:
setIdentityin interfaceIdentified- Parameters:
identity- The Identity that must be associated to the component
-
onContactStart
public void onContactStart() -
onContactStop
public void onContactStop(boolean explicitLogout) -
onViewStart
public void onViewStart()Method invoked when a new view has been created. -
onViewStop
public void onViewStop()Method invoked when a view has been removed. -
onEvent
- Parameters:
msg- è nullo se non passato alcun parametro o se i parametri passati non sono validi o accettabili dal firewall
-
getLastUserAccess
Get informations about last logins related to the connected user.- Returns:
- a DBView instance containing the 3 most recent login's informations (ordered by login timestamp). It doesn't contains the informations about the current web session.
-