class: AffiliationVOPresentation

public class: AffiliationVOPresentation
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:33:38; Modified: 16.07.2009 15:33:38;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {76ACBFBF-356A-4ea6-A860-82043119E8A8}
 

Goto: Custom Properties, Fields, Methods

See also: AffiliationBean, OrganizationCriterion, AffiliationDetailPage

Appears in: util

Connections
 
Custom Properties
 
AffiliationVOPresentation Attributes
Attribute Details
private List
  children
Initial: null
private String
  idPath
private String
  namePath
private AffiliationVOPresentation
  parent
Initial: null
private java.util.ArrayList
  predecessors
Initial: new java.util.ArrayList()
private List
  successors
Initial: null
 
AffiliationVOPresentation Methods
Operation Details
public
AffiliationVOPresentation(
   AffiliationVO affiliation):
Sequential
public
compareTo(
   AffiliationVOPresentation other):int
Sequential
private
fetchSuccessors():void
Sequential
private
getAffiliationVOfromRO(
   List affiliations):List
Sequential
public
getChildren():List
Sequential
Tags: throws=Exception
public
getDetails():MdsOrganizationalUnitDetailsVO
Sequential
public
getHasSuccessors():boolean
Sequential
Notes: Are predecessors available.
@return true if predecessors are available
public
getHtmlDescription():String
Sequential
Notes: This returns a description of the affiliation in a html form.
@return html description
public
getIdPath():String
Sequential
Notes: Returns the complete path to this affiliation as a string with the ids of the affiliations
public
getIsClosed():boolean
Sequential
public
getMps():boolean
Sequential
public
getName():String
Sequential
public
getNamePath():String
Sequential
Notes: Returns the complete path to this affiliation as a string with the name of the affiliations.
public
getParent():AffiliationVOPresentation
Sequential
public
getPredecessors():List
Sequential
Notes: @return the predecessors
public static
getSessionBean(
   Class cls):Object
Sequential
Notes: Return any bean stored in session scope under the specified name.
@return the actual or new bean instance
public
getSortOrder():String
Sequential
public
getSuccessors():List
Sequential
Notes: @return the successors
public
getTopLevel():boolean
Sequential
public
getUris():List
Sequential
public
setIdPath(
   String idPath):void
Sequential
public
setNamePath(
   String path):void
Sequential
public
setParent(
   AffiliationVOPresentation parent):void
Sequential
public
setPredecessors(
   List predecessors):void
Sequential
public
startSearch():String
Sequential