public interface B2BReportingService
| Modifier and Type | Method and Description |
|---|---|
B2BReportingSetModel |
findReportingSetByCode(java.lang.String code)
Deprecated.
Since 4.4. Use
getReportingSetForCode(String) instead |
B2BReportingSetModel |
findReportingSetForB2BUnit(B2BUnitModel unit)
Deprecated.
Since 4.4. Use
getReportingSetForB2BUnit(B2BUnitModel) instead |
B2BReportingSetModel |
getReportingSetForB2BUnit(B2BUnitModel unit)
Find reporting set for a b2b unit.
|
B2BReportingSetModel |
getReportingSetForCode(java.lang.String code)
Find reporting set by code.
|
void |
setReportingOrganizationForUnit(B2BUnitModel unit)
Sets the reporting organization on a B2BUnit
|
B2BReportingSetModel |
setReportSetForUnit(B2BUnitModel unit)
Create or Update Reporting Set for B2BUnit which is the Branch Units.
|
void |
updateReportingSetForUnitAndParents(B2BUnitModel unit)
Updates the reporting set for a b2b unit.
|
@Deprecated B2BReportingSetModel findReportingSetByCode(java.lang.String code)
getReportingSetForCode(String) insteadcode - the codeB2BReportingSetModel getReportingSetForCode(java.lang.String code)
code - the code@Deprecated B2BReportingSetModel findReportingSetForB2BUnit(B2BUnitModel unit)
getReportingSetForB2BUnit(B2BUnitModel) insteadunit - the unitB2BReportingSetModel getReportingSetForB2BUnit(B2BUnitModel unit)
unit - the unitB2BReportingSetModel setReportSetForUnit(B2BUnitModel unit)
unit - the unitB2BReportingSetModel the new reporting organization for unitvoid updateReportingSetForUnitAndParents(B2BUnitModel unit)
unit - the unit that has been updatedvoid setReportingOrganizationForUnit(B2BUnitModel unit)
unit - the unit to have the reporting organization set onCopyright © 2018 SAP SE. All Rights Reserved.