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

Packages that use HistoryEventVisibility
com.retek.component.history   
com.retek.component.history.impl   
com.retek.component.history.impl.remote   
 

Uses of HistoryEventVisibility in com.retek.component.history
 

Fields in com.retek.component.history declared as HistoryEventVisibility
static HistoryEventVisibility HistoryEventVisibility.CUSTOMER_ONLY
           
static HistoryEventVisibility HistoryEventVisibility.ORDER_ONLY
           
static HistoryEventVisibility HistoryEventVisibility.BOTH
           
 

Methods in com.retek.component.history that return HistoryEventVisibility
 HistoryEventVisibility HistoryEvent.getVisibility()
           
 HistoryEventVisibility HistoryEventType.getDefaultVisibility()
           
 HistoryEventVisibility HistoryEventRequest.getVisibility()
           
static HistoryEventVisibility HistoryEventVisibility.fromCode(java.lang.String code)
           
 

Methods in com.retek.component.history with parameters of type HistoryEventVisibility
 void HistoryEventType.setDefaultVisibility(HistoryEventVisibility visibility)
           
 HistoryEvent HistoryManager.buildGenericHistoryEventInstanceForOrder(User user, CustomerOrder order, 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).
 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).
 void HistoryEventRequest.setVisibility(HistoryEventVisibility visibility)
           
 

Constructors in com.retek.component.history with parameters of type HistoryEventVisibility
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, HistoryEventVisibility visibility, User user, CustomerOrderLine orderLine)
           
 

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

Methods in com.retek.component.history.impl that return HistoryEventVisibility
 HistoryEventVisibility HistoryEventImpl.getVisibility()
           
 HistoryEventVisibility HistoryEventTypeImpl.getDefaultVisibility()
           
 

Methods in com.retek.component.history.impl with parameters of type HistoryEventVisibility
 HistoryEvent HistoryManagerImpl.buildGenericHistoryEventInstanceForOrder(User user, CustomerOrder order, HistoryEventVisibility visibility, java.lang.String eventDetail)
          Deprecated. test uses deprecated API's
 HistoryEvent HistoryManagerImpl.buildGenericHistoryEventInstanceForOrder(User user, CustomerOrder order, HistoryEventType eventType, HistoryEventVisibility visibility, java.lang.String eventDetail)
          Deprecated. test uses deprecated API's
 void HistoryEventImpl.setVisibility(HistoryEventVisibility visibility)
           
 void HistoryEventTypeImpl.setDefaultVisibility(HistoryEventVisibility visibility)
           
 

Uses of HistoryEventVisibility in com.retek.component.history.impl.remote
 

Fields in com.retek.component.history.impl.remote declared as HistoryEventVisibility
 HistoryEventVisibility HistoryEventTypeDto.defaultVisibility
           
 HistoryEventVisibility HistoryEventDto.visibility
           
 



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