class: GTDepositorWSPage

public class: GTDepositorWSPage
Author: : Tobias Schraut, created 30.05.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1891 $ $LastChangedDate: 2008-12-23 1; Complexity: 1
Dates: Created: 16.07.2009 15:34:14; Modified: 16.07.2009 15:34:14;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {7BC88F6E-66D3-40ca-8B4C-A8FD0E5F14D3}
GTDepositorWSPage.java Backing bean for GTDepositorWSPage.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
 
GTDepositorWSPage Attributes
Attribute Details
private String
  deleteConfirmation
Notes: Question String for confirming the deletion of the item
private static Logger
  logger
Initial: Logger.getLogger(DepositorWSPage.class)
 
GTDepositorWSPage 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
getViewItemSessionBean():ViewItemSessionBean
Sequential
Notes: Returns the ViewItemSessionBean.
@return a reference to the scoped data bean (ViewItemSessionBean)
public
GTDepositorWSPage():
Sequential
Notes: Public constructor.
public
init():void
Sequential
Notes: Callback method that is called whenever a page containing this page fragment is navigated to, either directly via a URL, or indirectly via page navigation.
public
setDeleteConfirmation(
   String deleteConfirmation):void
Sequential