|
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_BOM
org.compiere.model.MBOM
public class MBOM
BOM Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_BOM |
|---|
BOMTYPE_AD_Reference_ID, BOMTYPE_CurrentActive, BOMTYPE_Future, BOMTYPE_Maintenance, BOMTYPE_Make_To_Order, BOMTYPE_Previous, BOMTYPE_PreviousSpare, BOMTYPE_ProductConfigure, BOMTYPE_Repair, BOMUSE_AD_Reference_ID, BOMUSE_Engineering, BOMUSE_Manufacturing, BOMUSE_Master, BOMUSE_Planning, BOMUSE_Quality |
| 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_BOM |
|---|
accessLevel, COLUMNNAME_BOMType, COLUMNNAME_BOMUse, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_M_BOM_ID, COLUMNNAME_M_ChangeNotice_ID, COLUMNNAME_M_Product_ID, COLUMNNAME_Name, COLUMNNAME_Processing, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MBOM(Properties ctx,
int M_BOM_ID,
String trxName)
Standard Constructor |
|
MBOM(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MBOM |
get(Properties ctx,
int M_BOM_ID)
Get BOM from Cache |
static MBOM[] |
getOfProduct(Properties 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_ChangeNotice, getM_Product_ID, getM_Product, getName, initPO, 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, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MBOM(Properties ctx,
int M_BOM_ID,
String trxName)
ctx - contextM_BOM_ID - idtrxName - trx
public MBOM(Properties ctx,
ResultSet rs,
String trxName)
ctx - ctxrs - result settrxName - trx| Method Detail |
|---|
public static MBOM get(Properties ctx,
int M_BOM_ID)
ctx - contextM_BOM_ID - id
public static MBOM[] getOfProduct(Properties 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
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||