Operation |
Details |
protected abstract createDynamicItemList2():void |
Sequential Notes: | Creates the panel newly according to the values in the itemArray. | |
public getCboSortBy():HtmlSelectOneMenu |
Sequential |
protected getItemControllerSessionBean():ItemControllerSessionBean |
Sequential Notes: | Returns a reference to the scoped data bean (the ItemControllerSessionBean). @return a reference to the scoped data bean | |
protected abstract getItemListSessionBean():ItemListSessionBean |
Sequential Notes: | Has to be implemented by the inheriting classes to return the specialized subclass for the FacesBean. @return a reference to the scoped data bean | |
public getRbgSortOrder():HtmlSelectOneRadio |
Sequential |
public getSelectItemArrayFromEnum( Class enumClass):SelectItem |
Sequential Notes: | Generate the options for a dropdown by defining an enum. @return An arry of SelectItems containing the content of the given enum. | |
public getSORTORDER_OPTIONS():SelectItem |
Sequential <<property get>> Tags: | attribute_name=SORTORDER_OPTIONS
| |
protected getSubmitItemSessionBean():SubmitItemSessionBean |
Sequential Notes: | Returns a reference to the scoped data bean (the SubmitItemSessionBean). @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 | |
protected getWithdrawItemSessionBean():WithdrawItemSessionBean |
Sequential Notes: | Returns a reference to the scoped data bean (the WithdrawItemSessionBean). @return a reference to the scoped data bean | |
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 setCboSortBy( HtmlSelectOneMenu cboSortBy):void |
Sequential |
public setRbgSortOrder( HtmlSelectOneRadio rbgSortOrder):void |
Sequential |
public showItem( String navigationStringToGoBack):String |
Sequential Notes: | Shows an item identified by the itemID in the parameters of the FacesContext. This method is called when a user directly clicks on a link of an item. @return string, identifying the page that should be navigated to after this methodcall | |
public sortItemList():String |
Sequential Notes: | Sorts the result item list. @return string, identifying the page that should be navigated to after this methodcall | |
public submitItem( String navigationStringToGoBack):String |
Sequential Notes: | Submits the selected items. This method is called when the user selects one or more items and then clicks on the submit-link in the DepositorWS. @author Michael Franke @return string, identifying the page that should be navigated to after this methodcall | |
public viewItem( String navigationStringToGoBack):String |
Sequential Notes: | View the selected items. This method is called when the user selects one or more items and then clicks on the view-link in the DepositorWS. @return string, identifying the page that should be navigated to after this methodcall | |
public withdrawItem( String navigationStringToGoBack):String |
Sequential Notes: | Withdraws the selected items. This method is called when the user selects one or more items and then clicks on the withdraw-link in the DepositorWS. @author Michael Franke @return string, identifying the page that should be navigated to after this methodcall | |