Class SapOmsVendorService
- java.lang.Object
-
- de.hybris.platform.sap.saporderexchangeoms.outbound.impl.SapOmsVendorService
-
- All Implemented Interfaces:
SapVendorService
public class SapOmsVendorService extends java.lang.Object implements SapVendorService
Concrete implementation to provide business logic forSapVendorService
-
-
Constructor Summary
Constructors Constructor Description SapOmsVendorService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetVendorItemCategory()Returns the String representation of the VendorItemCategory of the desired instancebooleanisVendorExternal(java.lang.String vendorCode)Returns whether or not the Vendor is external given a vendor code
-
-
-
Method Detail
-
isVendorExternal
public boolean isVendorExternal(java.lang.String vendorCode)
Description copied from interface:SapVendorServiceReturns whether or not the Vendor is external given a vendor code- Specified by:
isVendorExternalin interfaceSapVendorService- Parameters:
vendorCode- Code for the vendor- Returns:
- Boolean value
-
getVendorItemCategory
public java.lang.String getVendorItemCategory()
Description copied from interface:SapVendorServiceReturns the String representation of the VendorItemCategory of the desired instance- Specified by:
getVendorItemCategoryin interfaceSapVendorService- Returns:
- VendorItemCategory String
-
-