Uses of Class
de.hybris.platform.b2b.model.B2BReportingSetModel
-
Packages that use B2BReportingSetModel Package Description de.hybris.platform.b2b.services de.hybris.platform.b2b.services.impl -
-
Uses of B2BReportingSetModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services that return B2BReportingSetModel Modifier and Type Method Description B2BReportingSetModelB2BReportingService. findReportingSetByCode(java.lang.String code)Deprecated.Since 4.4.B2BReportingSetModelB2BReportingService. findReportingSetForB2BUnit(B2BUnitModel unit)Deprecated.Since 4.4.B2BReportingSetModelB2BReportingService. getReportingSetForB2BUnit(B2BUnitModel unit)Find reporting set for a b2b unit.B2BReportingSetModelB2BReportingService. getReportingSetForCode(java.lang.String code)Find reporting set by code.B2BReportingSetModelB2BReportingService. setReportSetForUnit(B2BUnitModel unit)Create or Update Reporting Set for B2BUnit which is the Branch Units. -
Uses of B2BReportingSetModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return B2BReportingSetModel Modifier and Type Method Description B2BReportingSetModelDefaultB2BReportingService. findReportingSetByCode(java.lang.String code)Deprecated.Since 4.4.B2BReportingSetModelDefaultB2BReportingService. findReportingSetForB2BUnit(B2BUnitModel unit)Deprecated.Since 4.4.B2BReportingSetModelDefaultB2BReportingService. getReportingSetForB2BUnit(B2BUnitModel unit)B2BReportingSetModelDefaultB2BReportingService. getReportingSetForCode(java.lang.String code)B2BReportingSetModelDefaultB2BReportingService. setReportSetForUnit(B2BUnitModel unit)
-