Operation |
Details |
public changeImport():String |
Sequential Notes: | Called by JSF whenever the context filter menu is changed. Causes a redirect to the page with updated import GET parameter. @return | |
public changeItemState():String |
Sequential Notes: | Called by JSF whenever the item state menu is changed. @return | |
protected checkLogin():void |
Sequential Notes: | Checks if the user is logged in. If not, redirects to the login page. | |
protected checkSortCriterias( SORT_CRITERIA sc):void |
Sequential Notes: | Checks if the selected sorting criteria is currently available. If not (empty string), it displays a warning message to the user. | |
public getImportSelectItems():List |
Sequential Notes: | @return the importSelectItems | |
public getItemStateSelectItems():List |
Sequential Notes: | Sets and returns the menu entries of the item state filter menu. @return | |
public getListPageName():String |
Sequential Tags: | annotations=@Override
| |
public getSelectedImport():String |
Sequential Notes: | @return the selectedImport | |
public getSelectedItemState():String |
Sequential Notes: | Returns the currently selected item state filter @return | |
public getSelectedItemStateLabel():String |
Sequential Notes: | Returns the label for the currently selected item state. @return | |
public getTotalNumberOfRecords():int |
Sequential Tags: | annotations=@Override
| |
public getType():String |
Sequential Tags: | annotations=@Override
| |
public init():void |
Sequential Tags: | annotations=@Override
| |
public isItemSpecific():boolean |
Sequential Tags: | annotations=@Override
| |
public MyItemsRetrieverRequestBean(): |
Sequential |
public readOutParameters():void |
Sequential Tags: | annotations=@Override
| Notes: | Reads out the item state parameter from the HTTP GET request and sets an default value if it is null. | |
public retrieveList( int offset, int limit, SORT_CRITERIA sc):List |
Sequential Tags: | annotations=@Override
| |
public setImportSelectItems( List importSelectItems):void |
Sequential |
public setItemStateSelectItems( List itemStateSelectItem):void |
Sequential Notes: | Sets the current item state filter | |
public setSelectedImport( String selectedImport):void |
Sequential |
public setSelectedItemState( String selectedItemState):void |
Sequential Notes: | Sets the selected item state filter | |