public interface IExportProfileTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
java.lang.String |
addProfile(ExportProfileTO to) |
void |
deleteProfile(java.lang.String keyID) |
ExportProfileTO[] |
enumProfiles() |
FileDefTO |
exportProfile(ExportProfileTO to) |
ExportProfileTO |
findProfile(java.lang.String keyID) |
java.lang.String |
getItemSummary(java.lang.String keyID,
boolean expandItems) |
ExportProfileState |
getProfileState(java.lang.String keyID) |
boolean |
isProfileUpToDate(java.lang.String keyID) |
void |
updateProfile(ExportProfileTO to) |
void |
uploadProfile(UploadProfileInput input) |
void deleteProfile(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String addProfile(ExportProfileTO to) throws java.rmi.RemoteException
java.rmi.RemoteException
void updateProfile(ExportProfileTO to) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getItemSummary(java.lang.String keyID, boolean expandItems) throws java.rmi.RemoteException
java.rmi.RemoteException
ExportProfileTO[] enumProfiles() throws java.rmi.RemoteException
java.rmi.RemoteException
void uploadProfile(UploadProfileInput input) throws java.rmi.RemoteException
java.rmi.RemoteException
FileDefTO exportProfile(ExportProfileTO to) throws java.rmi.RemoteException
java.rmi.RemoteException
ExportProfileState getProfileState(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
ExportProfileTO findProfile(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isProfileUpToDate(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException