Uses of Interface
com.elasticpath.service.EpEnumFactoryService

Packages that use EpEnumFactoryService
com.elasticpath.service.order   
com.elasticpath.service.order.impl   
 

Uses of EpEnumFactoryService in com.elasticpath.service.order
 

Subinterfaces of EpEnumFactoryService in com.elasticpath.service.order
 interface OrderPaymentStatusFactory
          The factory for enum type OrderPaymentStatus object handling.
 interface OrderReturnReasonFactory
          The factory for enum type OrderReturnReason object handling.
 interface OrderShipmentStatusFactory
          The factory for enum type OrderShipmentStatus object handling.
 interface OrderStatusFactory
          The factory for enum type OrderStatus object handling.
 

Uses of EpEnumFactoryService in com.elasticpath.service.order.impl
 

Classes in com.elasticpath.service.order.impl that implement EpEnumFactoryService
 class OrderPaymentStatusFactoryImpl
          Represet a default implementation of OrderPaymentStatusFactory.
 class OrderReturnReasonFactoryImpl
          Represet a default implementation of OrderReturnReasonFactory.
 class OrderShipmentStatusFactoryImpl
          Represet a default implementation of OrderShipmentStatusFactory.
 class OrderStatusFactoryImpl
          Represet a default implementation of OrderStatusFactory.