Operation |
Details |
public const accept():String |
Sequential Notes: | Accepts the item. @return string, identifying the page that should be navigated to after this methodcall | |
public AcceptItem(): |
Sequential Notes: | Public constructor. | |
public const cancel():String |
Sequential Notes: | Cancels the editing. @return string, identifying the page that should be navigated to after this methodcall | |
public getAcceptanceComment():String |
Sequential |
public getCreators():String |
Sequential |
public getHasRightsInformation():boolean |
Sequential Notes: | Checks is the current item has at least one rights information field filled. @return true if at least one rights information field filled | |
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 | |
protected const getSessionBean():AcceptItemSessionBean |
Sequential Notes: | Returns the AcceptItemSessionBean. @return a reference to the scoped data bean (AcceptItemSessionBean) | |
public getValMessage():String |
Sequential |
public handleMessage():void |
Sequential Notes: | Adds and removes messages on this page, if any. @author Michael Franke | |
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 setAcceptanceComment( String acceptanceComment):void |
Sequential |
public setCreators( String creators):void |
Sequential |
public const setNavigationStringToGoBack( String navigationStringToGoBack):void |
Sequential |
public setValMessage( String valMessage):void |
Sequential |