class: PersonCriterionCollection

public class: PersonCriterionCollection
Author: Mario Wagner
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:33:16; Modified: 16.07.2009 15:33:16;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E9EC38FC-A8FB-4a09-B9CE-65E8ABFCC434}
Bean to handle the PersonCriterionCollection on a single jsp. A PersonCriterionCollection is represented by a List<PersonCriterionVO>.
 

Goto: Custom Properties, Fields, Methods

See also: PersonCriterionManager, AdvancedSearchEdit

Appears in: bean

Connections
 
Custom Properties
 
PersonCriterionCollection Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "PersonCriterionCollection"
private List
  parentVO
private PersonCriterionManager
  personCriterionManager
 
PersonCriterionCollection Methods
Operation Details
public
clearAllForms():void
Sequential
public
getFilledCriterion():List
Sequential
public
getParentVO():List
Sequential
public
getPersonCriterionManager():PersonCriterionManager
Sequential
public
PersonCriterionCollection():
Sequential
Notes: CTOR to create a new ArrayList<PersonCriterionVO> starting with one empty new PersonCriterionVO
public
PersonCriterionCollection(
   List parentVO):
Sequential
Notes: CTOR to refine or fill a predefined ArrayList<PersonCriterionVO>
public
setParentVO(
   List parentVO):void
Sequential
public
setPersonCriterionManager(
   PersonCriterionManager personCriterionManager):void
Sequential