Uses of Class
com.skava.oms.model.dto.collection.CollectionDTO
Packages that use CollectionDTO
Package
Description
This package contains the information about the helper for oms
This package contains the information about the model for the assembler
This package contains the information about collection service implementation
This package contains the information about the oms utils
This package contains the information about the validations for the order
This package contains the information about the oms web applications
-
Uses of CollectionDTO in com.skava.oms.helper
Method parameters in com.skava.oms.helper with type arguments of type CollectionDTOModifier 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 CollectionDTO in com.skava.oms.model.assembler
Methods in com.skava.oms.model.assembler that return CollectionDTOModifier and TypeMethodDescriptionCollectionAssembler.toDto
(Collection collection) Create Collection transform object from original collectionCollectionAssembler.toDto
(Collection collection, boolean loadLazy) Methods in com.skava.oms.model.assembler with parameters of type CollectionDTO -
Uses of CollectionDTO in com.skava.oms.service.collection.impl
Methods in com.skava.oms.service.collection.impl that return types with arguments of type CollectionDTOModifier 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.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.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 CollectionDTO in com.skava.oms.util
Method parameters in com.skava.oms.util with type arguments of type CollectionDTOModifier and TypeMethodDescriptionSearchUtil.getSearchCriteria
(GetAllOrderRequest orderrequest, long collId, OmsServiceEntityResponse<CollectionDTO> collection) This method gets the search criteria Debug logger has been added to this method. -
Uses of CollectionDTO in com.skava.oms.validation
Methods in com.skava.oms.validation that return CollectionDTOModifier and TypeMethodDescriptionCollectionValidation.validationCollection
(long collectionid) This method is used to validate the collection status.Methods in com.skava.oms.validation with parameters of type CollectionDTOModifier and TypeMethodDescriptionCollectionValidation.getOmsIntegrationFlowDetails
(CollectionDTO collectionDTO) This method is used to get the Oms integration flow details from the collection properties. -
Uses of CollectionDTO in com.skava.oms.web
Methods in com.skava.oms.web that return types with arguments of type CollectionDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CollectionDTO>
CollectionController.createCollection
(long businessId, String version, String locale, CollectionDTO collection) org.springframework.http.ResponseEntity<CollectionDTO>
CollectionController.getCollectionById
(long businessId, String version, String locale, long collectionId) This method is used to load single collection based on given CollectionRequest.org.springframework.http.ResponseEntity<CollectionDTO>
CollectionController.updateCollection
(long businessId, String version, String locale, long collectionId, CollectionDTO collection) This method is used to update all field in Collection based on given CollectionRequest.Methods in com.skava.oms.web with parameters of type CollectionDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CollectionDTO>
CollectionController.createCollection
(long businessId, String version, String locale, CollectionDTO collection) org.springframework.http.ResponseEntity<CollectionDTO>
CollectionController.updateCollection
(long businessId, String version, String locale, long collectionId, CollectionDTO collection) This method is used to update all field in Collection based on given CollectionRequest.