Package com.skava.business.factoryimpl
Class CollectionFactoryImpl
java.lang.Object
com.skava.business.factoryimpl.CollectionFactoryImpl
- All Implemented Interfaces:
CollectionFactory
This service class implements CollectionFactory and handles the transformation of Domain to DTO objects.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCollectionProperty
(CollectionPropertyDomain collectionProperties) This method converts theCollectionPropertyDomain
object toCollectionProperty
object.
-
Constructor Details
-
CollectionFactoryImpl
public CollectionFactoryImpl()
-
-
Method Details
-
createCollectionProperty
This method converts theCollectionPropertyDomain
object toCollectionProperty
object.- Specified by:
createCollectionProperty
in interfaceCollectionFactory
- Parameters:
collectionProperties
- HoldsCollectionPropertyDomain
object for creating collection property object.- Returns:
- The
CollectionProperty
object.
-