Uses of Interface
com.skava.oms.service.CustomEcommService
Packages that use CustomEcommService
Package
Description
This package contains the information about collection interfaces
This package contains the information about collection attributes
This package contains the information about collection service implementation
This package contains the information about collection properties interfaces
This package contains the information about collection properties implementation
Auth Group Service Interfaces.
This package contains the information about the order services
This package contains the information about order services implementation
This package contains the information about the notes
This package contains the information about the note implementation
This package contains the information about the notification
This package contains the information about the notification impl
-
Uses of CustomEcommService in com.skava.oms.service.collection
Subinterfaces of CustomEcommService in com.skava.oms.service.collectionModifier and TypeInterfaceDescriptioninterface
The interface CreateCollectionService extends EcommService to handle request and response for the application.interface
The interface GetAllCollectionsService extends EcommService to handle request and response for the application.interface
This class defines that service that has collection ID that extends EcommService for the collection request.interface
The interface UpdateCollectionService extends EcommService to handle request and response for the application. -
Uses of CustomEcommService in com.skava.oms.service.collection.attrribute
Subinterfaces of CustomEcommService in com.skava.oms.service.collection.attrributeModifier and TypeInterfaceDescriptioninterface
This Interface is to get collection attribute. -
Uses of CustomEcommService in com.skava.oms.service.collection.impl
Classes in com.skava.oms.service.collection.impl that implement CustomEcommServiceModifier and TypeClassDescriptionclass
The class CreateCollectionServiceImpl is the implementation class for the create collection APIclass
This class is used to get all the collections.class
This class defines the Implementation of Collection entities to handle the collection request.class
The class implements the UpdateCollectionService UpdateCollectionServiceImpl -
Uses of CustomEcommService in com.skava.oms.service.collection.properties
Subinterfaces of CustomEcommService in com.skava.oms.service.collection.propertiesModifier and TypeInterfaceDescriptioninterface
The interface FindCollectionPropertiesService extends EcommService interface to handle request and response.interface
The interface FindCollectionPropertiesService extends EcommService interface to handle request and response.interface
The interface UpdateCollectionPropertiesService extends EcommService interface to handle request and response.interface
The interface UpdateCollectionPropertyService extends EcommService interface to handle request and response.interface
The interface UpdateCollectionPropertyService extends EcommService interface to handle request and response. -
Uses of CustomEcommService in com.skava.oms.service.collection.properties.impl
Classes in com.skava.oms.service.collection.properties.impl that implement CustomEcommServiceModifier and TypeClassDescriptionclass
This class implements the FindCollectionPropertiesService interface.class
This class implements the FindCollectionPropertiesService interface.class
This class implements the UpdateCollectionPropertiesService interface to handle create collection property operationsclass
This class implements the UpdateCollectionPropertyByNameService interface to update collection property by its name.class
This class implements the UpdateCollectionPropertyService interface to handle create collection property operations. -
Uses of CustomEcommService in com.skava.oms.service.impl.collection.attribute
Classes in com.skava.oms.service.impl.collection.attribute that implement CustomEcommServiceModifier and TypeClassDescriptionclass
This class is used to get the collection attributes. -
Uses of CustomEcommService in com.skava.oms.service.order
Subinterfaces of CustomEcommService in com.skava.oms.service.orderModifier and TypeInterfaceDescriptioninterface
The interface CreateOrderService extends EcommService interface to handle request and response The class CreateOrderServiceImpl implements this interfaceinterface
The interface DeleteOrderService extends EcommService interface to handle request and response.interface
The interface GetAllDashboardOrderDetailsService extends EcommService interface to handle request and response.interface
The interface GetAllLockedOrderService extends EcommService interface to handle request and response.interface
The interface GetAllOrderService extends EcommService interface to handle request and response.interface
This Interface is used to get the Order after Locking it.interface
The interface GetOrderService extends EcommService interface to handle request and response.interface
The interface GetOrderService extends EcommService interface to handle request and response.interface
The interface GetSkuService extends the interface EcommService The GetSkuService used to handle all the request operations for the given input.interface
The interface MessageResendService extends EcommService interface to handle request and response.interface
The interface PatchLockedOrderService extends EcommService interface to handle request and response.interface
The interface PatchOrderService extends EcommService interface to handle patch request and response.interface
The interface CreateOrderService extends EcommService interface to handle request and response The class CreateOrderServiceImpl implements this interfaceinterface
The interface UpdateOrderService extends EcommService interface to handle request and response The class UpdateOrderServiceImpl implements this interface -
Uses of CustomEcommService in com.skava.oms.service.order.impl
Classes in com.skava.oms.service.order.impl that implement CustomEcommServiceModifier and TypeClassDescriptionclass
The class CreateOrderServiceImpl used to handle Create Order operations.class
The class DeleteOrderServiceImpl used to delete an Order operation for the given order Id.class
class
The class implements the class GetAllLockedOrderService The class GetAllLockedOrderServiceImpl used to handle the Order operations for the given collection.class
The class implements the class GetAllOrderService The class GetAllOrderserviceImpl used to handle all the Order operations for the given collection.class
This class is created implementing from GetLockOrderService Interface.class
The class GetOrderServiceImpl used to load an Order operation for the given collection Id.class
The class GetOrderServiceImpl used to load an OrderSummary operation for the given collection Id.class
The class GetSkuServiceImpl extends OrderHelperServices to handle other service for the application.class
The class PatchLockedOrderServiceImpl used to handle Patch Order operations.class
The class PatchMessageResendServiceImpl used to push messages to the queue.class
The class PatchOrderServiceImpl used to handle Patch Order operations.class
The class ShippingLabelServiceImpl used to handle return label operations.class
The class UpdateOrderServiceImpl used to handle Update Order operations. -
Uses of CustomEcommService in com.skava.oms.service.order.note
Subinterfaces of CustomEcommService in com.skava.oms.service.order.noteModifier and TypeInterfaceDescriptioninterface
The interface CreateNoteService extends EcommService interface to handle request for create note and order response -
Uses of CustomEcommService in com.skava.oms.service.order.note.impl
Classes in com.skava.oms.service.order.note.impl that implement CustomEcommServiceModifier and TypeClassDescriptionclass
The class CrateNoteServiceImpl used to handle Create Note operations. -
Uses of CustomEcommService in com.skava.oms.service.order.notification
Subinterfaces of CustomEcommService in com.skava.oms.service.order.notificationModifier and TypeInterfaceDescriptioninterface
The interface UpdateNotificationService extends EcommService interface to handle request for update notification and order response -
Uses of CustomEcommService in com.skava.oms.service.order.notification.impl
Classes in com.skava.oms.service.order.notification.impl that implement CustomEcommServiceModifier and TypeClassDescriptionclass
The class UpdateNotificationServiceImpl used to handle update notification operations.