Uses of Class
com.skava.model.datatransferobjects.UserConsent
Packages that use UserConsent
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 response model classes.
This package contains the controller classes.
-
Uses of UserConsent in com.skava.business.factory
Methods in com.skava.business.factory that return types with arguments of type UserConsentModifier and TypeMethodDescriptionUserConsentFactory.createUserConsentList
(List<UserConsentDomain> consent) Methods in com.skava.business.factory with parameters of type UserConsentModifier and TypeMethodDescriptionUserConsentDomainFactory.createUserConsentDO
(UserConsent consent) This method converts theUserConsent
object toUserConsentDomain
object. -
Uses of UserConsent in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl that return types with arguments of type UserConsentModifier and TypeMethodDescriptionUserConsentFactoryImpl.createUserConsentList
(List<UserConsentDomain> userConsentDomains) Methods in com.skava.business.factoryimpl with parameters of type UserConsentModifier and TypeMethodDescriptionUserConsentDomainFactoryImpl.createUserConsentDO
(UserConsent consent) This method converts theUserConsent
object toUserConsentDomain
object. -
Uses of UserConsent in com.skava.model.responses
Constructor parameters in com.skava.model.responses with type arguments of type UserConsentModifierConstructorDescriptionUserConsentCreateResponse
(List<UserConsent> createdUserConsents, List<UserConsent> existingUserConsents) Instantiates a new UserConsentCreateResponse object.UserConsentResponse
(String codeSuccess, String msgSuccess, List<UserConsent> userConsents) Constructs a user consent response for the given parameters. -
Uses of UserConsent in com.skava.web
Methods in com.skava.web that return types with arguments of type UserConsentModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<UserConsent>>
UserConsentContoller.getAllUserConsents
(int page, int size, long userId, String locale, Long collectionId, String authToken, long storeId) Used to load all the consent for an user.