com.retek.component.salesaudit.impl.remote.command
Class SaeExportObject

java.lang.Object
  extended bycom.retek.component.salesaudit.impl.remote.command.SaeExportObject
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable
Direct Known Subclasses:
SaeExportAccommodation, SaeExportCustomerOrderPayment, SaeExportReturnLine, SaeExportShippedContainer

public abstract class SaeExportObject
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable

See Also:
Serialized Form

Constructor Summary
protected SaeExportObject()
           
 
Method Summary
protected  SaeStoreDayKey buildStoreDayKey(Store store, RDate txnDate)
           
protected  SaeStoreTransactionContainer buildStoreTransactionContainer(SaeStoreDayKey key)
           
 int compareTo(java.lang.Object o2)
           
abstract  java.util.List createSalesAuditTransactions()
           
 boolean equals(java.lang.Object that)
           
 DistributedObject getBusinessObject()
           
protected  CustomerOrder getOrder()
           
protected  SalesAuditManager getSalesAuditManager()
           
 int hashCode()
           
protected  void init(DistributedObject obj, CustomerOrder order)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SaeExportObject

protected SaeExportObject()
Method Detail

getSalesAuditManager

protected final SalesAuditManager getSalesAuditManager()

createSalesAuditTransactions

public abstract java.util.List createSalesAuditTransactions()
                                                     throws SystemException,
                                                            BusinessException
Throws:
SystemException
BusinessException

init

protected final void init(DistributedObject obj,
                          CustomerOrder order)
                   throws SystemException
Throws:
SystemException

getBusinessObject

public DistributedObject getBusinessObject()

equals

public final boolean equals(java.lang.Object that)

hashCode

public final int hashCode()

compareTo

public final int compareTo(java.lang.Object o2)
Specified by:
compareTo in interface java.lang.Comparable

toString

public java.lang.String toString()

getOrder

protected CustomerOrder getOrder()

buildStoreDayKey

protected final SaeStoreDayKey buildStoreDayKey(Store store,
                                                RDate txnDate)
                                         throws SystemException
Throws:
SystemException

buildStoreTransactionContainer

protected final SaeStoreTransactionContainer buildStoreTransactionContainer(SaeStoreDayKey key)
                                                                     throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28