Interface ISearch

    • Method Detail

      • search

        void search​(java.lang.String condition,
                    java.lang.Object key)
             throws javax.ejb.FinderException,
                    java.rmi.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
        java.rmi.RemoteException - Any system problem on search