Uses of Class
de.hybris.platform.commercewebservicescommons.dto.consent.ConsentTemplateWsDTO
-
-
Uses of ConsentTemplateWsDTO in de.hybris.platform.commercewebservices.core.v2.controller
Methods in de.hybris.platform.commercewebservices.core.v2.controller that return ConsentTemplateWsDTO Modifier and Type Method Description ConsentTemplateWsDTOConsentsController. getConsentTemplate(java.lang.String consentTemplateId, java.lang.String fields)Methods in de.hybris.platform.commercewebservices.core.v2.controller that return types with arguments of type ConsentTemplateWsDTO Modifier and Type Method Description org.springframework.http.ResponseEntity<ConsentTemplateWsDTO>ConsentsController. doGiveConsent(java.lang.String consentTemplateId, java.lang.Integer consentTemplateVersion) -
Uses of ConsentTemplateWsDTO in de.hybris.platform.commercewebservicescommons.dto.consent
Methods in de.hybris.platform.commercewebservicescommons.dto.consent that return types with arguments of type ConsentTemplateWsDTO Modifier and Type Method Description java.util.List<ConsentTemplateWsDTO>ConsentTemplateListWsDTO. getConsentTemplates()Method parameters in de.hybris.platform.commercewebservicescommons.dto.consent with type arguments of type ConsentTemplateWsDTO Modifier and Type Method Description voidConsentTemplateListWsDTO. setConsentTemplates(java.util.List<ConsentTemplateWsDTO> consentTemplates) -
Uses of ConsentTemplateWsDTO in de.hybris.platform.ycommercewebservices.v2.controller
Methods in de.hybris.platform.ycommercewebservices.v2.controller that return ConsentTemplateWsDTO Modifier and Type Method Description ConsentTemplateWsDTOConsentsController. getConsentTemplate(java.lang.String consentTemplateId, java.lang.String fields)Methods in de.hybris.platform.ycommercewebservices.v2.controller that return types with arguments of type ConsentTemplateWsDTO Modifier and Type Method Description org.springframework.http.ResponseEntity<ConsentTemplateWsDTO>ConsentsController. doGiveConsent(java.lang.String consentTemplateId, java.lang.Integer consentTemplateVersion)
-