Uses of Class
com.skava.entities.UserConsentHistoryEntity
Packages that use UserConsentHistoryEntity
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 entities classes.
This package contains the user repository classes.
This package holds the user util method classes.
-
Uses of UserConsentHistoryEntity in com.skava.business.factory
Method parameters in com.skava.business.factory with type arguments of type UserConsentHistoryEntityModifier and TypeMethodDescriptionUserConsentHistoryDomainFactory.createUserConsentHistoryDomainFromEntity
(List<UserConsentHistoryEntity> userConsentHistoryEntity) This method converts theList
ofUserConsentHistoryEntity
object to theList
ofUserConsentHistoryDomain
object. -
Uses of UserConsentHistoryEntity in com.skava.business.factoryimpl
Method parameters in com.skava.business.factoryimpl with type arguments of type UserConsentHistoryEntityModifier and TypeMethodDescriptionUserConsentHistoryDomainFactoryImpl.createUserConsentHistoryDomainFromEntity
(List<UserConsentHistoryEntity> userConsentHistoryEntities) This method converts theList
ofUserConsentHistoryEntity
object to theList
ofUserConsentHistoryDomain
object. -
Uses of UserConsentHistoryEntity in com.skava.entities
Fields in com.skava.entities with type parameters of type UserConsentHistoryEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<UserConsentHistoryEntity,
QUserConsentHistoryEntity> QConsentEntity.userConsentHistory
final com.querydsl.core.types.dsl.ListPath<UserConsentHistoryEntity,
QUserConsentHistoryEntity> QUsersEntity.userConsentHistory
Constructor parameters in com.skava.entities with type arguments of type UserConsentHistoryEntityModifierConstructorDescriptionQUserConsentHistoryEntity
(com.querydsl.core.types.Path<? extends UserConsentHistoryEntity> path) QUserConsentHistoryEntity
(Class<? extends UserConsentHistoryEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of UserConsentHistoryEntity in com.skava.repository
Methods in com.skava.repository that return types with arguments of type UserConsentHistoryEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<UserConsentHistoryEntity>
UserConsentHistoryRepository.findAllByUserId
(org.springframework.data.domain.Pageable pageRequest, long userId) This is used to load all the user consent history by userId -
Uses of UserConsentHistoryEntity in com.skava.util
Methods in com.skava.util that return UserConsentHistoryEntityModifier and TypeMethodDescriptionstatic UserConsentHistoryEntity
UserConsentUtil.createUserConsentHistory
(UserConsentEntity userConsentEntity, String action) This method is used to create user consent history entity.Methods in com.skava.util that return types with arguments of type UserConsentHistoryEntityModifier and TypeMethodDescriptionstatic List<UserConsentHistoryEntity>
UserConsentUtil.createUserConsentHistoryList
(List<UserConsentEntity> userConsentEntities, String action) This method is used to create user consent history entity from user consent entity