|
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_BOM
org.compiere.model.MBOM
public class MBOM
BOM Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_BOM |
|---|
accessLevel, BOMTYPE_AD_Reference_ID, BOMTYPE_CurrentActive, BOMTYPE_Future, BOMTYPE_Maintenance, BOMTYPE_Make_To_Order, BOMTYPE_Previous, BOMTYPE_Repair, BOMTYPE_Spare, BOMUSE_AD_Reference_ID, BOMUSE_Engineering, BOMUSE_Manufacturing, BOMUSE_Master, BOMUSE_Planning, 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 | |
|---|---|
MBOM(Ctx ctx,
int M_BOM_ID,
String trxName)
Standard Constructor |
|
MBOM(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MBOM |
get(Ctx ctx,
int M_BOM_ID)
Get BOM from Cache |
static MBOM[] |
getOfProduct(Ctx ctx,
int M_Product_ID,
String trxName,
String whereClause)
Get BOMs Of Product |
| Methods inherited from class org.compiere.model.X_M_BOM |
|---|
get_AccessLevel, getBOMType, getBOMUse, getDescription, getHelp, getKeyNamePair, getM_BOM_ID, getM_ChangeNotice_ID, getM_Product_ID, getName, initPO, isBOMTypeValid, isBOMUseValid, isProcessing, setBOMType, setBOMUse, setDescription, setHelp, setM_BOM_ID, setM_ChangeNotice_ID, setM_Product_ID, setName, setProcessing, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MBOM(Ctx ctx,
int M_BOM_ID,
String trxName)
ctx - contextM_BOM_ID - idtrxName - trx
public MBOM(Ctx ctx,
ResultSet rs,
String trxName)
ctx - ctxrs - result settrxName - trx| Method Detail |
|---|
public static MBOM get(Ctx ctx,
int M_BOM_ID)
ctx - contextM_BOM_ID - id
public static MBOM[] getOfProduct(Ctx ctx,
int M_Product_ID,
String trxName,
String whereClause)
ctx - contextM_Product_ID - producttrxName - trxwhereClause - optional WHERE clause w/o AND
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - newsuccess - success
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||