Operation |
Details |
private addOrgFiltersRecursive( AffiliationVOPresentation aff, FilterTaskParamVO filter):void |
Sequential Notes: | Adds organization filters to the given FilterTaskParam for the given affiliation and recursively for all its children. | |
public changeContext():String |
Sequential Notes: | Called by JSF whenever the context filter menu is changed. Causes a redirect to the page with updated context GET parameter. @return | |
public changeOrgUnit():String |
Sequential Notes: | Called by JSF whenever the organizational unit filter menu is changed. Causes a redirect to the page with updated context GET parameter. @return | |
public getContextSelectItems():List |
Sequential Notes: | Returns the mneu items for the context filter menu. @return | |
public getItemStateSelectItems():List |
Sequential Notes: | Returns a list with menu entries for the item state filter menu. | |
public getListPageName():String |
Sequential Tags: | annotations=@Override
| |
public getOrgUnitSelectItems():List |
Sequential |
public getSelectedContext():String |
Sequential Notes: | Returns the selected context filter @return | |
public getSelectedContextLabel():String |
Sequential Notes: | Returns a label for the selected context. @return | |
public getSelectedOrgUnit():String |
Sequential |
public getSelectedOrgUnitLabel():String |
Sequential Notes: | Returns a label for the selected context. @return | |
public getTotalNumberOfRecords():int |
Sequential Tags: | annotations=@Override
| |
public getType():String |
Sequential Tags: | annotations=@Override
| |
public init():void |
Sequential Tags: | annotations=@Override
| |
private initSelectionMenu():void |
Sequential Notes: | Initializes the menu for the context filtering. | |
public MyTasksRetrieverRequestBean(): |
Sequential Notes: | private Map<String, AffiliationVOPresentation> affiliationMap; | |
public readOutParameters():void |
Sequential Tags: | annotations=@Override
| Notes: | Reads out the parameters from HTTP-GET request for the selected item state and the selected context filter. Sets default values if they are null. | |
public retrieveList( int offset, int limit, SORT_CRITERIA sc):List |
Sequential Tags: | annotations=@Override
| |
public setContextSelectItems( List contextSelectItems):void |
Sequential Notes: | Sets the current menu items for the context filter menu. | |
public setOrgUnitSelectItems( List orgUnitSelectItems):void |
Sequential |
public setSelectedContext( String selectedContext):void |
Sequential Notes: | Sets the selected context filter | |
public setSelectedOrgUnit( String selectedOrgUnit):void |
Sequential |