Class OrgUnitApproversDisplayStrategy
java.lang.Object
de.hybris.platform.b2bocc.strategy.impl.OrgUnitApproversDisplayStrategy
- All Implemented Interfaces:
OrgUnitUsersDisplayStrategy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B2BApproverFacadegetPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) Displays users based on a role in the unitvoidsetB2bApproverFacade(B2BApproverFacade b2bApproverFacade)
-
Field Details
-
b2bApproverFacade
-
-
Constructor Details
-
OrgUnitApproversDisplayStrategy
public OrgUnitApproversDisplayStrategy()
-
-
Method Details
-
getPagedUsersForUnit
public SearchPageData<CustomerData> getPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) Description copied from interface:OrgUnitUsersDisplayStrategyDisplays users based on a role in the unit- Specified by:
getPagedUsersForUnitin interfaceOrgUnitUsersDisplayStrategy- Parameters:
currentPage- is the current page which is returnedpageSize- is the page sizesort- is the sorting methodunitId- is the identifier of the unit- Returns:
- search page data which contains users
-
getB2bApproverFacade
-
setB2bApproverFacade
-