|
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_C_RfQ
org.compiere.model.MRfQ
public class MRfQ
RfQ Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_RfQ |
|---|
accessLevel, Model, QUOTETYPE_AD_Reference_ID, QUOTETYPE_QuoteAllLines, QUOTETYPE_QuoteSelectedLines, QUOTETYPE_QuoteTotalOnly, SALESREP_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 | |
|---|---|
MRfQ(Ctx ctx,
int C_RfQ_ID,
String trxName)
Standard Constructor |
|
MRfQ(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
String |
checkQuoteTotalAmtOnly()
Is "Quote Total Amt Only" Valid |
static MRfQ |
get(Ctx ctx,
int C_RfQ_ID)
Get MRfQ from Cache |
MRfQLine[] |
getLines()
Get active Lines |
MRfQResponse[] |
getResponses(boolean activeOnly,
boolean completedOnly)
Get RfQ Responses |
boolean |
isQuoteAllLines()
Is Quote All Lines |
boolean |
isQuoteSelectedLines()
Is Quote Selected Lines |
boolean |
isQuoteTotalAmtOnly()
Is Quote Total Amt Only |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MRfQ(Ctx ctx,
int C_RfQ_ID,
String trxName)
ctx - contextC_RfQ_ID - idtrxName - transaction
public MRfQ(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MRfQ get(Ctx ctx,
int C_RfQ_ID)
ctx - contextC_RfQ_ID - id
public MRfQLine[] getLines()
public MRfQResponse[] getResponses(boolean activeOnly,
boolean completedOnly)
activeOnly - active responses onlycompletedOnly - complete responses only
public String toString()
toString in class X_C_RfQpublic boolean isQuoteTotalAmtOnly()
public boolean isQuoteSelectedLines()
public boolean isQuoteAllLines()
public String checkQuoteTotalAmtOnly()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||