Class GetCollectionAttributeServiceImpl
java.lang.Object
com.skava.oms.service.EcommCoreServices
com.skava.oms.service.collection.CollectionHelperServices
com.skava.oms.service.impl.collection.attribute.GetCollectionAttributeServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<com.skava.core.validation.InputModel,
,OmsServiceEntityResponse<Collection<CollectionAttributeDTO>>> GetCollectionAttributeService
,CustomEcommService<com.skava.core.validation.InputModel,
OmsServiceEntityResponse<Collection<CollectionAttributeDTO>>>
@Service
@Transactional(propagation=REQUIRED,
readOnly=false,
noRollbackFor=java.lang.Exception.class)
public class GetCollectionAttributeServiceImpl
extends CollectionHelperServices
implements GetCollectionAttributeService
This class is used to get the collection attributes.
- Author:
- Infosys Equinox
-
Field Summary
Fields inherited from class com.skava.oms.service.collection.CollectionHelperServices
authHelper, bpmService, collectionAssembler, collectionAttributeAssembler, collectionAttributeRepository, collectionPropertiesAssembler, collectionRepository
Fields inherited from class com.skava.oms.service.EcommCoreServices
context, messageSource, orderService, redissonClient, validator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.skava.oms.service.collection.CollectionHelperServices
checkForDuplicateName
Methods inherited from class com.skava.oms.service.EcommCoreServices
createOrderNotes, getItemIds, getItemIdsStr, updateOrderNotification
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.oms.service.CustomEcommService
getValidateException
Methods inherited from interface com.skava.core.EcommService
getValidator
-
Constructor Details
-
GetCollectionAttributeServiceImpl
public GetCollectionAttributeServiceImpl()The class constructor.
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<com.skava.core.validation.InputModel,
OmsServiceEntityResponse<Collection<CollectionAttributeDTO>>>
-
process
public OmsServiceEntityResponse<Collection<CollectionAttributeDTO>> process(com.skava.core.validation.InputModel input) - Specified by:
process
in interfacecom.skava.core.EcommService<com.skava.core.validation.InputModel,
OmsServiceEntityResponse<Collection<CollectionAttributeDTO>>>
-