|
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_RfQResponse
org.compiere.model.MRfQResponse
public class MRfQResponse
RfQ Response Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_RfQResponse |
|---|
accessLevel, 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 | |
|---|---|
MRfQResponse(Ctx ctx,
int C_RfQResponse_ID,
String trxName)
Standard Constructor |
|
MRfQResponse(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MRfQResponse(MRfQ rfq,
MBPartner partner)
Parent Constructor |
|
MRfQResponse(MRfQ rfq,
MRfQTopicSubscriber subscriber)
Parent Constructor |
|
MRfQResponse(MRfQ rfq,
MRfQTopicSubscriber subscriber,
int C_BPartner_ID,
int C_BPartner_Location_ID,
int AD_User_ID)
Parent Constructor. |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
String |
checkComplete()
Check if Response is Complete |
File |
createPDF()
Create PDF |
File |
createPDF(File file)
Create PDF file |
MRfQResponseLine[] |
getLines()
Get Response Lines (no requery) |
MRfQResponseLine[] |
getLines(boolean requery)
Get Response Lines |
MRfQ |
getRfQ()
Get RfQ |
boolean |
isQuoteTotalAmtOnly()
Is Quote Total Amt Only |
boolean |
sendRfQ()
Send RfQ |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MRfQResponse(Ctx ctx,
int C_RfQResponse_ID,
String trxName)
ctx - contextC_RfQResponse_ID - idtrxName - transaction
public MRfQResponse(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MRfQResponse(MRfQ rfq,
MRfQTopicSubscriber subscriber)
rfq - rfqsubscriber - subscriber
public MRfQResponse(MRfQ rfq,
MBPartner partner)
rfq - rfqpartner - web response
public MRfQResponse(MRfQ rfq,
MRfQTopicSubscriber subscriber,
int C_BPartner_ID,
int C_BPartner_Location_ID,
int AD_User_ID)
rfq - rfqsubscriber - optional subscriberC_BPartner_ID - bpartnerC_BPartner_Location_ID - bpartner locationAD_User_ID - bpartner user| Method Detail |
|---|
public MRfQResponseLine[] getLines(boolean requery)
requery - requery
public MRfQResponseLine[] getLines()
public MRfQ getRfQ()
public String toString()
toString in class X_C_RfQResponsepublic boolean sendRfQ()
public File createPDF()
public File createPDF(File file)
file - output file
public String checkComplete()
public boolean isQuoteTotalAmtOnly()
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 | |||||||||