|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.SecondClassObjectImpl
com.retek.commons.component.xml.impl.ElementObjectImpl
com.retek.component.salesaudit.impl.SaeElementImpl
com.retek.component.salesaudit.impl.SaeTransactionImpl
Field Summary |
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl |
context |
Fields inherited from interface com.retek.component.salesaudit.SaeElement |
SALES_AUDIT_NO, SALES_AUDIT_YES |
Constructor Summary | |
SaeTransactionImpl(DistributedContext context,
SaeTransactionDto dto)
|
Method Summary | |
void |
accept(SaeElementVisitor txnVisitor)
Accept a transaction visitor. |
void |
addAccommodation(SaeAccommodation accommodation)
|
void |
addCustomer(SaeCustomer customer)
|
void |
addElement(ElementObject element)
|
void |
addItem(SaeItem item)
|
void |
addPayment(SaePayment payment)
|
void |
addService(SaeService service)
|
java.util.List |
getAccommodations()
Return the accommodation elements for the transaction. |
java.lang.String |
getBannerCode()
|
SaeCustomer |
getBillToCustomer()
Return bill-to customer element for the transaction. |
RDate |
getCustomerOrderDate()
|
java.lang.String |
getCustomerOrderNumber()
|
java.lang.String |
getCustomerOrderSource()
|
java.lang.String |
getCustomerOrderType()
|
java.util.List |
getCustomers()
Return the customer elements for the transaction. |
java.lang.String |
getEmployeeNumber()
|
java.lang.Integer |
getFileCount()
|
java.util.List |
getItems()
Return the item elements for the transaction. |
java.lang.String |
getMediaCode()
|
java.lang.String |
getOrderAcceptanceUser()
|
java.lang.String |
getOrderStoreNumber()
|
java.util.List |
getPayments()
Return the payment elements for the transaction. |
java.lang.String |
getReasonCode()
|
java.lang.String |
getReturnRequiredFlag()
|
SaeTransactionDto |
getSaeTransactionDto()
|
java.util.List |
getServices()
Return the service elements for the transaction. |
SaeCustomer |
getShipToCustomer()
Return bill-to customer element for the transaction. |
java.lang.Object |
getSourceExportObject()
Return the source export business object which triggered the sales audit transaction. |
java.lang.String |
getStoreNumber()
|
java.lang.String |
getSubTransactionType()
|
RDate |
getTransactionDate()
|
java.lang.String |
getTransactionId()
|
java.lang.Integer |
getTransactionNumber()
|
java.lang.String |
getTransactionType()
|
boolean |
isOrderHeaderCustomerAccommodation()
|
boolean |
isPaidOutAccommodationTransaction()
|
void |
setAttributes(java.util.Map attributes)
|
void |
setBannerCode(java.lang.String bannerCode)
|
void |
setCustomerOrderDate(RDate customerOrderDate)
|
void |
setCustomerOrderNumber(java.lang.String customerOrderNumber)
|
void |
setCustomerOrderSource(java.lang.String customerOrderSource)
|
void |
setCustomerOrderType(java.lang.String customerOrderType)
|
void |
setEmployeeNumber(java.lang.String employeeNumber)
|
void |
setFileCount(java.lang.Integer fileCount)
|
void |
setMediaCode(java.lang.String mediaCode)
|
void |
setOrderAcceptanceUser(java.lang.String orderAcceptanceUser)
|
void |
setOrderStoreNumber(java.lang.String orderStoreNumber)
|
void |
setReasonCode(java.lang.String reasonCode)
|
void |
setReturnRequiredFlag(java.lang.String returnRequiredFlag)
|
void |
setSourceExportObject(java.lang.Object sourceExportObject)
|
void |
setStoreNumber(java.lang.String storeNumber)
|
void |
setSubTransactionType(java.lang.String subTransactionType)
|
void |
setTransactionDate(RDate transactionDate)
|
void |
setTransactionId(java.lang.String transactionId)
|
void |
setTransactionNumber(java.lang.Integer transactionNumber)
|
void |
setTransactionType(java.lang.String transactionType)
|
java.lang.String |
toXml()
Convert the element to an xml string. |
Methods inherited from class com.retek.component.salesaudit.impl.SaeElementImpl |
getDto |
Methods inherited from class com.retek.commons.component.xml.impl.ElementObjectImpl |
getElementId, getElementObjectDto, getParentElementId, setElementId, setParentElementId, setSubElements, toString |
Methods inherited from class com.retek.commons.component.impl.SecondClassObjectImpl |
equals, getGenericDto, hashCode, setGenericDto, wrap, wrap, wrap, wrap |
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl |
checkRelation, checkRelation, getBusinessInterface, getContext |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.retek.commons.component.xml.ElementObject |
getElementId, getParentElementId |
Methods inherited from interface com.retek.commons.component.BusinessObject |
getBusinessInterface |
Constructor Detail |
public SaeTransactionImpl(DistributedContext context, SaeTransactionDto dto)
Method Detail |
public SaeTransactionDto getSaeTransactionDto()
public java.lang.String getTransactionId()
getTransactionId
in interface SaeTransaction
public void setTransactionId(java.lang.String transactionId)
setTransactionId
in interface SaeTransaction
public java.lang.String getTransactionType()
getTransactionType
in interface SaeTransaction
public void setTransactionType(java.lang.String transactionType)
setTransactionType
in interface SaeTransaction
public RDate getTransactionDate()
getTransactionDate
in interface SaeTransaction
public void setTransactionDate(RDate transactionDate)
setTransactionDate
in interface SaeTransaction
public java.lang.Integer getTransactionNumber()
getTransactionNumber
in interface SaeTransaction
public void setTransactionNumber(java.lang.Integer transactionNumber)
setTransactionNumber
in interface SaeTransaction
public java.lang.String getSubTransactionType()
getSubTransactionType
in interface SaeTransaction
public void setSubTransactionType(java.lang.String subTransactionType)
setSubTransactionType
in interface SaeTransaction
public java.lang.String getStoreNumber()
getStoreNumber
in interface SaeTransaction
public void setStoreNumber(java.lang.String storeNumber)
setStoreNumber
in interface SaeTransaction
public java.lang.String getCustomerOrderNumber()
getCustomerOrderNumber
in interface SaeTransaction
public void setCustomerOrderNumber(java.lang.String customerOrderNumber)
setCustomerOrderNumber
in interface SaeTransaction
public java.lang.String getCustomerOrderType()
getCustomerOrderType
in interface SaeTransaction
public void setCustomerOrderType(java.lang.String customerOrderType)
setCustomerOrderType
in interface SaeTransaction
public RDate getCustomerOrderDate()
getCustomerOrderDate
in interface SaeTransaction
public java.lang.String getCustomerOrderSource()
getCustomerOrderSource
in interface SaeTransaction
public void setCustomerOrderSource(java.lang.String customerOrderSource)
setCustomerOrderSource
in interface SaeTransaction
public void setCustomerOrderDate(RDate customerOrderDate)
setCustomerOrderDate
in interface SaeTransaction
public java.lang.String getOrderAcceptanceUser()
getOrderAcceptanceUser
in interface SaeTransaction
public void setOrderAcceptanceUser(java.lang.String orderAcceptanceUser)
setOrderAcceptanceUser
in interface SaeTransaction
public java.lang.String getOrderStoreNumber()
getOrderStoreNumber
in interface SaeTransaction
public void setOrderStoreNumber(java.lang.String orderStoreNumber)
setOrderStoreNumber
in interface SaeTransaction
public java.lang.String getEmployeeNumber()
getEmployeeNumber
in interface SaeTransaction
public void setEmployeeNumber(java.lang.String employeeNumber)
setEmployeeNumber
in interface SaeTransaction
public java.lang.String getBannerCode()
getBannerCode
in interface SaeTransaction
public void setBannerCode(java.lang.String bannerCode)
setBannerCode
in interface SaeTransaction
public java.lang.String getMediaCode()
getMediaCode
in interface SaeTransaction
public void setMediaCode(java.lang.String mediaCode)
setMediaCode
in interface SaeTransaction
public java.lang.String getReasonCode()
getReasonCode
in interface SaeTransaction
public void setReasonCode(java.lang.String reasonCode)
setReasonCode
in interface SaeTransaction
public java.lang.String getReturnRequiredFlag()
getReturnRequiredFlag
in interface SaeTransaction
public void setReturnRequiredFlag(java.lang.String returnRequiredFlag)
setReturnRequiredFlag
in interface SaeTransaction
public java.lang.Integer getFileCount()
getFileCount
in interface SaeTransaction
public void setFileCount(java.lang.Integer fileCount)
setFileCount
in interface SaeTransaction
public java.util.List getCustomers() throws SystemException
SaeTransaction
getCustomers
in interface SaeTransaction
SystemException
public SaeCustomer getBillToCustomer() throws SystemException
SaeTransaction
getBillToCustomer
in interface SaeTransaction
SystemException
public SaeCustomer getShipToCustomer() throws SystemException
SaeTransaction
getShipToCustomer
in interface SaeTransaction
SystemException
public void addCustomer(SaeCustomer customer)
addCustomer
in interface SaeTransaction
public java.util.List getAccommodations() throws SystemException
SaeTransaction
getAccommodations
in interface SaeTransaction
SystemException
public void addAccommodation(SaeAccommodation accommodation)
addAccommodation
in interface SaeTransaction
public java.util.List getServices() throws SystemException
SaeTransaction
getServices
in interface SaeTransaction
SystemException
public void addService(SaeService service)
addService
in interface SaeTransaction
public java.util.List getItems() throws SystemException
SaeTransaction
getItems
in interface SaeTransaction
SystemException
public void addItem(SaeItem item)
addItem
in interface SaeTransaction
public java.util.List getPayments() throws SystemException
SaeTransaction
getPayments
in interface SaeTransaction
SystemException
public void addPayment(SaePayment payment)
addPayment
in interface SaeTransaction
public void addElement(ElementObject element)
addElement
in class ElementObjectImpl
public boolean isPaidOutAccommodationTransaction()
isPaidOutAccommodationTransaction
in interface SaeTransaction
public boolean isOrderHeaderCustomerAccommodation() throws SystemException
isOrderHeaderCustomerAccommodation
in interface SaeTransaction
SystemException
public void accept(SaeElementVisitor txnVisitor) throws SystemException
SaeElement
accept
in interface SaeElement
accept
in class SaeElementImpl
SystemException
public java.lang.String toXml() throws SystemException, XmlBuilderException
ElementObject
toXml
in interface ElementObject
SystemException
XmlBuilderException
public void setAttributes(java.util.Map attributes)
setAttributes
in class ElementObjectImpl
public java.lang.Object getSourceExportObject()
public void setSourceExportObject(java.lang.Object sourceExportObject)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |