Class PresenceModifier
java.lang.Object
com.saperion.ngc.dialogs.userprofile.PresenceModifier
- All Implemented Interfaces:
UserSettingsModifier
,Serializable
Modifies the current user settings by setting the presence of the current user to true or false.
Created by IntelliJ IDEA.
User: jsc
Date: 09.03.12
Time: 18:15
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PresenceModifier
public PresenceModifier(boolean present) Literal constructor.- Parameters:
present
- The value the presence should be set to.
-
-
Method Details
-
modify
Description copied from interface:UserSettingsModifier
Implement to define action that modifies the current user.- Specified by:
modify
in interfaceUserSettingsModifier
- Throws:
SystemException
- when the server call failsAuthenticationException
- when authorization fails
-
equals
-
hashCode
public int hashCode() -
toString
-