| Package | Description |
|---|---|
| de.hybris.platform.b2b.resource | |
| de.hybris.platform.b2b.services | |
| de.hybris.platform.b2b.services.impl |
| Modifier and Type | Method and Description |
|---|---|
B2BReportingSetModel |
B2BReportingSetResource.getB2BReportingSetModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected B2BReportingSetModel |
B2BReportingSetResource.readResource(java.lang.String resourceId)
Gets the
B2BReportingSetModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<B2BReportingSetModel> |
B2BReportingSetsResource.getB2BReportingSetsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BReportingSetResource.setB2BReportingSetModel(B2BReportingSetModel value)
Convenience method which just delegates to
#setResourceValue(B2BReportingSetModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
B2BReportingSetsResource.setB2BReportingSetsCollection(java.util.Collection<B2BReportingSetModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
B2BReportingSetModel |
B2BReportingService.findReportingSetByCode(java.lang.String code)
Deprecated.
Since 4.4. Use
B2BReportingService.getReportingSetForCode(String) instead |
B2BReportingSetModel |
B2BReportingService.findReportingSetForB2BUnit(B2BUnitModel unit)
Deprecated.
Since 4.4. Use
B2BReportingService.getReportingSetForB2BUnit(B2BUnitModel) instead |
B2BReportingSetModel |
B2BReportingService.getReportingSetForB2BUnit(B2BUnitModel unit)
Find reporting set for a b2b unit.
|
B2BReportingSetModel |
B2BReportingService.getReportingSetForCode(java.lang.String code)
Find reporting set by code.
|
B2BReportingSetModel |
B2BReportingService.setReportSetForUnit(B2BUnitModel unit)
Create or Update Reporting Set for B2BUnit which is the Branch Units.
|
| Modifier and Type | Method and Description |
|---|---|
B2BReportingSetModel |
DefaultB2BReportingService.findReportingSetByCode(java.lang.String code)
Deprecated.
Since 4.4. Use
DefaultB2BReportingService.getReportingSetForCode(String) instead |
B2BReportingSetModel |
DefaultB2BReportingService.findReportingSetForB2BUnit(B2BUnitModel unit)
Deprecated.
Since 4.4. Use
DefaultB2BReportingService.getReportingSetForB2BUnit(B2BUnitModel) instead |
B2BReportingSetModel |
DefaultB2BReportingService.getReportingSetForB2BUnit(B2BUnitModel unit) |
B2BReportingSetModel |
DefaultB2BReportingService.getReportingSetForCode(java.lang.String code) |
B2BReportingSetModel |
DefaultB2BReportingService.setReportSetForUnit(B2BUnitModel unit) |
Copyright © 2018 SAP SE. All Rights Reserved.