Interface IEntityTabImpl
- All Superinterfaces:
IDataReader, ISearch, IWithXTableModel
- All Known Implementing Classes:
EntityTab
Interface to facilite a remote implementation of
a
EntityTab. - Author:
- Javier Paniza
-
Method Summary
Modifier and TypeMethodDescriptionfindEntity(Object[] clave) Search a concrete entity from a key.intMethods inherited from interface IDataReader
getResultSize, nextChunk, resetMethods inherited from interface IWithXTableModel
getTable
-
Method Details
-
findEntity
Search a concrete entity from a key.Ususally thie key is obtained from columns of table (IXTableModel).
This method is used from IXTableModel.getObjectAt. It is not normal that a application programmer call this method directly.- Throws:
javax.ejb.FinderExceptionRemoteException
-
getSum
- Throws:
RemoteException
-
getChunkSize
int getChunkSize()- Since:
- 5.7
-