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 a EntityTab.

Author:
Javier Paniza
  • Method Details

    • findEntity

      Object findEntity(Object[] clave) throws javax.ejb.FinderException, 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
      RemoteException
    • getSum

      Number getSum(String property) throws RemoteException
      Throws:
      RemoteException
    • getChunkSize

      int getChunkSize()
      Since:
      5.7