class: IdentifierCollection

public class: IdentifierCollection
Author: Mario Wagner
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:32:20; Modified: 16.07.2009 15:32:20;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {C03B2F4C-2089-4c9c-A525-2FC021AC2CE3}
Bean to handle the IdentifierCollection on a single jsp. A IdentifierCollection is represented by a List<IdentifierVO>.
 

Goto: Custom Properties, Fields, Methods

See also: EasySubmission, IdentifierManager, SourceBean, EditItem

Appears in: bean

Connections
 
Custom Properties
 
IdentifierCollection Attributes
Attribute Details
private IdentifierManager
  identifierManager
private List
  parentVO
 
IdentifierCollection Methods
Operation Details
public
getIdentifierManager():IdentifierManager
Sequential
public
getIdentifierTypes():SelectItem
Sequential
Notes: localized creation of SelectItems for the identifier types available
@return SelectItem[] with Strings representing identifier types
public
getParentVO():List
Sequential
public
IdentifierCollection():
Sequential
public
IdentifierCollection(
   List parentVO):
Sequential
public
setIdentifierManager(
   IdentifierManager identifierManager):void
Sequential
public
setParentVO(
   List parentVO):void
Sequential