Uses of Class
com.skava.oms.model.entity.collection.Collection
Packages that use Collection
Package
Description
This package contains the information about the util flow
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 the collection DTOS
This package contains the information about the entity for collections
This package contains the information about the collection repositories
This package contains the information about the order interfaces
This package contains the information about order services implementation
Contains all required collection template files.
This package contains the information about the oms utils
-
Uses of Collection in com.skava.oms.flow.util
Methods in com.skava.oms.flow.util that return CollectionModifier and TypeMethodDescriptionOrderConfigurationUtil.getOrderCollection
(Long collectionId) getOrderCollectionMethods in com.skava.oms.flow.util with parameters of type CollectionModifier and TypeMethodDescriptionOrderConfigurationUtil.convertOrderConfigurationModel
(Collection collection) This method is used to convert Order Configuration ModelOrderConfigurationUtil.getOrderConfigurationCollectionValue
(Collection collection, String propertyName) getOrderConfigurationCollectionValue This method used to get Order Configuration Property value from collection -
Uses of Collection in com.skava.oms.helper
Methods in com.skava.oms.helper with parameters of type CollectionModifier and TypeMethodDescriptionOrderHelperExtended.getCollectionPropAllowedStatus
(Collection collection, String[] parentOrderStatuses) This method is used to get status from the collection property - orderConfigurationsvoid
OrderHelper.returnOrderInitialCreationCheck
(Order parentOrder, OrderDTO orderDTO, Order order, Collection collection) This method is used to check and process the creation return order -
Uses of Collection in com.skava.oms.model.assembler
Methods in com.skava.oms.model.assembler that return CollectionMethods in com.skava.oms.model.assembler with parameters of type CollectionModifier and TypeMethodDescriptionCollectionAssembler.toDto
(Collection collection) Create Collection transform object from original collectionCollectionAssembler.toDto
(Collection collection, boolean loadLazy) -
Uses of Collection in com.skava.oms.model.dto.collection
Methods in com.skava.oms.model.dto.collection that return CollectionModifier and TypeMethodDescriptionCollectionDTO.getAsEntity()
This method is used to set collcetion's Id to entity.Methods in com.skava.oms.model.dto.collection with parameters of type CollectionModifier and TypeMethodDescriptionvoid
CollectionDTO.setCollectionEntityProperties
(Collection collection) This method is used to set CollectionProperties from CollectionPropertiesDTOConstructors in com.skava.oms.model.dto.collection with parameters of type CollectionModifierConstructorDescriptionCollectionDTO
(Collection collection) CollectionDTO
(Collection collection, boolean fetchLazy) This method is used to set collcetion's DTO from collection entity. -
Uses of Collection in com.skava.oms.model.entity.collection
Methods in com.skava.oms.model.entity.collection that return CollectionModifier and TypeMethodDescription -
Uses of Collection in com.skava.oms.repository.collection
Methods in com.skava.oms.repository.collection that return CollectionModifier and TypeMethodDescriptionCollectionRepository.findByIdAndBusinessId
(long id, long businessId) CollectionRepository.save
(Collection collection) Saves a given entity.Methods in com.skava.oms.repository.collection that return types with arguments of type CollectionModifier and TypeMethodDescriptionCollectionRepository.findByBusinessIdAndNameIgnoreCase
(long businessId, String name) CollectionRepository.findById
(long id) Retrieves an entity by its id.Methods in com.skava.oms.repository.collection with parameters of type CollectionModifier and TypeMethodDescriptionCollectionRepository.save
(Collection collection) Saves a given entity. -
Uses of Collection in com.skava.oms.service
Methods in com.skava.oms.service that return CollectionModifier and TypeMethodDescriptionBPMService.deployBpmForCollection
(Collection collection) This method used to get the bpm data file as classpath resource and deploy it in camunda.Methods in com.skava.oms.service with parameters of type CollectionModifier and TypeMethodDescriptionBPMService.deployBpmForCollection
(Collection collection) This method used to get the bpm data file as classpath resource and deploy it in camunda. -
Uses of Collection in com.skava.oms.service.order.impl
Methods in com.skava.oms.service.order.impl that return types with arguments of type CollectionMethods in com.skava.oms.service.order.impl with parameters of type CollectionModifier and TypeMethodDescriptionprotected void
CreateOrderServiceImpl.orderDetail
(CreateOrderRequest orderrequest, Collection collection, Order order) This method is used to check the parent order valuesvoid
CancelCsrOrder.process
(Order order, PatchOrderRequest orderRequest, Collection collection) void
DeleteOrderStrategy.process
(Order order, UpdateOrderRequest orderRequest, Collection collection) void
IPatchStrategy.process
(Order order, PatchOrderRequest patchOrderRequest, Collection collection) void
IPutStrategy.process
(Order order, UpdateOrderRequest patchOrderRequest, Collection collection) void
IPutStrategyImpl.process
(Order order, UpdateOrderRequest orderRequest, Collection collection) void
LinkOrder.process
(Order order, PatchOrderRequest orderRequest, Collection collection) void
StatusChangeOperation.process
(Order order, PatchOrderRequest orderRequest, Collection collection) void
UpdatePaymentDetails.process
(Order order, PatchOrderRequest orderRequest, Collection collection) boolean
CancelCsrOrder.validate
(Order order, PatchOrderRequest orderRequest, Collection collection) This method validates the requestboolean
IPatchStrategy.validate
(Order order, PatchOrderRequest patchOrderRequest, Collection collection) boolean
LinkOrder.validate
(Order order, PatchOrderRequest orderRequest, Collection collection) This method validates the order's request whether the order request is for patch orderboolean
StatusChangeOperation.validate
(Order order, PatchOrderRequest orderRequest, Collection collection) This method validates the requestboolean
UpdatePaymentDetails.validate
(Order order, PatchOrderRequest orderRequest, Collection collection) This method validates the request -
Uses of Collection in com.skava.oms.template.collection
Methods in com.skava.oms.template.collection that return types with arguments of type CollectionModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Collection>
CollectionTemplate.find
(List<SearchCriteria> fields, List<SortCriteria> sort, int page, int size, long businessId, String filters) The method filter will get collection and their count based on the filter.org.springframework.data.domain.Page<Collection>
CollectionTemplateImpl.find
(List<SearchCriteria> fields, List<SortCriteria> sort, int page, int size, long businessId, String filters) Debug logger has been added to this method. -
Uses of Collection in com.skava.oms.util
Methods in com.skava.oms.util with parameters of type CollectionModifier and TypeMethodDescriptionboolean
CollectionUtil.getOrderMetricflag
(Collection collection)