Uses of Class
com.skava.oms.model.response.OmsServiceEntityResponse
Packages that use OmsServiceEntityResponse
Package
Description
This package contains the information about the helper for oms
This package contains the response model for order service.
This package contains the information about collection service implementation
This package contains the information about collection properties implementation
Auth Group Service Interfaces.
This package contains the information about order services implementation
This package contains the information about the note implementation
This package contains the information about the notification impl
This package contains the information about the oms utils
-
Uses of OmsServiceEntityResponse in com.skava.oms.helper
Methods in com.skava.oms.helper with parameters of type OmsServiceEntityResponseModifier and TypeMethodDescriptionList<org.springframework.data.mongodb.core.query.Criteria>
GetAllDashboardOrderDetailsServiceHelperImpl.getAllCriteriaList
(GetAllOrderRequest orderReportRequest, long collId, OmsServiceEntityResponse<CollectionDTO> collection, Boolean isToFilterStatus) This method is used to construct all the criteria -
Uses of OmsServiceEntityResponse in com.skava.oms.log
Methods in com.skava.oms.log with parameters of type OmsServiceEntityResponseModifier and TypeMethodDescriptionstatic void
AuditLog.auditEvent
(String action, OmsServiceEntityResponse<OrderDTO> orderResponse) Fetches the values in AuditEvent class -
Uses of OmsServiceEntityResponse in com.skava.oms.model.response
Methods in com.skava.oms.model.response that return OmsServiceEntityResponseModifier and TypeMethodDescriptionSet entity format of entity -
Uses of OmsServiceEntityResponse in com.skava.oms.service.collection.impl
Methods in com.skava.oms.service.collection.impl that return OmsServiceEntityResponseModifier and TypeMethodDescriptionCreateCollectionServiceImpl.methodFallback
(CreateCollectionRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.GetAllCollectionsServiceImpl.methodFallback
(GetAllCollectionsRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.GetCollectionByIdServiceImpl.methodFallback
(GetCollectionByIdRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UpdateCollectionServiceImpl.methodFallback
(UpdateCollectionRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.CreateCollectionServiceImpl.process
(CreateCollectionRequest request) This method is used to create Collection based on given Collection.GetAllCollectionsServiceImpl.process
(@Valid GetAllCollectionsRequest request) This method is used to load all Collection based on given Collection.GetCollectionByIdServiceImpl.process
(GetCollectionByIdRequest request) UpdateCollectionServiceImpl.process
(@Valid UpdateCollectionRequest request) This method is used to update all field in Collection based on given Collection. -
Uses of OmsServiceEntityResponse in com.skava.oms.service.collection.properties.impl
Methods in com.skava.oms.service.collection.properties.impl that return OmsServiceEntityResponseModifier and TypeMethodDescriptionFindCollectionPropertiesServiceImpl.methodFallback
(CollectionPropertiesRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.FindCollectionPropertiesServiceValueImpl.methodFallback
(CollectionPropertiesRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UpdateCollectionPropertiesServiceImpl.methodFallback
(UpdateCollectionPropertiesRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UpdateCollectionPropertyByNameServiceImpl.methodFallback
(UpdateCollectionPropertiesRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UpdateCollectionPropertyServiceImpl.methodFallback
(UpdateCollectionPropertiesRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.FindCollectionPropertiesServiceImpl.process
(@Valid CollectionPropertiesRequest request) This method is used to find CollectionProperty for given property name.FindCollectionPropertiesServiceValueImpl.process
(@Valid CollectionPropertiesRequest request) This method is used to find CollectionProperty value for given property name.UpdateCollectionPropertiesServiceImpl.process
(UpdateCollectionPropertiesRequest request) This method is used to update CollectionProperty based on given CollectionProperty name.UpdateCollectionPropertyByNameServiceImpl.process
(CollectionPropertiesRequest request) This method is used to update CollectionProperty based on the collection property array More than 1 property can be updated Property given should already be present in the collection It throws error if the given collection id is not valid It throws error if the given property name already exist It will return collection property when it will be created Audit log has been addedUpdateCollectionPropertyServiceImpl.process
(UpdateCollectionPropertiesRequest request) This method is used to update CollectionProperty based on the collection property array More than 1 property can be updated Property given should already be present in the collection It throws error if the given collection id is not valid It throws error if the given property name already exist It will return collection property when it will be created Audit log has been added -
Uses of OmsServiceEntityResponse in com.skava.oms.service.impl.collection.attribute
Methods in com.skava.oms.service.impl.collection.attribute that return OmsServiceEntityResponseModifier and TypeMethodDescriptionGetCollectionAttributeServiceImpl.process
(com.skava.core.validation.InputModel input) -
Uses of OmsServiceEntityResponse in com.skava.oms.service.order.impl
Methods in com.skava.oms.service.order.impl that return OmsServiceEntityResponseModifier and TypeMethodDescriptionCreateOrderServiceImpl.methodFallback
(CreateOrderRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.DeleteOrderServiceImpl.methodFallback
(GetOrderRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.GetAllLockedOrderServiceImpl.methodFallback
(GetAllOrderRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.GetAllOrderServiceImpl.methodFallback
(GetAllOrderRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.GetOrderServiceImpl.methodFallback
(GetOrderRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.GetSkuServiceImpl.methodFallback
(GetSkuRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.PatchLockedOrderServiceImpl.methodFallback
(PatchOrderRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.PatchMessageResendServiceImpl.methodFallback
(PatchOrderRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.PatchOrderServiceImpl.methodFallback
(PatchOrderRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.ShippingLabelServiceImpl.methodFallback
(CreateOrderRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UpdateOrderServiceImpl.methodFallback
(CreateOrderRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.CreateOrderServiceImpl.process
(CreateOrderRequest orderrequest) (non-Javadoc) This method will create order for the User based on the given inputs.DeleteOrderServiceImpl.process
(GetOrderRequest orderrequest) Contains the method to delete the order based on the flag from orderInfo Debug logger has been added to this method.GetAllDashboardOrderDetailsServiceImpl.process
(GetAllOrderRequest orderrequest) (non-Javadoc) This method is used to load all order based on given Collection Id as default.GetAllLockedOrderServiceImpl.process
(GetAllLockedOrderRequest orderrequest) (non-Javadoc) This method is used to load all locked order based on given Collection Id as default.GetAllOrderServiceImpl.process
(GetAllOrderRequest orderrequest) (non-Javadoc) This method is used to load all order based on given Collection Id as default.GetOrderServiceImpl.process
(GetOrderRequest orderrequest) GetSkuServiceImpl.process
(GetSkuRequest skurequest) (non-Javadoc)PatchLockedOrderServiceImpl.process
(PatchLockedOrderRequest orderRequest) (non-Javadoc) This method is used to patch locked order.PatchMessageResendServiceImpl.process
(MessageResendRequest orderRequest) (non-Javadoc) This method is used to patch messages to the given queue.PatchOrderServiceImpl.process
(PatchOrderRequest orderRequest) ShippingLabelServiceImpl.process
(ReturnLabelRequest returnLabelRequest) (non-Javadoc) This method will create order for the User based on the given inputs.UpdateOrderServiceImpl.process
(UpdateOrderRequest orderrequest) (non-Javadoc) This method will create order for the User based on the given inputs. -
Uses of OmsServiceEntityResponse in com.skava.oms.service.order.note.impl
Methods in com.skava.oms.service.order.note.impl that return OmsServiceEntityResponseModifier and TypeMethodDescriptionCreateNoteServiceImpl.methodFallback
(CreateNoteRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.CreateNoteServiceImpl.process
(CreateNoteRequest noterequest) (non-Javadoc) This method will create order for the User based on the given inputs. -
Uses of OmsServiceEntityResponse in com.skava.oms.service.order.notification.impl
Methods in com.skava.oms.service.order.notification.impl that return OmsServiceEntityResponseModifier and TypeMethodDescriptionUpdateNotificationServiceImpl.methodFallback
(UpdateNotificationRequest request) Circuit breaker fall-back method monitors for failures and once failures reach certain threshold, the circuit breaker trips and returns error response accordingly.UpdateNotificationServiceImpl.process
(UpdateNotificationRequest updateNotificationRequest) (non-Javadoc) This method will update the notification details for the User based on the given inputs. -
Uses of OmsServiceEntityResponse in com.skava.oms.util
Methods in com.skava.oms.util with parameters of type OmsServiceEntityResponseModifier and TypeMethodDescriptionSearchUtil.getSearchCriteria
(GetAllOrderRequest orderrequest, long collId, OmsServiceEntityResponse<CollectionDTO> collection) This method gets the search criteria Debug logger has been added to this method.