Interface ISearch

All Known Subinterfaces:
IEntityTabImpl, ITabProvider
All Known Implementing Classes:
EntityTab, JPATabProvider, TabProviderBase

public interface ISearch
Allows search specifying a concrete condition.

It uses EJB exceptions to facilitate a remote implementation.

Author:
Javier Paniza
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    search(String condition, Object key)
    Execute search.
  • Method Details

    • search

      void search(String condition, Object key) throws javax.ejb.FinderException, RemoteException
      Execute search.

      If there are no object then generate a empty result, but does not throw a exception.

      Parameters:
      condition - Condition to use in search.
      key - Key to send to search
      Throws:
      javax.ejb.FinderException - Any logic problem on search
      RemoteException - Any system problem on search