public class SimpleRelationFinderImpl extends java.lang.Object implements RelationFinder, java.io.Serializable
コンストラクタと説明 |
---|
SimpleRelationFinderImpl(Finder finder,
FilterFactory factory) |
SimpleRelationFinderImpl(Finder finder,
FilterFactory factory,
Key conditionKey) |
SimpleRelationFinderImpl(Finder finder,
FilterFactory factory,
Key conditionKey,
Filter staticFilter) |
修飾子とタイプ | メソッドと説明 |
---|---|
protected Filter |
getFilter(Observable o)
Filterを指定しなかった場合に利用されるDefaultの検索用のFilter。
|
protected FilterFactory |
getFilterFactory() |
protected Finder |
getFinder() |
java.util.Collection |
getRelationalObservable(Observable relationSource)
Relation関係にあるObservablを標準の検索条件で検索する。
|
java.util.Collection |
getRelationalObservable(Observable relationSource,
Filter filter)
Relation関係にあるObservableを標準の検索条件に加えて指定したfilterによる条件を追加して検索する。
|
java.util.Collection |
getRelationalObservable(Observable relationSource,
java.lang.String query)
Relation関係にあるObservableを標準の検索条件に加えて指定したfilterによる条件を追加して検索する。
|
public SimpleRelationFinderImpl(Finder finder, FilterFactory factory, Key conditionKey, Filter staticFilter)
public SimpleRelationFinderImpl(Finder finder, FilterFactory factory, Key conditionKey)
public SimpleRelationFinderImpl(Finder finder, FilterFactory factory)
public java.util.Collection getRelationalObservable(Observable relationSource) throws javax.ejb.FinderException, java.rmi.RemoteException, FatalException
RelationFinder
getRelationalObservable
インタフェース内 RelationFinder
javax.ejb.FinderException
java.rmi.RemoteException
FatalException
public java.util.Collection getRelationalObservable(Observable relationSource, Filter filter) throws javax.ejb.FinderException, java.rmi.RemoteException, FatalException
RelationFinder
getRelationalObservable
インタフェース内 RelationFinder
javax.ejb.FinderException
java.rmi.RemoteException
FatalException
public java.util.Collection getRelationalObservable(Observable relationSource, java.lang.String query) throws javax.ejb.FinderException, java.rmi.RemoteException, FatalException
RelationFinder
getRelationalObservable
インタフェース内 RelationFinder
javax.ejb.FinderException
java.rmi.RemoteException
FatalException
protected Filter getFilter(Observable o)
protected Finder getFinder()
protected FilterFactory getFilterFactory()