Interface SapVendorService
-
- All Known Implementing Classes:
SapOmsVendorService
public interface SapVendorServiceInterface to provide access to Vendor and Item information for OMS configurations
-
-
Method Summary
All Methods Instance Methods Abstract 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
boolean isVendorExternal(java.lang.String vendorCode)
Returns whether or not the Vendor is external given a vendor code- Parameters:
vendorCode- Code for the vendor- Returns:
- Boolean value
-
getVendorItemCategory
java.lang.String getVendorItemCategory()
Returns the String representation of the VendorItemCategory of the desired instance- Returns:
- VendorItemCategory String
-
-