ERDQueryIsContainedInArray Class Reference

Inherits er::directtoweb::components::ERDCustomQueryComponent.

Collaboration diagram for ERDQueryIsContainedInArray:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void awake ()
 ERDQueryIsContainedInArray (WOContext context)
Object restrictedChoiceList ()
boolean synchronizesVariablesWithBindings ()

Static Private Attributes

static final Logger log = Logger.getLogger(ERDQueryIsContainedInArray.class)


Detailed Description

Allows you to query for objects that have a one or more of a set of related objects. Example: given Child->School, you could select a few schools and find all the children that are in those schools.

displayGroup displayGroup to set the queryMatch in (queryOperator = isContainedInArray) key relationship key ("school") destinationEntityName name of the destination entity ("School") restrictedChoiceKey keypath returning an array of preselections (session.user.district.schools) restrictingFetchSpecification name of a fetchspec (elementarySchoools) keyWhenRelationship display key for destination ("name"->school.name) sortOrderAttributeName sort key for destination ("name"->school.name) toManyUIStyle "browser" or "checkbox" numCols number of columns when "checkbox" is the UIStyle size number of rows for "checkbox" or "browser" UIStyle

Author:
ak on Wed Apr 07 2004 ERDirectToWeb

Constructor & Destructor Documentation

ERDQueryIsContainedInArray ( WOContext  context  ) 

Public constructor

Parameters:
context the context


Member Function Documentation

void awake (  ) 

Object restrictedChoiceList (  ) 

boolean synchronizesVariablesWithBindings (  ) 

component does not synchronize it's variables

Reimplemented from ERDCustomComponent.


Member Data Documentation

final Logger log = Logger.getLogger(ERDQueryIsContainedInArray.class) [static, private]

logging support

Reimplemented from ERDCustomQueryComponent.


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:52 2012 for Project Wonder by  doxygen 1.5.8