public interface ChangeLogRemote extends Remote
| Modifier and Type | Method and Description |
|---|---|
ChangeLogObjectType[] |
getChangeLogObjectTypes() |
ChangeLogRecord |
getChangeLogRecord(long id) |
ChangeLogRecord |
getChangeLogRecordForObjectType(long id,
long objectTypeId) |
ChangeLogRecordSet |
getChangeLogRecords(ChangeLogRecordSearchCriteria criteria) |
void |
updateChangeLogRecordComments(long changeLogRecordId,
String comments) |
void |
updateChangeLogRecordCommentsForObjectType(long changeLogRecordId,
String comments,
long objectTypeId) |
ChangeLogRecordSet getChangeLogRecords(ChangeLogRecordSearchCriteria criteria) throws RemoteException, ApiException
RemoteExceptionApiExceptionChangeLogRecord getChangeLogRecordForObjectType(long id, long objectTypeId) throws RemoteException, ApiException
RemoteExceptionApiExceptionChangeLogObjectType[] getChangeLogObjectTypes() throws RemoteException
RemoteExceptionvoid updateChangeLogRecordComments(long changeLogRecordId,
String comments)
throws RemoteException,
ApiException
RemoteExceptionApiExceptionvoid updateChangeLogRecordCommentsForObjectType(long changeLogRecordId,
String comments,
long objectTypeId)
throws RemoteException,
ApiException
RemoteExceptionApiExceptionChangeLogRecord getChangeLogRecord(long id) throws RemoteException, ApiException
RemoteExceptionApiExceptionCopyright © 2015. All Rights Reserved.