Package com.skava.catalog.process
Class CollectionAttributeProcess
java.lang.Object
com.skava.catalog.process.CollectionAttributeProcess
This class contains the functionality to perform CRUD operations of Collection Attribute
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAll()
This method fetch the Collection Attributes based on given collection Id infindAllCollectionAttributefindByName
(long collectionId, String propertyName) This method fetch the Collection Attribute based on given name inCollectionPropertyDO
instance.findByName
(CollectionPropertyDO collectionPropDO) This method fetch the Collection Attribute based on given name inCollectionPropertyDO
instance.
-
Constructor Details
-
CollectionAttributeProcess
public CollectionAttributeProcess()
-
-
Method Details
-
findByName
This method fetch the Collection Attribute based on given name inCollectionPropertyDO
instance.- Parameters:
collectionPropDO
- It contains the attributes required for the fetch of CollectionAttribute.- Returns:
- An instance of
CollectionPropertyDO
.
-
findByName
This method fetch the Collection Attribute based on given name inCollectionPropertyDO
instance.- Parameters:
collectionId
- It contains the collection id required for the fetch of CollectionAttribute.propertyName
- It contains the propertyName required for the fetch of CollectionAttribute.- Returns:
- An instance of
CollectionPropertyDO
.
-
findAll
This method fetch the Collection Attributes based on given collection Id in- Returns:
- An instance of
CollectionAttributeDO
.
-
findAllCollectionAttribute
findAllCollectionAttribute- Returns:
- A List of
CollectionPropertyAttribute
.
-