class: PubContextVOPresentation

public class: PubContextVOPresentation
Author: franke
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 2431 $ $LastChangedDate: 2007-12-04 1; Complexity: 1
Dates: Created: 16.07.2009 15:33:45; Modified: 16.07.2009 15:33:45;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {CDD2BA1E-90B6-4899-9D84-966976341258}
Wrapper class for contexts to be used in the presentation.
 

Goto: Custom Properties, Fields, Methods

Appears in: util

Custom Properties
 
PubContextVOPresentation Attributes
Attribute Details
private boolean
  details
Initial: false
private boolean
  selected
Initial: false
 
PubContextVOPresentation Methods
Operation Details
private
getContextListSessionBean():ContextListSessionBean
Sequential
public
getDetails():boolean
Sequential
public
getSelected():boolean
Sequential
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
hideDetails():void
Sequential
public
PubContextVOPresentation(
   ContextVO item):
Sequential
public
select():String
Sequential
public
selectForEasySubmission():String
Sequential
public
setDetails(
   boolean details):void
Sequential
public
setSelected(
   boolean selected):void
Sequential
public
showDetails():void
Sequential