Package com.skava.business.factory
Interface ConsentEntityFactory
- All Known Implementing Classes:
ConsentEntityFactoryImpl
public interface ConsentEntityFactory
An interface to define the factory for creating Consent entity objects.
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptioncreateConsentEntity
(ConsentDomain consentDomain, CollectionEntity collection) This method converts theConsentDomain
object toConsentEntity
object.
-
Method Details
-
createConsentEntity
This method converts theConsentDomain
object toConsentEntity
object.- Parameters:
consentDomain
- HoldsConsentDomain
object which is used to transfer consent domain to consent entity.collection
- HoldsCollectionEntity
object which is used for creating consent domain to consent entity- Returns:
- The
ConsentEntity
object.
-