|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteProfileManager
| Method Summary | |
|---|---|
void |
addProfile(java.lang.String profileName,
java.util.Properties prop,
java.lang.String submitter)
Adds a DHTML profile using the specified profile name. |
void |
addProfile(java.lang.String profileType,
java.lang.String profileName,
java.util.Properties prop,
java.lang.String submitter)
Adds a profile using the specified profile name. |
java.lang.String[] |
getAllProfileNames()
Gets all predefined DHTML profile names. |
java.lang.String[] |
getAllProfileNames(java.lang.String profileType)
Gets all predefined profile names. |
java.util.Properties |
getDefaultProfile()
Gets built-in default DHTML profile, which contains full functions. |
java.util.Properties |
getDefaultProfile(java.lang.String profileType)
Gets built-in default profile, which contains full functions. |
java.util.Properties |
getProfile(java.lang.String profileName)
Gets a DHTML profile by the specified profile name. |
java.util.Properties |
getProfile(java.lang.String profileType,
java.lang.String profileName)
Gets a profile by the specified profile name. |
void |
removeProfile(java.lang.String profileName,
java.lang.String submitter)
Removes the specified DHTML profile. |
void |
removeProfile(java.lang.String profileType,
java.lang.String profileName,
java.lang.String submitter)
Removes the specified profile. |
void |
updateProfile(java.lang.String profileName,
java.util.Properties prop,
java.lang.String submitter)
Updates a DHTML profile using the specified function list. |
void |
updateProfile(java.lang.String profileType,
java.lang.String profileName,
java.util.Properties prop,
java.lang.String submitter)
Updates a profile using the specified function list. |
| Method Detail |
|---|
void addProfile(java.lang.String profileName,
java.util.Properties prop,
java.lang.String submitter)
throws java.rmi.RemoteException
profileName - The specified DHTML profile name.prop - A Properties object that contains predefined functions of profile.submitter - The user who requests the operation. Only administrator has the permission to perform the action.
java.rmi.RemoteException - If communication-related error occurs during RMI call execution or not.
void addProfile(java.lang.String profileType,
java.lang.String profileName,
java.util.Properties prop,
java.lang.String submitter)
throws java.rmi.RemoteException
profileType - The specified profile type.profileName - The specified profile name.prop - A Properties object that contains predefined functions of profile.submitter - The user who requests the operation. Only administrator has the permission to perform the action.
java.rmi.RemoteException - If communication-related error occurs during RMI call execution or not.
void removeProfile(java.lang.String profileName,
java.lang.String submitter)
throws java.rmi.RemoteException
profileName - The DHTML profile name.submitter - The user who requests the operation, only administrator has the permission to perform the action.
java.rmi.RemoteException - If communication-related error occurs during RMI call execution or not.
void removeProfile(java.lang.String profileType,
java.lang.String profileName,
java.lang.String submitter)
throws java.rmi.RemoteException
profileType - The specified profile type.profileName - The profile name.submitter - The user who requests the operation, only administrator has the permission to perform the action.
java.rmi.RemoteException - If communication-related error occurs during RMI call execution or not.
void updateProfile(java.lang.String profileName,
java.util.Properties prop,
java.lang.String submitter)
throws java.rmi.RemoteException
profileName - The DHTML profile name.prop - A Properties object that contains the predefined functions need to update to profile.submitter - The user who requests the operation, only administrator has the permission to perform the action.
java.rmi.RemoteException - If communication-related error occurs during RMI call execution or not.
void updateProfile(java.lang.String profileType,
java.lang.String profileName,
java.util.Properties prop,
java.lang.String submitter)
throws java.rmi.RemoteException
profileType - The specified profile type.profileName - The profile name.prop - A Properties object that contains the predefined functions need to update to profile.submitter - The user who requests the operation, only administrator has the permission to perform the action.
java.rmi.RemoteException - If communication-related error occurs during RMI call execution or not.
java.lang.String[] getAllProfileNames()
throws java.rmi.RemoteException
String array that contains all predefined profile names.
java.rmi.RemoteException - If communication-related error occurs during RMI call execution or not.
java.lang.String[] getAllProfileNames(java.lang.String profileType)
throws java.rmi.RemoteException
profileType - The specified profile type.
String array that contains all predefined profile names.
java.rmi.RemoteException - If communication-related error occurs during RMI call execution or not.
java.util.Properties getProfile(java.lang.String profileName)
throws java.rmi.RemoteException
profileName - The DHTML profile name.
Properties object that contains predefined functions of profile.
java.rmi.RemoteException - If communication-related error occurs during RMI call execution or not.
java.util.Properties getProfile(java.lang.String profileType,
java.lang.String profileName)
throws java.rmi.RemoteException
profileType - The specified profile type.profileName - The profile name.
Properties object that contains predefined functions of profile.
java.rmi.RemoteException - If communication-related error occurs during RMI call execution or not.
java.util.Properties getDefaultProfile()
throws java.rmi.RemoteException
Properties object that contains full functions.
java.rmi.RemoteException - If communication-related error occurs during RMI call execution or not.
java.util.Properties getDefaultProfile(java.lang.String profileType)
throws java.rmi.RemoteException
profileType - The specified profile type.
Properties object that contains full functions.
java.rmi.RemoteException - If communication-related error occurs during RMI call execution or not.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||