public interface IEntityTabImpl extends IWithXTableModel, ISearch, IDataReader
EntityTab
. Modifier and Type | Method and Description |
---|---|
java.lang.Object |
findEntity(java.lang.Object[] clave)
Search a concrete entity from a key.
|
int |
getChunkSize() |
java.lang.Number |
getSum(java.lang.String property) |
getTable
getResultSize, nextChunk, reset
java.lang.Object findEntity(java.lang.Object[] clave) throws javax.ejb.FinderException, java.rmi.RemoteException
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.
javax.ejb.FinderException
java.rmi.RemoteException
java.lang.Number getSum(java.lang.String property) throws java.rmi.RemoteException
java.rmi.RemoteException
int getChunkSize()