com.retek.component.history
Class HistoryEventRequest
java.lang.Object
com.retek.component.history.HistoryEventRequest
- All Implemented Interfaces:
- java.io.Serializable
- public final 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)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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
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 © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25