Package org.openxava.tab.impl
Interface IEntityTabImpl
-
- All Superinterfaces:
IDataReader
,ISearch
,IWithXTableModel
- All Known Implementing Classes:
EntityTab
public interface IEntityTabImpl extends IWithXTableModel, ISearch, IDataReader
Interface to facilite a remote implementation of aEntityTab
.- Author:
- Javier Paniza
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
-
Methods inherited from interface org.openxava.tab.impl.IDataReader
getResultSize, nextChunk, reset
-
Methods inherited from interface org.openxava.tab.impl.IWithXTableModel
getTable
-
-
-
-
Method Detail
-
findEntity
java.lang.Object findEntity(java.lang.Object[] clave) throws javax.ejb.FinderException, java.rmi.RemoteException
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.FinderException
java.rmi.RemoteException
-
getSum
java.lang.Number getSum(java.lang.String property) throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
-
getChunkSize
int getChunkSize()
- Since:
- 5.7
-
-