Class OrgUnitCustomersDisplayStrategy
java.lang.Object
de.hybris.platform.b2b.occ.strategy.impl.OrgUnitCustomersDisplayStrategy
- All Implemented Interfaces:
OrgUnitUsersDisplayStrategy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B2BUnitFacadegetPagedUsersForUnit(int currentPage, int pageSize, String sort, String unitId) Displays users based on a role in the unitvoidsetB2bUnitFacade(B2BUnitFacade b2bUnitFacade)
-
Field Details
-
b2bUnitFacade
-
-
Constructor Details
-
OrgUnitCustomersDisplayStrategy
public OrgUnitCustomersDisplayStrategy()
-
-
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
-
getB2bUnitFacade
-
setB2bUnitFacade
-