public class ProductUOMUtil
extends java.lang.Object
ProdcutUOMUtil is used to get the UOM information of the product from CATENTSHIP table in database.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getProductUOMByCatentryID(java.lang.Long catentry_Id)
Get the Product
UOM by Catalog entry ID |
static java.lang.String[] |
getProductUOMByCatentryIDs(java.lang.String[] catalogEntryIds)
Gets the
UOM of the product according to the part number |
static java.lang.String[] |
getProductUOMByPartNumber(java.lang.String[] partNumbers)
Gets the
UOM of the product according to the part number |
public static final java.lang.String COPYRIGHT
public static java.lang.String getProductUOMByCatentryID(java.lang.Long catentry_Id)
throws ECSystemException
UOM by Catalog entry IDcatentry_Id - Catalog Entry IDUOM of the Catalog entryECSystemExceptionpublic static java.lang.String[] getProductUOMByPartNumber(java.lang.String[] partNumbers)
UOM of the product according to the part numberpartNumbers - UOM of the Productpublic static java.lang.String[] getProductUOMByCatentryIDs(java.lang.String[] catalogEntryIds)
UOM of the product according to the part numbercatalogEntryIds - the list of catalog entry idUOM of the Product