|
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_M_ProductLocator
org.compiere.model.MProductLocator
public class MProductLocator
Product Locator Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_ProductLocator |
|---|
accessLevel, Model, PICKING_UOM_ID_AD_Reference_ID, STOCKING_UOM_ID_AD_Reference_ID, 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 | |
|---|---|
MProductLocator(Ctx ctx,
int M_ProductLocator_ID,
String trxName)
Standard Constructor |
|
MProductLocator(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
static int |
getFirstM_Locator_ID(MProduct product,
int M_Warehouse_ID)
Get First M_Locator_ID for product and Warehouse ordered by priority of Locator |
static MLocator[] |
getLocators(MProduct product,
int M_Warehouse_ID)
Get array of active Locators for Product and warehouse ordered by priority |
static MProductLocator |
getOfProductLocator(Ctx ctx,
int M_Product_ID,
int M_Locator_ID)
Get MProductLocator from Product and Locator |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MProductLocator(Ctx ctx,
int M_ProductLocator_ID,
String trxName)
ctx - contextM_ProductLocator_ID - idtrxName - trx
public MProductLocator(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MLocator[] getLocators(MProduct product,
int M_Warehouse_ID)
product - productM_Warehouse_ID - wh
public static int getFirstM_Locator_ID(MProduct product,
int M_Warehouse_ID)
product - productM_Warehouse_ID - wh
public static MProductLocator getOfProductLocator(Ctx ctx,
int M_Product_ID,
int M_Locator_ID)
ctx - contextM_Product_ID - Product idM_Locator_ID - Product id
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||