Uses of Class
com.skava.model.datatransferobjects.Consent
Packages that use Consent
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 Consent in com.skava.business.factory
Methods in com.skava.business.factory that return ConsentModifier and TypeMethodDescriptionConsentFactory.createConsent
(ConsentEntity consent, CollectionEntity collectionEntity) This method converts theConsentEntity
object toConsent
object.ConsentFactory.createConsent
(ConsentDomain consent) This method converts theConsentDomain
object toConsent
object.Methods in com.skava.business.factory with parameters of type ConsentModifier and TypeMethodDescriptionConsentDomainFactory.createConsentDO
(Consent consent) This method converts theConsent
object toConsentDomain
object. -
Uses of Consent in com.skava.business.factoryimpl
Methods in com.skava.business.factoryimpl that return ConsentModifier and TypeMethodDescriptionConsentFactoryImpl.createConsent
(ConsentEntity consents, CollectionEntity collectionEntity) This method converts theConsentEntity
object toConsent
object.ConsentFactoryImpl.createConsent
(ConsentDomain consents) This method converts theConsentDomain
object toConsent
object.Methods in com.skava.business.factoryimpl with parameters of type ConsentModifier and TypeMethodDescriptionConsentDomainFactoryImpl.createConsentDO
(Consent consent) This method converts theConsent
object toConsentDomain
object. -
Uses of Consent in com.skava.model.responses
Constructor parameters in com.skava.model.responses with type arguments of type ConsentModifierConstructorDescriptionConsentResponse
(String codeSuccess, String msgSuccess, List<Consent> consents) Instantiates a new consent response. -
Uses of Consent in com.skava.web
Methods in com.skava.web that return types with arguments of type ConsentModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Consent>
ConsentController.createConsent
(Consent consent, String locale, Long collectionId, String authToken, String version, long storeId) This service is used to create a consent.ConsentController.getAllConsent
(int page, int size, String search, String locale, Long collectionId, String authToken, String version, long storeId) This service is used to search the consents by specific criteria.org.springframework.http.ResponseEntity<Consent>
ConsentController.getConsent
(long consentId, String locale, Long collectionId, String authToken, String version, long storeId) This service is used to load the specific consent.org.springframework.http.ResponseEntity<Consent>
ConsentController.updateConsent
(long consentId, Consent consent, String locale, Long collectionId, String authToken, String version, long storeId) This service is used to update the specific consent.Methods in com.skava.web with parameters of type ConsentModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Consent>
ConsentController.createConsent
(Consent consent, String locale, Long collectionId, String authToken, String version, long storeId) This service is used to create a consent.org.springframework.http.ResponseEntity<Consent>
ConsentController.updateConsent
(long consentId, Consent consent, String locale, Long collectionId, String authToken, String version, long storeId) This service is used to update the specific consent.