Uses of Class
wt.csm.navigation.AbstractQueryForm

Packages that use AbstractQueryForm
wt.csm.navigation   
wt.csm.navigation.service   
 

Uses of AbstractQueryForm in wt.csm.navigation
 

Subclasses of AbstractQueryForm in wt.csm.navigation
 class DefaultQueryForm
           Use the newDefaultQueryForm static factory method(s), not the DefaultQueryForm constructor, to construct instances of this class.
 class NodeQueryForm
           Use the newNodeQueryForm static factory method(s), not the NodeQueryForm constructor, to construct instances of this class.
 

Methods in wt.csm.navigation that return AbstractQueryForm
 AbstractQueryForm TheAbstractQueryFormElementTheAbstractQueryForm.getAbstractQueryForm()
          Gets the object for the association that plays role: ABSTRACT_QUERY_FORM_ROLE.
 AbstractQueryForm AbstractQueryFormElement.getAbstractQueryForm()
          Gets the object for the association that plays role: ABSTRACT_QUERY_FORM.
 

Methods in wt.csm.navigation with parameters of type AbstractQueryForm
 void TheAbstractQueryFormElementTheAbstractQueryForm.setAbstractQueryForm(AbstractQueryForm theAbstractQueryForm)
          Sets the object for the association that plays role: ABSTRACT_QUERY_FORM_ROLE.
static TheAbstractQueryFormElementTheAbstractQueryForm TheAbstractQueryFormElementTheAbstractQueryForm.newTheAbstractQueryFormElementTheAbstractQueryForm(AbstractQueryFormElement theAbstractQueryFormElement, AbstractQueryForm theAbstractQueryForm)
          Default factory for the class.
static QueryFormElement QueryFormElement.newQueryFormElement(AbstractAttributeDefinition attributeDefinition, AbstractQueryForm queryForm, boolean visible, boolean enforceDependencies, int displayOrder)
          

Supported API: false
protected  void QueryFormElement.initialize(AbstractAttributeDefinition attributeDefinition, AbstractQueryForm queryForm, boolean visible, boolean enforceDependencies, int displayOrder)
          Supports initialization, following construction of an instance.
 void AbstractQueryFormElement.setAbstractQueryForm(AbstractQueryForm a_AbstractQueryForm)
          Sets the object for the association that plays role: ABSTRACT_QUERY_FORM.
protected  boolean AbstractQueryForm.readVersion(AbstractQueryForm thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of AbstractQueryForm in wt.csm.navigation.service
 

Methods in wt.csm.navigation.service with parameters of type AbstractQueryForm
static QueryFormElement NavigationObjectsFactory.newQueryFormElement(QueryFormElementDefaultView element, AbstractQueryForm form)
          

Supported API: false
private  void NavigationDBService.persistQueryFormElement(AbstractQueryFormView liteForm, AbstractQueryForm form)
           
private  void NavigationDBService.deleteQueryFormElement(AbstractQueryForm form)