class: ContentSubjectCollection

public class: ContentSubjectCollection
Author: Tobias Schraut
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:32:18; Modified: 16.07.2009 15:32:18;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {C78B0551-01F1-4202-B927-CBC7FBE27EAD}
Bean to handle the ContentSubjectCollection on a single jsp. A ContentAbstractCollection is represented by a List<TextVO>.
 

Goto: Custom Properties, Fields, Methods

See also: ContentSubjectManager, EditItem

Appears in: bean

Connections
 
Custom Properties
 
ContentSubjectCollection Attributes
Attribute Details
private ContentSubjectManager
  contentSubjectManager
private List
  parentVO
 
ContentSubjectCollection Methods
Operation Details
public
ContentSubjectCollection():
Sequential
Notes: Default constructor.
public
ContentSubjectCollection(
   List parentVO):
Sequential
Notes: Constructor using initial list.
public
getContentSubjectManager():ContentSubjectManager
Sequential
public
getLanguageOptions():SelectItem
Sequential
public
getParentVO():List
Sequential
public
setContentAbstractManager(
   ContentSubjectManager contentAbstractManager):void
Sequential
public
setParentVO(
   List parentVO):void
Sequential
Notes: Sets the list of {@link TextVO}s and initializes the {@link ContentAbstractManager}.