Uses of Class
com.skava.model.datatransferobjects.UserConsentHistory
Packages that use UserConsentHistory
Package
Description
This package contains the user domain factory definition classes.
This package contains the user domain factory implementation classes.
This package contains the user DTO model classes.
This package contains the user response model classes.
-
Uses of UserConsentHistory in com.skava.business.factory
Methods in com.skava.business.factory that return types with arguments of type UserConsentHistoryModifier and TypeMethodDescriptionUserConsentHistoryFactory.createUserConsentHistoryList
(List<UserConsentHistoryDomain> userConsentHistory) This method converts the list ofUserConsentHistoryDomain
object to the list ofUserConsentHistory
object. -
Uses of UserConsentHistory in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl that return types with arguments of type UserConsentHistoryModifier and TypeMethodDescriptionUserConsentHistoryFactoryImpl.createUserConsentHistoryList
(List<UserConsentHistoryDomain> userConsentHistoryDomainList) This method converts theList
ofUserConsentHistoryDomain
object to theList
ofUserConsentHistory
object. -
Uses of UserConsentHistory in com.skava.model.datatransferobjects
Constructors in com.skava.model.datatransferobjects with parameters of type UserConsentHistoryModifierConstructorDescriptionUserConsentHistory
(UserConsentHistory userConsentHistory) Instantiates a new consent history object. -
Uses of UserConsentHistory in com.skava.model.responses
Constructor parameters in com.skava.model.responses with type arguments of type UserConsentHistoryModifierConstructorDescriptionUserConsentHistoryFindAllResponse
(List<UserConsentHistory> userConsentHistories, PageableInfo pageableInfo) Instantiates a new user notes response.