Class AuthorityRoleGridService
java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
service.BehaviorWithGraphFilter
service.grid.AbstractGridLoadingService<R,StaticGridColumn>
service.grid.BaseStaticGridLoadingService<GridRow>
ru.cg.webbpm.user_management.custom.AuthorityRoleGridService
- All Implemented Interfaces:
GridService
public class AuthorityRoleGridService
extends BaseStaticGridLoadingService<GridRow>
implements GridService
- Author:
- Tim Urmancheev
-
Field Summary
Fields inherited from class service.grid.AbstractGridLoadingService
columns
Fields inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
objectContext, objectId
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class service.grid.BaseStaticGridLoadingService
convertTableRowToAggregationValues, getAggregationEntry, getClientColumnId, getGridAggregateFuncFields, getSortDefaultOrders, getSortOrders, getValueEntry, putCellValue
Methods inherited from class service.grid.AbstractGridLoadingService
convertRawLoadedData, convertRawLoadedDataWithFictitiousIdColumn, getAggregationOptions, getEntityColumnsForLoad, getOptions, start
Methods inherited from class service.BehaviorWithGraphFilter
convertFilterModels, convertFilters, convertToComponentFilterGroup, getComponentFilter, getEntityFilterGroup
Methods inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
getChildScript, getChildScripts, getObjectId, getPageId, getParentContext, getScript, getScriptInObject, getScripts, getScriptsInChildren, setObjectContext, setObjectId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface service.GridService
exportData, loadDataWithRowCount
-
Constructor Details
-
AuthorityRoleGridService
public AuthorityRoleGridService()
-
-
Method Details
-
loadData
@Secured("USER_MANAGEMENT.AUTHORITY.BOUND_ROLE.LIST") public GridRows loadData(Integer offset, Integer limit, Filter[] filters, SortInfo[] sortInfos) - Specified by:
loadData
in interfaceGridService
-
createGridRow
- Specified by:
createGridRow
in classBaseStaticGridLoadingService<GridRow>
-