Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.fetish.directory
Interface SearchCriteriaInterface  view SearchCriteriaInterface download SearchCriteriaInterface.java

All Known Implementing Classes:
SearchCriteria

public interface SearchCriteriaInterface

Interface for the SearchCriteria class.
This class allows the FADA stub to be used without the need to provide with all the classes that are used as parameters and return types (and thus avoiding to provide with all classes those classes need, and on, and on).


Method Summary
 int getMaxMatches()
           
 java.lang.Class[] getService()
           
 ServiceTemplate toServiceTemplate()
           
 

Method Detail

getService

public java.lang.Class[] getService()

getMaxMatches

public int getMaxMatches()

toServiceTemplate

public ServiceTemplate toServiceTemplate()