org.tentackle.db.rmi
Interface DbPreferencesNodeRemoteDelegate

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

public interface DbPreferencesNodeRemoteDelegate
extends DbObjectRemoteDelegate

Remote delegate interface for DbPreferencesNode.

Author:
harald

Method Summary
 List<DbPreferencesNode> selectByParentId(long parentId)
           
 DbPreferencesNode selectByUserAndName(String user, String name)
           
 Set<Long> selectChildIds(long parentId)
           
 
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

selectByParentId

List<DbPreferencesNode> selectByParentId(long parentId)
                                         throws RemoteException
Throws:
RemoteException

selectByUserAndName

DbPreferencesNode selectByUserAndName(String user,
                                      String name)
                                      throws RemoteException
Throws:
RemoteException

selectChildIds

Set<Long> selectChildIds(long parentId)
                         throws RemoteException
Throws:
RemoteException


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