Package com.skava.business.factory
Interface CollectionFactory
- All Known Implementing Classes:
CollectionFactoryImpl
public interface CollectionFactory
An interface to define the factory for creating Collection objects.
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptioncreateCollectionProperty
(CollectionPropertyDomain collectionProperties) This method converts theCollectionPropertyDomain
object toCollectionProperty
object.
-
Method Details
-
createCollectionProperty
This method converts theCollectionPropertyDomain
object toCollectionProperty
object.- Parameters:
collectionProperties
- HoldsCollectionPropertyDomain
object for creating collection property object.- Returns:
- The
CollectionProperty
object.
-