Package com.skava.oms.service.collection
Class CollectionHelperServices
java.lang.Object
com.skava.oms.service.EcommCoreServices
com.skava.oms.service.collection.CollectionHelperServices
- Direct Known Subclasses:
CollectionUtil
,CreateCollectionServiceImpl
,FindCollectionPropertiesServiceImpl
,FindCollectionPropertiesServiceValueImpl
,GetAllCollectionsServiceImpl
,GetCollectionAttributeServiceImpl
,GetCollectionByIdServiceImpl
,UpdateCollectionPropertiesServiceImpl
,UpdateCollectionPropertyByNameServiceImpl
,UpdateCollectionPropertyServiceImpl
,UpdateCollectionServiceImpl
CollectionAutowiredServices.
This class is to have all the autowired services that is required for Collection. and the attribute and bpm- Author:
- Infosys Equinox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AuthHelper
AuthHelper contains the validations made on the userprotected BPMService
BPMService will define the BPM service flow for each collectionprotected CollectionAssembler
Collection Properties Response to handle the collection request.protected CollectionAttributeAssembler
protected CollectionAttributeRepository
CollectionRepository is used for the Crud functionalitiesprotected CollectionPropertiesAssembler
protected CollectionRepository
CollectionRepository is used for the CRUD functionalitiesFields inherited from class com.skava.oms.service.EcommCoreServices
context, messageSource, orderService, redissonClient, validator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkForDuplicateName
(long businessId, String name) This method is to check the collection duplicate.Methods inherited from class com.skava.oms.service.EcommCoreServices
createOrderNotes, getItemIds, getItemIdsStr, updateOrderNotification
-
Field Details
-
collectionRepository
CollectionRepository is used for the CRUD functionalities -
collectionPropertiesAssembler
-
collectionAssembler
Collection Properties Response to handle the collection request. -
collectionAttributeAssembler
-
collectionAttributeRepository
CollectionRepository is used for the Crud functionalities -
bpmService
BPMService will define the BPM service flow for each collection -
authHelper
AuthHelper contains the validations made on the user
-
-
Constructor Details
-
CollectionHelperServices
public CollectionHelperServices()
-
-
Method Details
-
checkForDuplicateName
This method is to check the collection duplicate.- Parameters:
businessId
- - Current Business Idname
- - Collection name
-