com.retek.component.history
Class HistoryEventRequest

java.lang.Object
  extended bycom.retek.component.history.HistoryEventRequest
All Implemented Interfaces:
java.io.Serializable

public class HistoryEventRequest
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
HistoryEventRequest(HistoryEventType type, DistributedReference userRef, DistributedReference customerRef, java.lang.String detail)
           
HistoryEventRequest(HistoryEventType type, HistoryEventVisibility visibility, User user, CustomerOrder order)
           
HistoryEventRequest(HistoryEventType type, HistoryEventVisibility visibility, User user, CustomerOrderLine orderLine)
           
HistoryEventRequest(HistoryEventType type, HistoryEventVisibility visibility, User user, CustomerOrder order, java.lang.String eventDetail)
           
HistoryEventRequest(HistoryEventType type, HistoryEventVisibility visibility, User user, Customer customer, java.lang.String eventDetail)
           
HistoryEventRequest(HistoryEventType type, User user, CustomerOrder order)
           
HistoryEventRequest(HistoryEventType type, User user, CustomerOrderLine orderLine)
           
HistoryEventRequest(HistoryEventType type, User user, java.lang.String itemDesc, java.lang.String additionalEventDetail, CustomerOrder order)
           
HistoryEventRequest(User user, CustomerOrderLine orderLine, Quantity origQuantity, Quantity newQuantity)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 DistributedReference getActivityRequestRef()
           
static java.lang.String getAddressDetailString(CustomerAddress address)
           
 DistributedReference getBannerRef()
           
 DistributedReference getChannelTypeRef()
           
 RDate getCreateDate()
           
 DistributedReference getCustomerRef()
           
 java.lang.String getEventDetail()
           
 Quantity getNewOrderLineRequestedQty()
           
 DistributedReference getOrderLineRef()
           
 DistributedReference getOrderRef()
           
 Quantity getOriginalOrderLineRequestedQty()
           
 DistributedReference getTypeRef()
           
 DistributedReference getUserRef()
           
 HistoryEventVisibility getVisibility()
           
 int hashCode()
           
 boolean isVisibleAtCustomer()
           
 void setBanner(Banner banner)
           
 void setChannelType(ChannelType channelType)
           
 void setCreateDate(RDate createDate)
           
 void setCustomer(Customer customer)
           
 void setEventDetail(java.lang.String eventDetail)
           
 void setUser(User user)
           
 void setVisibility(HistoryEventVisibility visibility)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HistoryEventRequest

public HistoryEventRequest(HistoryEventType type,
                           User user,
                           CustomerOrder order)
                    throws SystemException

HistoryEventRequest

public HistoryEventRequest(HistoryEventType type,
                           User user,
                           java.lang.String itemDesc,
                           java.lang.String additionalEventDetail,
                           CustomerOrder order)
                    throws SystemException

HistoryEventRequest

public HistoryEventRequest(HistoryEventType type,
                           HistoryEventVisibility visibility,
                           User user,
                           CustomerOrder order)
                    throws SystemException

HistoryEventRequest

public HistoryEventRequest(HistoryEventType type,
                           HistoryEventVisibility visibility,
                           User user,
                           CustomerOrder order,
                           java.lang.String eventDetail)
                    throws SystemException

HistoryEventRequest

public HistoryEventRequest(HistoryEventType type,
                           HistoryEventVisibility visibility,
                           User user,
                           Customer customer,
                           java.lang.String eventDetail)
                    throws SystemException

HistoryEventRequest

public HistoryEventRequest(HistoryEventType type,
                           DistributedReference userRef,
                           DistributedReference customerRef,
                           java.lang.String detail)
                    throws SystemException

HistoryEventRequest

public HistoryEventRequest(HistoryEventType type,
                           User user,
                           CustomerOrderLine orderLine)
                    throws SystemException

HistoryEventRequest

public HistoryEventRequest(User user,
                           CustomerOrderLine orderLine,
                           Quantity origQuantity,
                           Quantity newQuantity)
                    throws SystemException

HistoryEventRequest

public HistoryEventRequest(HistoryEventType type,
                           HistoryEventVisibility visibility,
                           User user,
                           CustomerOrderLine orderLine)
                    throws SystemException
Method Detail

getAddressDetailString

public static java.lang.String getAddressDetailString(CustomerAddress address)
                                               throws SystemException
Throws:
SystemException

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getBannerRef

public DistributedReference getBannerRef()
                                  throws SystemException
Throws:
SystemException

getChannelTypeRef

public DistributedReference getChannelTypeRef()
                                       throws SystemException
Throws:
SystemException

getCreateDate

public RDate getCreateDate()
                    throws SystemException
Throws:
SystemException

getEventDetail

public java.lang.String getEventDetail()
                                throws SystemException
Throws:
SystemException

getTypeRef

public DistributedReference getTypeRef()
                                throws SystemException
Throws:
SystemException

getVisibility

public HistoryEventVisibility getVisibility()
                                     throws SystemException
Throws:
SystemException

isVisibleAtCustomer

public boolean isVisibleAtCustomer()
                            throws SystemException
Throws:
SystemException

getUserRef

public DistributedReference getUserRef()
                                throws SystemException
Throws:
SystemException

getCustomerRef

public DistributedReference getCustomerRef()
                                    throws SystemException
Throws:
SystemException

setBanner

public void setBanner(Banner banner)
               throws SystemException
Throws:
SystemException

setChannelType

public void setChannelType(ChannelType channelType)
                    throws SystemException
Throws:
SystemException

setCreateDate

public void setCreateDate(RDate createDate)
                   throws SystemException
Throws:
SystemException

setEventDetail

public void setEventDetail(java.lang.String eventDetail)
                    throws SystemException
Throws:
SystemException

setVisibility

public void setVisibility(HistoryEventVisibility visibility)
                   throws SystemException
Throws:
SystemException

setUser

public void setUser(User user)
             throws SystemException
Throws:
SystemException

setCustomer

public void setCustomer(Customer customer)
                 throws SystemException
Throws:
SystemException

getOrderRef

public DistributedReference getOrderRef()
                                 throws SystemException
Throws:
SystemException

getOrderLineRef

public DistributedReference getOrderLineRef()
                                     throws SystemException
Throws:
SystemException

getActivityRequestRef

public DistributedReference getActivityRequestRef()
                                           throws SystemException
Throws:
SystemException

toString

public java.lang.String toString()

getNewOrderLineRequestedQty

public Quantity getNewOrderLineRequestedQty()

getOriginalOrderLineRequestedQty

public Quantity getOriginalOrderLineRequestedQty()


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