Operation |
Details |
public confirmSelection():String |
Sequential |
public CreateItem(): |
Sequential Notes: | Public constructor. | |
protected getContextListSessionBean():ContextListSessionBean |
Sequential Notes: | Returns the ContextListSessionBean. @return a reference to the scoped data bean (ContextListSessionBean) | |
public getCurrentCollectionList():List |
Sequential |
protected getEditItem():EditItem |
Sequential Notes: | Returns the EditItem. @return a reference to the scoped data bean (EditItem) | |
protected getEditItemSessionBean():EditItemSessionBean |
Sequential Notes: | Returns the ItemListSessionBean. @return a reference to the scoped data bean (ItemListSessionBean) | |
protected getItemControllerSessionBean():ItemControllerSessionBean |
Sequential Notes: | Returns a reference to the scoped data bean (the ItemControllerSessionBean). @return a reference to the scoped data bean | |
protected getItemListSessionBean():ItemListSessionBean |
Sequential Notes: | Returns the ItemListSessionBean. @return a reference to the scoped data bean (ItemListSessionBean) | |
public getMethod():SubmissionMethod |
Sequential Notes: | @return the method | |
public getMultiple():boolean |
Sequential |
protected getSessionBean():ContextListSessionBean |
Sequential Notes: | Returns the ContextListSessionBean. @return a reference to the scoped data bean (ContextListSessionBean) | |
public getTarget():String |
Sequential Notes: | @return the target | |
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 newSubmission():String |
Sequential Notes: | Starts a new submission. @return string, identifying the page that should be navigated to after this methodcall | |
public setMethod( SubmissionMethod method):void |
Sequential |
public setTarget( String target):void |
Sequential |