Interface SAPUnitService
- All Superinterfaces:
de.hybris.platform.product.UnitService
- All Known Implementing Classes:
SAPDefaultUnitService
public interface SAPUnitService
extends de.hybris.platform.product.UnitService
Interface to provide access to UnitModel information for a given product SAPCode
-
Method Summary
Modifier and TypeMethodDescriptiongetUnitForSAPCode(String code) Get UnitModel for a given product SAPCodeMethods inherited from interface de.hybris.platform.product.UnitService
getAllUnits, getAllUnitTypes, getUnitForCode, getUnitsForUnitType
-
Method Details
-
getUnitForSAPCode
Get UnitModel for a given product SAPCode- Parameters:
code- String representation of SAPCode- Returns:
- Returns UnitModel object associated with provided SAPCode
-