org.tentackle.db.rmi
Interface DbPreferencesKeyRemoteDelegate

All Superinterfaces:
DbObjectRemoteDelegate, Remote, RemoteDelegate
All Known Implementing Classes:
DbPreferencesKeyRemoteDelegateImpl

public interface DbPreferencesKeyRemoteDelegate
extends DbObjectRemoteDelegate

Remote delegate interface for DbPreferencesKey.

Author:
harald

Method Summary
 int deleteByNodeId(long nodeId)
           
 List<DbPreferencesKey> selectByNodeId(long nodeId)
           
 DbPreferencesKey selectByNodeIdKey(long nodeId, String key)
           
 
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
 

Method Detail

selectByNodeId

List<DbPreferencesKey> selectByNodeId(long nodeId)
                                      throws RemoteException
Throws:
RemoteException

selectByNodeIdKey

DbPreferencesKey selectByNodeIdKey(long nodeId,
                                   String key)
                                   throws RemoteException
Throws:
RemoteException

deleteByNodeId

int deleteByNodeId(long nodeId)
                   throws RemoteException
Throws:
RemoteException


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de