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 Type
    Method
    Description
    Get UnitModel for a given product SAPCode

    Methods inherited from interface de.hybris.platform.product.UnitService

    getAllUnits, getAllUnitTypes, getUnitForCode, getUnitsForUnitType
  • Method Details

    • getUnitForSAPCode

      UnitModel getUnitForSAPCode(String code)
      Get UnitModel for a given product SAPCode
      Parameters:
      code - String representation of SAPCode
      Returns:
      Returns UnitModel object associated with provided SAPCode