public interface TrashEntryServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
deleteEntries(long groupId) |
void |
deleteEntries(long[] entryIds) |
void |
deleteEntry(long entryId) |
void |
deleteEntry(java.lang.String className,
long classPK) |
TrashEntryList |
getEntries(long groupId) |
TrashEntryList |
getEntries(long groupId,
int start,
int end,
OrderByComparator obc) |
void |
moveEntry(java.lang.String className,
long classPK,
long destinationContainerModelId,
ServiceContext serviceContext) |
TrashEntrySoap |
restoreEntry(long entryId) |
TrashEntrySoap |
restoreEntry(long entryId,
long overrideClassPK,
java.lang.String name) |
TrashEntrySoap |
restoreEntry(java.lang.String className,
long classPK) |
TrashEntrySoap |
restoreEntry(java.lang.String className,
long classPK,
long overrideClassPK,
java.lang.String name) |
void deleteEntries(long[] entryIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteEntries(long groupId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteEntry(long entryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteEntry(java.lang.String className,
long classPK)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionTrashEntryList getEntries(long groupId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionTrashEntryList getEntries(long groupId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid moveEntry(java.lang.String className,
long classPK,
long destinationContainerModelId,
ServiceContext serviceContext)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionTrashEntrySoap restoreEntry(long entryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionTrashEntrySoap restoreEntry(long entryId, long overrideClassPK, java.lang.String name) throws java.rmi.RemoteException
java.rmi.RemoteExceptionTrashEntrySoap restoreEntry(java.lang.String className, long classPK) throws java.rmi.RemoteException
java.rmi.RemoteExceptionTrashEntrySoap restoreEntry(java.lang.String className, long classPK, long overrideClassPK, java.lang.String name) throws java.rmi.RemoteException
java.rmi.RemoteException