Uses of Interface
com.retek.component.history.HistoryEventType

Packages that use HistoryEventType
com.retek.component.history   
 

Uses of HistoryEventType in com.retek.component.history
 

Methods in com.retek.component.history that return HistoryEventType
 HistoryEventType HistoryEvent.getType()
           
 HistoryEventType HistoryManager.readHistoryEventType(java.lang.String eventTypeId)
           
 HistoryEventType HistoryManager.buildExternalHistoryEventType()
           
 

Methods in com.retek.component.history with parameters of type HistoryEventType
 HistoryEvent HistoryManager.buildHistoryEventInstanceForCustomer(Banner banner, ChannelType channelType, HistoryEventType type, User user, Customer customer)
          Build a new customer history event instance for a customer.
 HistoryEvent HistoryManager.buildHistoryEventInstanceForOrder(HistoryEventType type, User user, CustomerOrder order)
          Build a new customer history event instance for an order.
 HistoryEvent HistoryManager.buildGenericHistoryEventInstanceForOrder(User user, CustomerOrder order, HistoryEventType eventType, HistoryEventVisibility visibility, java.lang.String eventDetail)
          Deprecated. : 3/31/2004 : Please use one of the buildHistoryEventInstance methods Build a new generic history event instance for a customer order. Note: This api is intended for use by external integration layer to RCOM (not for use internally within the RCOM application, see the other build instance patterns for building new history events within RCOM).
 

Constructors in com.retek.component.history with parameters of type HistoryEventType
HistoryEventRequest(HistoryEventType type, User user, CustomerOrder order)
           
HistoryEventRequest(HistoryEventType type, User user, java.lang.String itemDesc, java.lang.String additionalEventDetail, CustomerOrder order)
           
HistoryEventRequest(HistoryEventType type, HistoryEventVisibility visibility, User user, CustomerOrder order)
           
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, DistributedReference userRef, DistributedReference customerRef, java.lang.String detail)
           
HistoryEventRequest(HistoryEventType type, User user, CustomerOrderLine orderLine)
           
HistoryEventRequest(HistoryEventType type, HistoryEventVisibility visibility, User user, CustomerOrderLine orderLine)
           
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25