class: GTviewItemPage

public class: GTviewItemPage
Author: : Tobias Schraut, created 30.05.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1850 $ $LastChangedDate: 2008-12-17 1; Complexity: 1
Dates: Created: 16.07.2009 15:34:16; Modified: 16.07.2009 15:34:16;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {C3B63FFD-F89B-454a-A6D6-B3A2BF3A76BD}
GTviewItemPage.java Backing bean for GTviewItemPage.jsp This is for the GUI tool mode. The pubman frame will not be displayed.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: pubman

Connections
 
Custom Properties
 
GTviewItemPage Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "GTViewItemPage"
private String
  deleteConfirmation
Notes: Question for confirming the deletion of the item
private static Logger
  logger
Initial: Logger.getLogger(viewItemPage.class)
public static const String
  PARAMETERNAME_ITEM_ID
Initial: "itemId"
 
GTviewItemPage Methods
Operation Details
public
getDeleteConfirmation():String
Sequential
Notes: Getters and Setters
protected
getSessionBean():CommonSessionBean
Sequential
Notes: Returns the CommonSessionBean.
@return a reference to the scoped data bean (CommonSessionBean)
protected
getViewItem():ViewItem
Sequential
Notes: Returns a reference to the scoped data bean (the ViewItemBean).
@return a reference to the scoped data bean
protected
getViewItemSessionBean():ViewItemSessionBean
Sequential
Notes: Returns a reference to the scoped data bean (the ViewItemSessionBean).
@return a reference to the scoped data bean
public
GTviewItemPage():
Sequential
Notes: Public constructor
public
init():void
Sequential
Notes: Callback method that is called whenever a page is navigated to, either directly via a URL, or indirectly via page navigation.
public
setDeleteConfirmation(
   String deleteConfirmation):void
Sequential