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

Packages that use HistoryEventType
com.retek.component.customerorder.impl   
com.retek.component.history   
com.retek.component.history.impl   
 

Uses of HistoryEventType in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl with parameters of type HistoryEventType
 void CustomerOrderImpl.createOrderHistory(HistoryEventType type, java.lang.String detail)
           
 

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)
           
 

Uses of HistoryEventType in com.retek.component.history.impl
 

Classes in com.retek.component.history.impl that implement HistoryEventType
 class HistoryEventTypeImpl
           
 

Methods in com.retek.component.history.impl that return HistoryEventType
 HistoryEventType HistoryManagerImpl.readHistoryEventType(java.lang.String eventTypeId)
           
 HistoryEventType HistoryManagerImpl.buildExternalHistoryEventType()
           
 HistoryEventType HistoryEventImpl.getType()
           
 

Methods in com.retek.component.history.impl with parameters of type HistoryEventType
static void HistoryEventTypeValidator.validate(HistoryEventType historyEventType)
           
 HistoryEvent HistoryManagerImpl.buildHistoryEventInstanceForCustomer(Banner banner, ChannelType channelType, HistoryEventType type, User user, Customer customer)
           
 HistoryEvent HistoryManagerImpl.buildHistoryEventInstanceForOrder(HistoryEventType type, User user, CustomerOrder order)
           
 HistoryEvent HistoryManagerImpl.buildGenericHistoryEventInstanceForOrder(User user, CustomerOrder order, HistoryEventType eventType, HistoryEventVisibility visibility, java.lang.String eventDetail)
          Deprecated. test uses deprecated API's
 void HistoryEventImpl.setType(HistoryEventType type)
           
 



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