|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractQueryTarget | |
wt.csm.navigation | |
wt.csm.navigation.service |
Uses of AbstractQueryTarget in wt.csm.navigation |
Subclasses of AbstractQueryTarget in wt.csm.navigation | |
class |
DirectQueryTarget
Use the newDirectQueryTarget static factory method(s), not
the DirectQueryTarget constructor, to construct instances
of this class. |
class |
IndirectQueryTarget
Use the newIndirectQueryTarget static factory method(s),
not the IndirectQueryTarget constructor, to construct instances
of this class. |
Methods in wt.csm.navigation that return AbstractQueryTarget | |
AbstractQueryTarget |
TheDefaultQueryFormTheAbstractQueryTarget.getAbstractQueryTarget()
Gets the object for the association that plays role: ABSTRACT_QUERY_TARGET_ROLE. |
Methods in wt.csm.navigation with parameters of type AbstractQueryTarget | |
void |
TheDefaultQueryFormTheAbstractQueryTarget.setAbstractQueryTarget(AbstractQueryTarget theAbstractQueryTarget)
Sets the object for the association that plays role: ABSTRACT_QUERY_TARGET_ROLE. |
static TheDefaultQueryFormTheAbstractQueryTarget |
TheDefaultQueryFormTheAbstractQueryTarget.newTheDefaultQueryFormTheAbstractQueryTarget(DefaultQueryForm theDefaultQueryForm,
AbstractQueryTarget theAbstractQueryTarget)
Default factory for the class. |
protected boolean |
AbstractQueryTarget.readVersion(AbstractQueryTarget thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of AbstractQueryTarget in wt.csm.navigation.service |
Methods in wt.csm.navigation.service with parameters of type AbstractQueryTarget | |
private void |
NavigationDBService.deleteDefaultQueryForm(AbstractQueryTarget target)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |