class: EventCriterionCollection

public class: EventCriterionCollection
Author: Mario Wagner
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:33:08; Modified: 16.07.2009 15:33:08;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {F83ADA15-56EB-4042-9D4C-54E56ABA044F}
Bean to handle the EventCriterionCollection on a single jsp. A EventCriterionCollection is represented by a List<EventCriterionVO>.
 

Goto: Custom Properties, Fields, Methods

See also: EventCriterionManager, AdvancedSearchEdit

Appears in: bean

Connections
 
Custom Properties
 
EventCriterionCollection Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "EventCriterionCollection"
private EventCriterionManager
  eventCriterionManager
private List
  parentVO
 
EventCriterionCollection Methods
Operation Details
public
clearAllForms():void
Sequential
public
EventCriterionCollection():
Sequential
Notes: CTOR to create a new ArrayList<EventCriterionVO> starting with one empty new EventCriterionVO
public
EventCriterionCollection(
   List parentVO):
Sequential
Notes: CTOR to refine or fill a predefined ArrayList<EventCriterionVO>
public
getEventCriterionManager():EventCriterionManager
Sequential
public
getFilledCriterion():List
Sequential
public
getParentVO():List
Sequential
public
setEventCriterionManager(
   EventCriterionManager eventCriterionManager):void
Sequential
public
setParentVO(
   List parentVO):void
Sequential