|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.metamodel.facets.FacetAbstract
org.nakedobjects.metamodel.facets.MultipleValueFacetAbstract
org.nakedobjects.metamodel.facets.properties.searchable.SearchableFacetAbstract
public abstract class SearchableFacetAbstract
| Constructor Summary | |
|---|---|
SearchableFacetAbstract(java.lang.Class<?> repository,
boolean queryByExample,
FacetHolder holder)
|
|
| Method Summary | |
|---|---|
boolean |
queryByExample()
Whether this is a query by example search. |
java.lang.Class<?> |
repository()
The (class of the) repository to delegate to. |
static java.lang.Class<? extends Facet> |
type()
|
| Methods inherited from class org.nakedobjects.metamodel.facets.FacetAbstract |
|---|
alwaysReplace, facetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toString, toStringValues, unwrapObject, unwrapString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.nakedobjects.metamodel.facets.Facet |
|---|
alwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet |
| Constructor Detail |
|---|
public SearchableFacetAbstract(java.lang.Class<?> repository,
boolean queryByExample,
FacetHolder holder)
| Method Detail |
|---|
public static java.lang.Class<? extends Facet> type()
public java.lang.Class<?> repository()
SearchableFacet
repository in interface SearchableFacetpublic boolean queryByExample()
SearchableFacet
queryByExample in interface SearchableFacet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||