Class DefaultB2BReportingService
java.lang.Object
de.hybris.platform.b2b.services.impl.DefaultB2BReportingService
- All Implemented Interfaces:
B2BReportingService
Default implementation of the
B2BReportingService- Spring Bean ID:
- b2bReportingService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindReportingSetByCode(String code) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4.protected B2BUnitService<B2BUnitModel,B2BCustomerModel> protected BaseDaoprotected ModelServiceFind reporting set for a b2b unit.getReportingSetForCode(String code) Find reporting set by code.voidsetB2bUnitService(B2BUnitService<B2BUnitModel, B2BCustomerModel> b2bUnitService) voidsetBaseDao(BaseDao baseDao) voidsetModelService(ModelService modelService) voidSets the reporting organization on a B2BUnitCreate or Update Reporting Set for B2BUnit which is the Branch Units.voidUpdates the reporting set for a b2b unit.
-
Constructor Details
-
DefaultB2BReportingService
public DefaultB2BReportingService()
-
-
Method Details
-
findReportingSetByCode
@Deprecated(since="4.4", forRemoval=true) public B2BReportingSetModel findReportingSetByCode(String code) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4. UsegetReportingSetForCode(String)insteadDescription copied from interface:B2BReportingServiceFind reporting set by code.- Specified by:
findReportingSetByCodein interfaceB2BReportingService- Parameters:
code- the code- Returns:
- the b2 b reporting set model
-
getReportingSetForCode
Description copied from interface:B2BReportingServiceFind reporting set by code.- Specified by:
getReportingSetForCodein interfaceB2BReportingService- Parameters:
code- the code- Returns:
- the b2 b reporting set model
-
findReportingSetForB2BUnit
@Deprecated(since="4.4", forRemoval=true) public B2BReportingSetModel findReportingSetForB2BUnit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4. UsegetReportingSetForB2BUnit(B2BUnitModel)insteadDescription copied from interface:B2BReportingServiceFind reporting set for b2 b unit.- Specified by:
findReportingSetForB2BUnitin interfaceB2BReportingService- Parameters:
unit- the unit- Returns:
- the b2 b reporting set model
-
getReportingSetForB2BUnit
Description copied from interface:B2BReportingServiceFind reporting set for a b2b unit.- Specified by:
getReportingSetForB2BUnitin interfaceB2BReportingService- Parameters:
unit- the unit- Returns:
- the b2 b reporting set model
-
setReportSetForUnit
Description copied from interface:B2BReportingServiceCreate or Update Reporting Set for B2BUnit which is the Branch Units.- Specified by:
setReportSetForUnitin interfaceB2BReportingService- Parameters:
unit- the unit- Returns:
B2BReportingSetModelthe new reporting organization for unit
-
setReportingOrganizationForUnit
Description copied from interface:B2BReportingServiceSets the reporting organization on a B2BUnit- Specified by:
setReportingOrganizationForUnitin interfaceB2BReportingService- Parameters:
unit- the unit to have the reporting organization set on
-
updateReportingSetForUnitAndParents
Description copied from interface:B2BReportingServiceUpdates the reporting set for a b2b unit.- Specified by:
updateReportingSetForUnitAndParentsin interfaceB2BReportingService- Parameters:
unit- the unit that has been updated
-
setB2bUnitService
-
setBaseDao
-
getBaseDao
-
getModelService
-
setModelService
-
getB2bUnitService
-