|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCOM.ibm.db2.app.UDF
org.compiere.udf.Product
public class Product
SQLJ Product related Functions
| Field Summary |
|---|
| Fields inherited from class COM.ibm.db2.app.UDF |
|---|
SQLUDF_FIRST_CALL, SQLUDF_NORMAL_CALL, SQLUDF_TF_CLOSE, SQLUDF_TF_FETCH, SQLUDF_TF_FINAL, SQLUDF_TF_FIRST, SQLUDF_TF_OPEN |
| Constructor Summary | |
|---|---|
Product()
|
|
| Method Summary | |
|---|---|
static String |
attributeName(int p_M_AttributeSetInstance_ID)
Get Product Attribute Instance Name. |
static double |
bomPriceLimit(int p_M_Product_ID,
int p_M_PriceList_Version_ID)
Get BOM Price Limit Previously: BOM_PriceLimit - Now: bomPriceLimit |
static double |
bomPriceList(int p_M_Product_ID,
int p_M_PriceList_Version_ID)
Get BOM Price List Previously: BOM_PriceList - Now: bomPriceList |
static double |
bomPriceStd(int p_M_Product_ID,
int p_M_PriceList_Version_ID)
Get BOM Price Std Previously: BOM_PriceStd - Now: bomPriceStd |
static double |
bomQtyAvailable(int p_M_Product_ID,
int p_M_Warehouse_ID,
int p_M_Locator_ID)
Get BOM Quantity Available Previously: BOM_Qty_Available - Now: bomQtyAvailable |
static double |
bomQtyOnHand(int p_M_Product_ID,
int p_M_Warehouse_ID,
int p_M_Locator_ID)
Get BOM Quantity OnHand Previously: BOM_Qty_OnHand - Now: bomQtyOnHand |
static double |
bomQtyOrdered(int p_M_Product_ID,
int p_M_Warehouse_ID,
int p_M_Locator_ID)
Get BOM Quantity Ordered Previously: BOM_Qty_Ordered - Now: bomQtyOrdered |
static double |
bomQtyReserved(int p_M_Product_ID,
int p_M_Warehouse_ID,
int p_M_Locator_ID)
Get BOM Quantity Reserved Previously: BOM_Qty_Reserved - Now: bomQtyReserved |
| Methods inherited from class COM.ibm.db2.app.UDF |
|---|
close, getCallType, getConnection, getDBapplid, getDBauthid, getDBcodepg, getDBcolname, getDBinfo, getDBname, getDBplatform, getDBprocid, getDBtbname, getDBtbschema, getDBver_rel, getFunctionName, getScratchpad, getSpecificName, isNull, needToSet, set, set, set, set, set, set, set, set, set, set, set, setCodepage, setScratchpad, setSQLmessage, setSQLstate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Product()
| Method Detail |
|---|
public static String attributeName(int p_M_AttributeSetInstance_ID)
throws SQLException
p_M_AttributeSetInstance_ID - instance
SQLException
public static double bomPriceLimit(int p_M_Product_ID,
int p_M_PriceList_Version_ID)
throws SQLException
p_M_Product_ID - p_M_PriceList_Version_ID -
SQLException
public static double bomPriceList(int p_M_Product_ID,
int p_M_PriceList_Version_ID)
throws SQLException
p_M_Product_ID - p_M_PriceList_Version_ID -
SQLException
public static double bomPriceStd(int p_M_Product_ID,
int p_M_PriceList_Version_ID)
throws SQLException
p_M_Product_ID - p_M_PriceList_Version_ID -
SQLException
public static double bomQtyAvailable(int p_M_Product_ID,
int p_M_Warehouse_ID,
int p_M_Locator_ID)
throws SQLException
p_M_Product_ID - productp_M_Warehouse_ID - warehousep_M_Locator_ID - locator
SQLException
public static double bomQtyOnHand(int p_M_Product_ID,
int p_M_Warehouse_ID,
int p_M_Locator_ID)
throws SQLException
p_M_Product_ID - productp_M_Warehouse_ID - warehousep_M_Locator_ID - locator
SQLException
public static double bomQtyOrdered(int p_M_Product_ID,
int p_M_Warehouse_ID,
int p_M_Locator_ID)
throws SQLException
p_M_Product_ID - productp_M_Warehouse_ID - warehousep_M_Locator_ID - locator
SQLException
public static double bomQtyReserved(int p_M_Product_ID,
int p_M_Warehouse_ID,
int p_M_Locator_ID)
throws SQLException
p_M_Product_ID - productp_M_Warehouse_ID - warehousep_M_Locator_ID - locator
SQLException
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||