|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_RV_WarehousePrice
org.compiere.model.MWarehousePrice
public class MWarehousePrice
Product Warehouse Availability and Price Model. The Ownership (Client, Org) is determined by the Warehouse Active is determined if the product is discontinued (the product/price/warehouse need to be active) Created.. is determined by the price list version
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_RV_WarehousePrice |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MWarehousePrice(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
static MWarehousePrice[] |
find(Ctx ctx,
int M_PriceList_Version_ID,
int M_Warehouse_ID,
String Value,
String Name,
String UPC,
String SKU,
String trxName)
Find Products in Warehouse with Price |
static MWarehousePrice[] |
find(MBPartner bPartner,
boolean IsSOTrx,
Timestamp valid,
int M_Warehouse_ID,
String Value,
String Name,
String UPC,
String SKU,
String trxName)
Find Products in Warehouse with Price for customer |
static MWarehousePrice |
get(MProduct product,
int M_PriceList_Version_ID,
int M_Warehouse_ID,
String trxName)
Get MWarehouse Price |
boolean |
isAvailable()
Is Product Available |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MWarehousePrice(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MWarehousePrice[] find(Ctx ctx,
int M_PriceList_Version_ID,
int M_Warehouse_ID,
String Value,
String Name,
String UPC,
String SKU,
String trxName)
ctx - contextM_PriceList_Version_ID - mandatory price listM_Warehouse_ID - mandatory warehouseValue - optional valueName - optional nameUPC - optional full match upcSKU - optional full match skitrxName - transaction
public static MWarehousePrice[] find(MBPartner bPartner,
boolean IsSOTrx,
Timestamp valid,
int M_Warehouse_ID,
String Value,
String Name,
String UPC,
String SKU,
String trxName)
bPartner - business partnerIsSOTrx - if true SOvalid - the date the price must be validM_Warehouse_ID - mandatory warehouseValue - optional valueName - optional nameUPC - optional upcSKU - optional skitrxName - transaction
public static MWarehousePrice get(MProduct product,
int M_PriceList_Version_ID,
int M_Warehouse_ID,
String trxName)
product - productM_PriceList_Version_ID - plvM_Warehouse_ID - whtrxName - transaction
public boolean isAvailable()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||