Class OrgUnitApproversDisplayStrategy
- java.lang.Object
-
- de.hybris.platform.b2bocc.strategy.impl.OrgUnitApproversDisplayStrategy
-
- All Implemented Interfaces:
OrgUnitUsersDisplayStrategy
public class OrgUnitApproversDisplayStrategy extends java.lang.Object implements OrgUnitUsersDisplayStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected B2BApproverFacadeb2bApproverFacade
-
Constructor Summary
Constructors Constructor Description OrgUnitApproversDisplayStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected B2BApproverFacadegetB2bApproverFacade()SearchPageData<CustomerData>getPagedUsersForUnit(int currentPage, int pageSize, java.lang.String sort, java.lang.String unitId)Displays users based on a role in the unitvoidsetB2bApproverFacade(B2BApproverFacade b2bApproverFacade)
-
-
-
Field Detail
-
b2bApproverFacade
protected B2BApproverFacade b2bApproverFacade
-
-
Method Detail
-
getPagedUsersForUnit
public SearchPageData<CustomerData> getPagedUsersForUnit(int currentPage, int pageSize, java.lang.String sort, java.lang.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
protected B2BApproverFacade getB2bApproverFacade()
-
setB2bApproverFacade
public void setB2bApproverFacade(B2BApproverFacade b2bApproverFacade)
-
-