org.tentackle.db.rmi
Interface ModificationLogRemoteDelegate
- All Superinterfaces:
- DbObjectRemoteDelegate, Remote, RemoteDelegate
- All Known Implementing Classes:
- ModificationLogRemoteDelegateImpl
public interface ModificationLogRemoteDelegate
- extends DbObjectRemoteDelegate
Remote delegate interface for ModificationLog.
- Author:
- harald
| Methods inherited from interface org.tentackle.db.rmi.DbObjectRemoteDelegate |
deleteObject, deletePlain, dummyUpdate, getExpirationBacklog, getExpiredTableSerials, insertObject, insertPlain, isReferenced, save, select, selectAll, selectAllCursor, selectExpiredTableSerials, selectExpiredTableSerials, selectInValidContext, selectLocked, selectModification, selectSerial, updateObject, updatePlain, updateSerial, updateSerialAndTableSerial, updateTableSerial |
selectFirst
ModificationLog selectFirst()
throws RemoteException
- Throws:
RemoteException
selectByObject
List<ModificationLog> selectByObject(String objectClass,
long objectId)
throws RemoteException
- Throws:
RemoteException
isReferencingUser
boolean isReferencingUser(String user)
throws RemoteException
- Throws:
RemoteException
isReferencingObject
boolean isReferencingObject(String objectClass,
long objectId)
throws RemoteException
- Throws:
RemoteException
Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de