class: ReviseItem

public class: ReviseItem
Author: Markus Haarlaender (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1850 $ $LastChangedDate: 2008-12-17 13:; Complexity: 1
Dates: Created: 16.07.2009 15:32:54; Modified: 16.07.2009 15:32:54;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {96D63956-5A72-445d-89B6-D88C81E1856A}
Backing bean for ReviseItem.jspf
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: FacesBean

Appears in: reviseItem

Connections
 
Custom Properties
 
ReviseItem Attributes
Attribute Details
private String
  creators
public static const String
  JSP_NAME
Initial: "ReviseItemPage.jsp"
public static const String
  LOAD_REVISEITEM
Initial: "loadReviseItem"
Notes: Faces navigation string
private static Logger
  logger
Initial: Logger.getLogger(ReviseItem.class)
private String
  navigationStringToGoBack
private String
  reviseComment
private String
  valMessage
Initial: null
 
ReviseItem Methods
Operation Details
public const
cancel():String
Sequential
Notes: Cancels the editing.
@return string, identifying the page that should be navigated to after this methodcall
public
getCreators():String
Sequential
public
getIsSimpleWorkflow():boolean
Sequential
public
getIsStandardWorkflow():boolean
Sequential
public const
getItemControllerSessionBean():ItemControllerSessionBean
Sequential
Notes: Returns a reference to the scoped data bean (the ItemControllerSessionBean).
@return a reference to the scoped data bean
protected const
getItemListSessionBean():ItemListSessionBean
Sequential
Notes: Returns the ItemListSessionBean.
@return a reference to the scoped data bean (ItemListSessionBean)
public const
getNavigationStringToGoBack():String
Sequential
public const
getPubItem():PubItemVO
Sequential
Notes: Deliveres a reference to the currently edited item. This is a shortCut for the method in the ItemController.
@return the item that is currently edited
public
getReviseComment():String
Sequential
public
getValMessage():String
Sequential
public const
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. Creators handling added by FrM.
public const
revise():String
Sequential
Notes: Submits the item.
@return string, identifying the page that should be navigated to after this methodcall
public
ReviseItem():
Sequential
Notes: Public constructor.
public
setCreators(
   String creators):void
Sequential
public const
setNavigationStringToGoBack(
   String navigationStringToGoBack):void
Sequential
public
setReviseComment(
   String reviseComment):void
Sequential
public
setValMessage(
   String valMessage):void
Sequential