Package com.skava.business.factory
Interface UserConsentFactory
- All Known Implementing Classes:
UserConsentFactoryImpl
public interface UserConsentFactory
An interface to define the factory for creating User Consent objects.
- Author:
- Infosys Equinox
-
Method Summary
-
Method Details
-
createUserConsentList
- Parameters:
consent
- HoldsList
ofUserConsentDomain
objects which is used for creating the list ofUserConsent
object.- Returns:
- The
List
ofUserConsent
object.
-