org.opencrx.kernel.contract1.cci2
Interface SalesOrder

All Superinterfaces:
AbstractContract, AddressContainer, AlertSender, Assignable, Auditee, org.openmdx.base.cci2.BasicObject, Cloneable, org.openmdx.base.cci2.ContextCapable, CrxObject, DeliveryRequestContainer, DepotReferenceHolder, org.openmdx.base.cci2.ExtentCapable, Importer, Indexed, SecureObject, ShippingDetail, org.openmdx.compatibility.view1.cci2.ViewCapable, XmlExporter
All Known Subinterfaces:
SalesOrder
All Known Implementing Classes:
SalesOrder

public interface SalesOrder
extends AbstractContract, CrxObject

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.
<T extends Invoice>
List<T>
getInvoice()
          Retrieves the Collection of objects referenced by invoice.
<T extends AbstractSalesOrderPosition>
Collection<T>
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.contract1.cci2.AbstractContract
createPosition, getActiveOn, getActivity, getBroker, getCalcRule, getCancelOn, getClosedOn, getCompetitor, getContact, getContractCurrency, getContractLanguage, getContractNumber, getContractState, getCustomer, getDescription, getExpiresOn, getInventoryCb, getName, getOrigin, getPaymentTerms, getPositionModification, getPositionModification, getPricingDate, getPricingRule, getPricingState, getPriority, getRemovedPosition, getRemovedPosition, getSalesRep, getSupplier, getTotalAmount, getTotalAmountIncludingTax, getTotalBaseAmount, getTotalDiscountAmount, getTotalSalesCommission, getTotalTaxAmount, removePendingInventoryBookings, reprice, setActiveOn, setBroker, setCalcRule, setCancelOn, setClosedOn, setContractCurrency, setContractLanguage, setContractNumber, setContractState, setCustomer, setDescription, setExpiresOn, setName, setOrigin, setPaymentTerms, setPricingDate, setPricingRule, setPriority, setSalesRep, setSupplier, updateInventory
 
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.generic.cci2.CrxObject
addAdditionalExternalLink, addAttachedDocument, addMedia, addNote, addPropertySet, addRating, getAdditionalExternalLink, getAdditionalExternalLink, getAttachedDocument, getAttachedDocument, getCategory, getDisabledReason, getExternalLink, getMedia, getMedia, getNote, getNote, getPropertySet, getPropertySet, getPropertySetEntry, getPropertySetEntry, getRating, getRating, getUserBoolean4, getUserCode0, getUserCode1, getUserCode2, getUserCode3, getUserCode4, getUserDate0, getUserDate1, getUserDate2, getUserDate3, getUserDate4, getUserDateTime0, getUserDateTime1, getUserDateTime2, getUserDateTime3, getUserDateTime4, getUserNumber0, getUserNumber1, getUserNumber2, getUserNumber3, getUserNumber4, getUserString0, getUserString1, getUserString2, getUserString3, getUserString4, isDisabled, isUserBoolean0, isUserBoolean1, isUserBoolean2, isUserBoolean3, setCategory, setDisabled, setDisabledReason, setExternalLink, setUserBoolean0, setUserBoolean1, setUserBoolean2, setUserBoolean3, setUserBoolean4, setUserCode0, setUserCode1, setUserCode2, setUserCode3, setUserCode4, setUserDate0, setUserDate1, setUserDate2, setUserDate3, setUserDate4, setUserDateTime0, setUserDateTime1, setUserDateTime2, setUserDateTime3, setUserDateTime4, setUserNumber0, setUserNumber1, setUserNumber2, setUserNumber3, setUserNumber4, setUserString0, setUserString1, setUserString2, setUserString3, setUserString4
 
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

createInvoice

SalesOrderCreateInvoiceResult createInvoice()

getFreightTerms

short getFreightTerms()
Retrieves the value for the attribute freightTerms.

Returns:
The non-null value for attribute freightTerms.

setFreightTerms

void setFreightTerms(short freightTerms)
Sets a new value for the attribute freightTerms.

Parameters:
freightTerms - The non-null new value for attribute freightTerms.

getInvoice

<T extends Invoice> List<T> getInvoice()
Retrieves the Collection of objects referenced by invoice.

Returns:
The Collection of referenced objects.

markAsClosed

org.openmdx.base.cci2.Void markAsClosed(short salesOrderState)

getPosition

<T extends AbstractSalesOrderPosition> Collection<T> getPosition()
Retrieves a set containing all the elements for the reference position.

Returns:
A set containing all the elements for this reference.

getPosition

AbstractSalesOrderPosition getPosition(boolean idIsPersistent,
                                       String id)
Retrieves the value for the reference position for the specified qualifier attribute value.

Parameters:
idIsPersistent - Defines whether value for the qualifier is persistent or not
id - The value for the qualifier attribute that qualifies this reference.
Returns:
The possibly null value for this qualifier

addPosition

void addPosition(boolean idIsPersistent,
                 String id,
                 AbstractSalesOrderPosition position)
Adds the specified element to the set of the values for the reference position.

Note: This is an extension to the JMI 1 standard.

Parameters:
idIsPersistent - true if id is persistent
id - The qualifier attribute value that qualifies the reference to get the element to be appended.
position - The element to be appended.

getSubmitDate

Date getSubmitDate()
Retrieves the possibly null value for the optional attribute submitDate.

Returns:
The possibly null value for attribute submitDate.

setSubmitDate

void setSubmitDate(Date submitDate)
Sets a new value for the attribute submitDate.

Parameters:
submitDate - The possibly null new value for attribute submitDate.

getSubmitStatus

Short getSubmitStatus()
Retrieves the possibly null value for the optional attribute submitStatus.

Returns:
The possibly null value for attribute submitStatus.

setSubmitStatus

void setSubmitStatus(Short submitStatus)
Sets a new value for the attribute submitStatus.

Parameters:
submitStatus - The possibly null new value for attribute submitStatus.

getSubmitStatusDescription

String getSubmitStatusDescription()
Retrieves the possibly null value for the optional attribute submitStatusDescription.

Returns:
The possibly null value for attribute submitStatusDescription.

setSubmitStatusDescription

void setSubmitStatusDescription(String submitStatusDescription)
Sets a new value for the attribute submitStatusDescription.

Parameters:
submitStatusDescription - The possibly null new value for attribute submitStatusDescription.


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.