Package com.skava.business.factoryimpl
Class UserConsentFactoryImpl
java.lang.Object
com.skava.business.factoryimpl.UserConsentFactoryImpl
- All Implemented Interfaces:
UserConsentFactory
This service class implements UserConsentFactory and handles the transformation of DTO to Domain
and Domain to DTO objects.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateUserConsentList
(List<UserConsentDomain> userConsentDomains)
-
Constructor Details
-
UserConsentFactoryImpl
public UserConsentFactoryImpl()
-
-
Method Details
-
createUserConsentList
- Specified by:
createUserConsentList
in interfaceUserConsentFactory
- Parameters:
userConsentDomains
- HoldsList
ofUserConsentDomain
objects which is used for creating the list ofUserConsent
object.- Returns:
- The
List
ofUserConsent
object.
-