|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.sqlj.Product
public class Product
SQLJ Product related Functions
| Constructor Summary | |
|---|---|
Product()
|
|
| Method Summary | |
|---|---|
static String |
attributeName(int p_M_AttributeSetInstance_ID)
Get Product Attribute Instance Name. |
static BigDecimal |
bomPriceLimit(int p_M_Product_ID,
int p_M_PriceList_Version_ID)
Get BOM Price Limit Previously: BOM_PriceLimit - Now: bomPriceLimit |
static BigDecimal |
bomPriceList(int p_M_Product_ID,
int p_M_PriceList_Version_ID)
Get BOM Price List Previously: BOM_PriceList - Now: bomPriceList |
static BigDecimal |
bomPriceStd(int p_M_Product_ID,
int p_M_PriceList_Version_ID)
Get BOM Price Std Previously: BOM_PriceStd - Now: bomPriceStd |
static BigDecimal |
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 BigDecimal |
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 BigDecimal |
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 BigDecimal |
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 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 BigDecimal 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 BigDecimal 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 BigDecimal 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 BigDecimal 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 BigDecimal 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 BigDecimal 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 BigDecimal 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 | |||||||||