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