|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SalesOrder
Class SalesOrder
| Nested Class Summary | |
|---|---|
static interface |
SalesOrder.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
void |
addPosition(boolean idIsPersistent,
String id,
AbstractSalesOrderPosition position)
Adds the specified element to the set of the values for the reference position. |
|
SalesOrderCreateInvoiceResult |
createInvoice()
|
|
short |
getFreightTerms()
Retrieves the value for the attribute freightTerms. |
|
|
getInvoice()
Retrieves the Collection of objects referenced by
invoice. |
|
|
getPosition()
Retrieves a set containing all the elements for the reference position. |
|
AbstractSalesOrderPosition |
getPosition(boolean idIsPersistent,
String id)
Retrieves the value for the reference position for the
specified qualifier attribute value. |
|
Date |
getSubmitDate()
Retrieves the possibly null value for the optional attribute submitDate. |
|
Short |
getSubmitStatus()
Retrieves the possibly null value for the optional attribute submitStatus. |
|
String |
getSubmitStatusDescription()
Retrieves the possibly null value for the optional attribute submitStatusDescription. |
|
org.openmdx.base.cci2.Void |
markAsClosed(short salesOrderState)
|
|
void |
setFreightTerms(short freightTerms)
Sets a new value for the attribute freightTerms. |
|
void |
setSubmitDate(Date submitDate)
Sets a new value for the attribute submitDate. |
|
void |
setSubmitStatus(Short submitStatus)
Sets a new value for the attribute submitStatus. |
|
void |
setSubmitStatusDescription(String submitStatusDescription)
Sets a new value for the attribute submitStatusDescription. |
|
| Methods inherited from interface org.opencrx.kernel.base.cci2.Assignable |
|---|
assignToMe |
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.AddressContainer |
|---|
addAddress, getAddress, getAddress |
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.DeliveryRequestContainer |
|---|
addDeliveryRequest, getDeliveryRequest, getDeliveryRequest |
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.ShippingDetail |
|---|
getCarrier, getGiftMessage, getShippingInstructions, getShippingMethod, getShippingTrackingNumber, isGift, setCarrier, setGift, setGiftMessage, setShippingInstructions, setShippingMethod, setShippingTrackingNumber |
| Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReferenceHolder |
|---|
addDepotReference, getDepotReference, getDepotReference |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Method Detail |
|---|
SalesOrderCreateInvoiceResult createInvoice()
short getFreightTerms()
freightTerms.
freightTerms.void setFreightTerms(short freightTerms)
freightTerms.
freightTerms - The non-null new value for attribute freightTerms.<T extends Invoice> List<T> getInvoice()
Collection of objects referenced by
invoice.
Collection of referenced objects.org.openmdx.base.cci2.Void markAsClosed(short salesOrderState)
<T extends AbstractSalesOrderPosition> Collection<T> getPosition()
position.
AbstractSalesOrderPosition getPosition(boolean idIsPersistent,
String id)
position for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addPosition(boolean idIsPersistent,
String id,
AbstractSalesOrderPosition position)
position.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.position - The element to be appended.Date getSubmitDate()
submitDate.
submitDate.void setSubmitDate(Date submitDate)
submitDate.
submitDate - The possibly null new value for attribute submitDate.Short getSubmitStatus()
submitStatus.
submitStatus.void setSubmitStatus(Short submitStatus)
submitStatus.
submitStatus - The possibly null new value for attribute submitStatus.String getSubmitStatusDescription()
submitStatusDescription.
submitStatusDescription.void setSubmitStatusDescription(String submitStatusDescription)
submitStatusDescription.
submitStatusDescription - The possibly null new value for attribute submitStatusDescription.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||