Package com.skava.search.service.impl
Class FindCollectionAttributeServiceImpl
java.lang.Object
com.skava.search.service.impl.FindCollectionAttributeServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<CollectionPropertyRequestInternal,
,CollectionProperty> FindCollectionAttributeService
@Service
public class FindCollectionAttributeServiceImpl
extends Object
implements FindCollectionAttributeService
This class is the Implementation class of find collection attribute. Find collection attribute API call implementation starts from here.
-
Constructor Summary
ConstructorsConstructorDescriptionFindCollectionAttributeServiceImpl
(CollectionAttributeProcess collectionAttributeProcess, FindAllCollectionPropertyValidator validator) -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(CollectionPropertyRequestInternal request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
FindCollectionAttributeServiceImpl
@Autowired public FindCollectionAttributeServiceImpl(CollectionAttributeProcess collectionAttributeProcess, FindAllCollectionPropertyValidator validator)
-
-
Method Details
-
process
- Specified by:
process
in interfacecom.skava.core.EcommService<CollectionPropertyRequestInternal,
CollectionProperty>
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<CollectionPropertyRequestInternal,
CollectionProperty>
-