Class OrgUnitAdministratorsDisplayStrategy
- java.lang.Object
-
- de.hybris.platform.b2b.occ.strategy.impl.OrgUnitAdministratorsDisplayStrategy
-
- All Implemented Interfaces:
OrgUnitUsersDisplayStrategy
public class OrgUnitAdministratorsDisplayStrategy extends java.lang.Object implements OrgUnitUsersDisplayStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected B2BUnitFacadeb2bUnitFacade
-
Constructor Summary
Constructors Constructor Description OrgUnitAdministratorsDisplayStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected B2BUnitFacadegetB2bUnitFacade()SearchPageData<CustomerData>getPagedUsersForUnit(int currentPage, int pageSize, java.lang.String sort, java.lang.String unitId)Displays users based on a role in the unitvoidsetB2bUnitFacade(B2BUnitFacade b2bUnitFacade)
-
-
-
Field Detail
-
b2bUnitFacade
protected B2BUnitFacade b2bUnitFacade
-
-
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
-
getB2bUnitFacade
protected B2BUnitFacade getB2bUnitFacade()
-
setB2bUnitFacade
public void setB2bUnitFacade(B2BUnitFacade b2bUnitFacade)
-
-