class: GenreCriterionCollection

public class: GenreCriterionCollection
Author: Mario Wagner
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:33:11; Modified: 16.07.2009 15:33:11;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {461D0A5B-BE6C-408b-9B4C-B2A86CC70109}
Bean to handle the GenreCriterionCollection on a single jsp. A GenreCriterionCollection is represented by a List<GenreCriterionVO>.
 

Goto: Custom Properties, Fields, Methods

See also: GenreCriterionManager, AdvancedSearchEdit

Appears in: bean

Connections
 
Custom Properties
 
GenreCriterionCollection Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "GenreCriterionCollection"
private GenreCriterionManager
  genreCriterionManager
private List
  parentVO
 
GenreCriterionCollection Methods
Operation Details
public
clearAllForms():void
Sequential
public
GenreCriterionCollection():
Sequential
Notes: CTOR to create a new ArrayList<GenreCriterionVO> starting with one empty new GenreCriterionVO
public
GenreCriterionCollection(
   List parentVO):
Sequential
Notes: CTOR to refine or fill a predefined ArrayList<GenreCriterionVO>
public
getFilledCriterion():List
Sequential
public
getGenreCriterionManager():GenreCriterionManager
Sequential
public
getParentVO():List
Sequential
public
setGenreCriterionManager(
   GenreCriterionManager genreCriterionManager):void
Sequential
public
setParentVO(
   List parentVO):void
Sequential