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.RemoteExceptionjava.lang.String addProfile(ExportProfileTO to) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateProfile(ExportProfileTO to) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getItemSummary(java.lang.String keyID,
boolean expandItems)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionExportProfileTO[] enumProfiles() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid uploadProfile(UploadProfileInput input) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileDefTO exportProfile(ExportProfileTO to) throws java.rmi.RemoteException
java.rmi.RemoteExceptionExportProfileState getProfileState(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionExportProfileTO findProfile(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isProfileUpToDate(java.lang.String keyID)
throws java.rmi.RemoteException
java.rmi.RemoteException