|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.wstore.WebOrder
public class WebOrder
Web Order
| Field Summary | |
|---|---|
static String |
NAME
Attribute Name |
| Constructor Summary | |
|---|---|
WebOrder(MOrder order)
Constructor |
|
WebOrder(WebUser wu,
WebBasket wb,
Ctx ctx)
Constructor |
|
| Method Summary | |
|---|---|
int |
getAD_Org_ID()
Get Order Org ID |
int |
getC_Currency_ID()
Get Currency id |
int |
getC_Order_ID()
Get Order ID |
String |
getCurrencyISO()
Get ISO Code of Currency |
String |
getDocumentNo()
Get Document No |
BigDecimal |
getFreightAmt()
|
BigDecimal |
getGrandTotal()
|
int |
getInvoice_ID()
Get Invoice ID |
String |
getInvoiceInfo()
Get Invoice Info |
protected MOrder |
getOrder()
|
int |
getSalesRep_ID()
|
BigDecimal |
getTaxAmt()
|
BigDecimal |
getTotalLines()
|
boolean |
isCompleted()
Is order completed |
boolean |
isInProgress()
Is order in progress |
boolean |
process(MPayment payment)
Process/Complete Order |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
| Constructor Detail |
|---|
public WebOrder(WebUser wu,
WebBasket wb,
Ctx ctx)
wu - web Userwb - web basketctx - contextpublic WebOrder(MOrder order)
order - existing order| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean process(MPayment payment)
payment - payment
public int getC_Order_ID()
public int getAD_Org_ID()
public boolean isCompleted()
public boolean isInProgress()
public String getDocumentNo()
public BigDecimal getTotalLines()
public BigDecimal getFreightAmt()
public BigDecimal getTaxAmt()
public BigDecimal getGrandTotal()
public int getSalesRep_ID()
protected MOrder getOrder()
public String getInvoiceInfo()
public int getInvoice_ID()
public int getC_Currency_ID()
public String getCurrencyISO()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||