Operation |
Details |
public CartItemsRetrieverRequestBean(): |
Sequential |
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 deleteSelected():String |
Sequential Notes: | Called from JSF when selected items in the list should be removed from the basket. @return | |
public getListPageName():String |
Sequential Tags: | annotations=@Override
| |
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 readOutParameters():void |
Sequential Tags: | annotations=@Override
| |
public retrieveList( int offset, int limit, SORT_CRITERIA sc):List |
Sequential Tags: | annotations=@Override
| Notes: | Retrieves the list of item baskets. | |
public updateExportOptions():void |
Sequential Notes: | Called when the export format list should be updated. Workaround. Method needs to be called over this bean and not directly in the ExportItems bean, because it has to be called first in order to save the selections in the list. | |