Uses of Class
com.skava.model.domain.UserConsentHistoryDomain
Packages that use UserConsentHistoryDomain
Package
Description
This package contains the user domain factory definition classes.
This package contains the user domain factory implementation classes.
-
Uses of UserConsentHistoryDomain in com.skava.business.factory
Methods in com.skava.business.factory that return types with arguments of type UserConsentHistoryDomainModifier and TypeMethodDescriptionUserConsentHistoryDomainFactory.createUserConsentHistoryDomainFromEntity
(List<UserConsentHistoryEntity> userConsentHistoryEntity) This method converts theList
ofUserConsentHistoryEntity
object to theList
ofUserConsentHistoryDomain
object.Method parameters in com.skava.business.factory with type arguments of type UserConsentHistoryDomainModifier and TypeMethodDescriptionUserConsentHistoryFactory.createUserConsentHistoryList
(List<UserConsentHistoryDomain> userConsentHistory) This method converts the list ofUserConsentHistoryDomain
object to the list ofUserConsentHistory
object. -
Uses of UserConsentHistoryDomain in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl that return types with arguments of type UserConsentHistoryDomainModifier and TypeMethodDescriptionUserConsentHistoryDomainFactoryImpl.createUserConsentHistoryDomainFromEntity
(List<UserConsentHistoryEntity> userConsentHistoryEntities) This method converts theList
ofUserConsentHistoryEntity
object to theList
ofUserConsentHistoryDomain
object.Method parameters in com.skava.business.factoryimpl with type arguments of type UserConsentHistoryDomainModifier and TypeMethodDescriptionUserConsentHistoryFactoryImpl.createUserConsentHistoryList
(List<UserConsentHistoryDomain> userConsentHistoryDomainList) This method converts theList
ofUserConsentHistoryDomain
object to theList
ofUserConsentHistory
object.