Package de.hybris.platform.b2b.services
Interface B2BReportingService
- All Known Implementing Classes:
DefaultB2BReportingService
public interface B2BReportingService
A service for b2b reporting.
- Spring Bean ID:
- b2bReportingService
-
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.Find reporting set for a b2b unit.getReportingSetForCode(String code) Find reporting set by code.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.
-
Method Details
-
findReportingSetByCode
Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4. UsegetReportingSetForCode(String)insteadFind reporting set by code.- Parameters:
code- the code- Returns:
- the b2 b reporting set model
-
getReportingSetForCode
Find reporting set by code.- Parameters:
code- the code- Returns:
- the b2 b reporting set model
-
findReportingSetForB2BUnit
@Deprecated(since="4.4", forRemoval=true) B2BReportingSetModel findReportingSetForB2BUnit(B2BUnitModel unit) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.4. UsegetReportingSetForB2BUnit(B2BUnitModel)insteadFind reporting set for b2 b unit.- Parameters:
unit- the unit- Returns:
- the b2 b reporting set model
-
getReportingSetForB2BUnit
Find reporting set for a b2b unit.- Parameters:
unit- the unit- Returns:
- the b2 b reporting set model
-
setReportSetForUnit
Create or Update Reporting Set for B2BUnit which is the Branch Units.- Parameters:
unit- the unit- Returns:
B2BReportingSetModelthe new reporting organization for unit
-
updateReportingSetForUnitAndParents
Updates the reporting set for a b2b unit.- Parameters:
unit- the unit that has been updated
-
setReportingOrganizationForUnit
Sets the reporting organization on a B2BUnit- Parameters:
unit- the unit to have the reporting organization set on
-