Uses of Class
com.skava.model.domain.UserConsentDomain
Packages that use UserConsentDomain
Package
Description
This package contains the user domain factory definition classes.
This package contains the user domain factory implementation classes.
-
Uses of UserConsentDomain in com.skava.business.factory
Methods in com.skava.business.factory that return UserConsentDomainModifier and TypeMethodDescriptionUserConsentDomainFactory.createUserConsentDO
(UserConsent consent) This method converts theUserConsent
object toUserConsentDomain
object.Methods in com.skava.business.factory that return types with arguments of type UserConsentDomainModifier and TypeMethodDescriptionUserConsentDomainFactory.createUserConsentEntityListDO
(List<UserConsentEntity> consent) Methods in com.skava.business.factory with parameters of type UserConsentDomainModifier and TypeMethodDescriptionUserConsentEntityFactory.createUserConsentEntity
(UserConsentDomain userconsentDomain, ConsentEntity consentEntity, UsersEntity usersEntity) This method converts theUserConsentDomain
object toUserConsentEntity
object.Method parameters in com.skava.business.factory with type arguments of type UserConsentDomainModifier and TypeMethodDescriptionUserConsentFactory.createUserConsentList
(List<UserConsentDomain> consent) -
Uses of UserConsentDomain in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl that return UserConsentDomainModifier and TypeMethodDescriptionUserConsentDomainFactoryImpl.createUserConsentDO
(UserConsent consent) This method converts theUserConsent
object toUserConsentDomain
object.Methods in com.skava.business.factoryimpl that return types with arguments of type UserConsentDomainModifier and TypeMethodDescriptionUserConsentDomainFactoryImpl.createUserConsentEntityListDO
(List<UserConsentEntity> userConsentEntities) Methods in com.skava.business.factoryimpl with parameters of type UserConsentDomainModifier and TypeMethodDescriptionUserConsentEntityFactoryImpl.createUserConsentEntity
(UserConsentDomain userConsentDomain, ConsentEntity consentEntity, UsersEntity usersEntity) This method converts theUserConsentDomain
object toUserConsentEntity
object.Method parameters in com.skava.business.factoryimpl with type arguments of type UserConsentDomainModifier and TypeMethodDescriptionUserConsentFactoryImpl.createUserConsentList
(List<UserConsentDomain> userConsentDomains)