Class PresenceModifier
- java.lang.Object
-
- com.saperion.ngc.dialogs.userprofile.PresenceModifier
-
- All Implemented Interfaces:
UserSettingsModifier
,java.io.Serializable
public class PresenceModifier extends java.lang.Object implements UserSettingsModifier
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PresenceModifier(boolean present)
Literal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
void
modify()
Implement to define action that modifies the current user.java.lang.String
toString()
-
-
-
Method Detail
-
modify
public void modify() throws SystemException, AuthenticationException
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
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-