Class DefaultB2BReportingService
- java.lang.Object
-
- de.hybris.platform.b2b.services.impl.DefaultB2BReportingService
-
- All Implemented Interfaces:
B2BReportingService
public class DefaultB2BReportingService extends java.lang.Object implements B2BReportingService
Default implementation of theB2BReportingService- Spring Bean ID:
- b2bReportingService
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BReportingService()
-
Method Summary
-
-
-
Method Detail
-
findReportingSetByCode
@Deprecated(since="4.4") public B2BReportingSetModel findReportingSetByCode(java.lang.String code)
Deprecated.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
public B2BReportingSetModel getReportingSetForCode(java.lang.String code)
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") public B2BReportingSetModel findReportingSetForB2BUnit(B2BUnitModel unit)
Deprecated.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
public B2BReportingSetModel getReportingSetForB2BUnit(B2BUnitModel unit)
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
public B2BReportingSetModel setReportSetForUnit(B2BUnitModel unit)
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
public void setReportingOrganizationForUnit(B2BUnitModel unit)
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
public void updateReportingSetForUnitAndParents(B2BUnitModel unit)
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
public void setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)
-
setBaseDao
public void setBaseDao(BaseDao baseDao)
-
getBaseDao
protected BaseDao getBaseDao()
-
getModelService
protected ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
getB2bUnitService
protected B2BUnitService<B2BUnitModel,B2BCustomerModel> getB2bUnitService()
-
-