class: SourceCriterionCollection

public class: SourceCriterionCollection
Author: Mario Wagner
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:33:18; Modified: 16.07.2009 15:33:18;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {B7CD27D7-20E4-4793-9693-24BA9308E489}
Bean to handle the SourceCriterionCollection on a single jsp. A SourceCriterionCollection is represented by a List<SourceCriterionVO>.
 

Goto: Custom Properties, Fields, Methods

See also: SourceCriterionManager, AdvancedSearchEdit

Appears in: bean

Connections
 
Custom Properties
 
SourceCriterionCollection Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "SourceCriterionCollection"
protected boolean
  collapsed
Initial: true
Notes: collapsed by default
private List
  parentVO
private SourceCriterionManager
  sourceCriterionManager
 
SourceCriterionCollection Methods
Operation Details
public
clearAllForms():void
Sequential
public
getFilledCriterion():List
Sequential
public
getParentVO():List
Sequential
public
getSourceCriterionManager():SourceCriterionManager
Sequential
public
setParentVO(
   List parentVO):void
Sequential
public
setSourceCriterionManager(
   SourceCriterionManager sourceCriterionManager):void
Sequential
public
SourceCriterionCollection():
Sequential
Notes: CTOR to create a new ArrayList<SourceCriterionVO> starting with one empty new SourceCriterionVO
public
SourceCriterionCollection(
   List parentVO):
Sequential
Notes: CTOR to refine or fill a predefined ArrayList<SourceCriterionVO>