public interface ITProfileManager
| Modifier and Type | Method and Description |
|---|---|
ProfileBean |
copyProfile(int toCopy) |
void |
deleteAllProfiles() |
boolean |
deleteProfileById(int profileId) |
ProfileBean |
getProfileById(Integer i) |
ProfileBean |
getProfileByKey(String profileKey) |
ProfileGroupBean |
getProfileGroupByKey(String profileGroupKey) |
List<Integer> |
getProfileIDs() |
ProfileBean |
installProfile(InputStream is,
String profileKey,
boolean addDefaultNotificationScheme)
Deploys a previously stored Profile
|
ProfileGroupBean |
installProfileGroup(InputStream is,
String profileGroupKey,
boolean addDefaultNotificationScheme) |
void |
updateProfile(ProfileBean profile) |
ProfileBean installProfile(InputStream is, String profileKey, boolean addDefaultNotificationScheme) throws RemoteException
is - profileprofileKey, - used as a unique key to locate the Bean / EntityaddDefaultNotificationScheme, - if true, use the system default, otherwise leave no scheme assignedRemoteException - if it breaksProfileGroupBean installProfileGroup(InputStream is, String profileGroupKey, boolean addDefaultNotificationScheme) throws RemoteException
RemoteExceptionProfileBean getProfileById(Integer i) throws RemoteException
RemoteExceptionProfileBean getProfileByKey(String profileKey) throws RemoteException
RemoteExceptionProfileGroupBean getProfileGroupByKey(String profileGroupKey)
boolean deleteProfileById(int profileId)
void updateProfile(ProfileBean profile)
void deleteAllProfiles()
ProfileBean copyProfile(int toCopy) throws JAXBException
JAXBExceptionCopyright © 2008–2018 The Plugin People. All rights reserved.