static MStorageReservation |
MStorageReservation.get(Properties ctx,
int M_Warehouse_ID,
int M_Product_ID,
int M_AttributeSetInstance_ID,
boolean isSOTrx,
String trxName) |
Get Storage Info
|
static MStorageReservation[] |
MStorageReservation.get(Properties ctx,
int m_Warehouse_ID,
int m_Product_ID,
int i,
String trxName) |
Get Storage Info for Product on specified Warehouse
|
static MStorageReservation |
MStorageReservation.getCreate(Properties ctx,
int M_Warehouse_ID,
int M_Product_ID,
int M_AttributeSetInstance_ID,
boolean isSOTrx,
String trxName) |
Create or Get Storage Info
|
static MStorageReservation[] |
MStorageReservation.getOfProduct(Properties ctx,
int M_Product_ID,
String trxName) |
Get Storage Info for Product across warehouses
|