Uses of Class
com.retek.component.history.HistoryEventRequest

Packages that use HistoryEventRequest
com.retek.component.customer.impl.remote   
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.remote   
com.retek.component.history   
com.retek.component.history.impl   
 

Uses of HistoryEventRequest in com.retek.component.customer.impl.remote
 

Methods in com.retek.component.customer.impl.remote with parameters of type HistoryEventRequest
 CustomerDto CustomerServicesRemote.persistForImport(CustomerDto customerDto, HistoryEventRequest eventRequest)
           
 CustomerDto CustomerServicesEjb.persistForImport(CustomerDto customerDto, HistoryEventRequest eventRequest)
           
 

Uses of HistoryEventRequest in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder with parameters of type HistoryEventRequest
 void CustomerOrder.addHistoryEventRequest(HistoryEventRequest eventRequest)
          Create a new history event request and add to the collection of requests so later history events can be created when order is submitted.
 

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

Methods in com.retek.component.customerorder.impl that return HistoryEventRequest
 HistoryEventRequest CallTagImpl.getHistoryEventRequest()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type HistoryEventRequest
 void CustomerOrderLineImpl.addHistoryEventRequest(HistoryEventRequest eventRequest)
           
 void CustomerOrderImpl.addHistoryEventRequest(HistoryEventRequest eventRequest)
           
 

Uses of HistoryEventRequest in com.retek.component.customerorder.impl.remote
 

Fields in com.retek.component.customerorder.impl.remote declared as HistoryEventRequest
 HistoryEventRequest CallTagDto.historyEventRequest
           
 

Uses of HistoryEventRequest in com.retek.component.history
 

Methods in com.retek.component.history with parameters of type HistoryEventRequest
 HistoryEvent HistoryManager.buildHistoryEventInstance(HistoryEventRequest eventRequest)
          Build a new history event instance for a history event request object.
 boolean HistoryManager.isEventTypeEquals(HistoryEventRequest request, java.lang.String eventTypeId)
           
 

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

Methods in com.retek.component.history.impl with parameters of type HistoryEventRequest
 HistoryEvent HistoryManagerImpl.buildHistoryEventInstance(HistoryEventRequest eventRequest)
           
 boolean HistoryManagerImpl.isEventTypeEquals(HistoryEventRequest request, java.lang.String eventTypeId)
           
 

Constructors in com.retek.component.history.impl with parameters of type HistoryEventRequest
HistoryEventImpl(DistributedContext context, DistributedReference ref, HistoryEventRequest eventRequest)
           
 



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