|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_M_Warehouse
org.compiere.model.MWarehouse
public class MWarehouse
Warehouse Model
[ 1966337 ] New Method to get the Transit Warehouse based in ID Org http://sourceforge.net/tracker/index.php?func=detail&aid=1966337&group_id=176962&atid=879335,
Serialized Form| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_Warehouse |
|---|
M_WAREHOUSESOURCE_ID_AD_Reference_ID |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_M_Warehouse |
|---|
accessLevel, COLUMNNAME_C_Location_ID, COLUMNNAME_Description, COLUMNNAME_IsInTransit, COLUMNNAME_M_Warehouse_ID, COLUMNNAME_M_WarehouseSource_ID, COLUMNNAME_Name, COLUMNNAME_ReplenishmentClass, COLUMNNAME_Separator, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MWarehouse(MOrg org)
Organization Constructor |
|
MWarehouse(Properties ctx,
int M_Warehouse_ID,
String trxName)
Standard Constructor |
|
MWarehouse(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
protected boolean |
beforeDelete()
Before Delete |
static MWarehouse |
get(Properties ctx,
int M_Warehouse_ID)
Get from Cache |
MLocator |
getDefaultLocator()
Get Default Locator |
static MWarehouse[] |
getForOrg(Properties ctx,
int AD_Org_ID)
Get Warehouses for Org |
static MWarehouse[] |
getInTransitForOrg(Properties ctx,
int AD_Org_ID)
FR [ 1966337 ] Get Warehouses Transit for Org |
MLocator[] |
getLocators(boolean reload)
Get Locators |
| Methods inherited from class org.compiere.model.X_M_Warehouse |
|---|
get_AccessLevel, getC_Location_ID, getDescription, getKeyNamePair, getM_Warehouse_ID, getM_WarehouseSource_ID, getName, getReplenishmentClass, getSeparator, getValue, initPO, isInTransit, setC_Location_ID, setDescription, setIsInTransit, setM_Warehouse_ID, setM_WarehouseSource_ID, setName, setReplenishmentClass, setSeparator, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MWarehouse(Properties ctx,
int M_Warehouse_ID,
String trxName)
ctx - contextM_Warehouse_ID - idtrxName - transaction
public MWarehouse(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MWarehouse(MOrg org)
org - parent| Method Detail |
|---|
public static MWarehouse get(Properties ctx,
int M_Warehouse_ID)
ctx - contextM_Warehouse_ID - id
public static MWarehouse[] getForOrg(Properties ctx,
int AD_Org_ID)
ctx - contextAD_Org_ID - id
public static MWarehouse[] getInTransitForOrg(Properties ctx,
int AD_Org_ID)
ctx - contextAD_Org_ID - id
public MLocator[] getLocators(boolean reload)
reload - if true reload
public MLocator getDefaultLocator()
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - newsuccess - success
protected boolean beforeDelete()
beforeDelete in class PO
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||