public interface IUserTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
UserPreferences |
getUserPreferences(boolean createIfNone) |
UserProperty |
getUserProperty(java.lang.String propName) |
java.lang.String |
setUserPreferences(UserPreferences pref) |
java.lang.String |
setUserProperty(java.lang.String propName,
java.lang.Object propValue) |
UserProperty getUserProperty(java.lang.String propName) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String setUserProperty(java.lang.String propName, java.lang.Object propValue) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String setUserPreferences(UserPreferences pref) throws java.rmi.RemoteException
java.rmi.RemoteException
UserPreferences getUserPreferences(boolean createIfNone) throws java.rmi.RemoteException
java.rmi.RemoteException