| Package | Description |
|---|---|
| de.hybris.platform.commercefacades.consent.converters.populator | |
| de.hybris.platform.commerceservices.consent | |
| de.hybris.platform.commerceservices.consent.dao | |
| de.hybris.platform.commerceservices.consent.dao.impl | |
| de.hybris.platform.commerceservices.consent.impl | |
| de.hybris.platform.commerceservices.consent.interceptors | |
| de.hybris.platform.commerceservices.event | |
| de.hybris.platform.commerceservices.model |
Contains generated models for each type of de.hybris.platform.commerceservices.jalo package.
|
| de.hybris.platform.commerceservices.resource.consent |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<ConsentModel,ConsentData> |
ConsentTemplatePopulator.getConsentConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsentPopulator.populate(ConsentModel source,
ConsentData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsentTemplatePopulator.setConsentConverter(Converter<ConsentModel,ConsentData> consentConverter) |
| Modifier and Type | Method and Description |
|---|---|
ConsentModel |
CommerceConsentService.getActiveConsent(CustomerModel customer,
ConsentTemplateModel consentTemplate)
Finds the latest consent for the specified customer and consent template.
|
ConsentModel |
CommerceConsentService.getConsent(java.lang.String consentCode)
Finds the consent for the specified
consentCode |
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceConsentService.withdrawConsent(ConsentModel consent)
Withdraws consent for the specified ConsentModel by updating the consentWithdrawnDate.
1. |
| Modifier and Type | Method and Description |
|---|---|
ConsentModel |
ConsentDao.findConsentByCustomerAndConsentTemplate(CustomerModel customer,
ConsentTemplateModel consentTemplate)
Finds the latest consent for the specified customer and consent template.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConsentModel> |
ConsentDao.findAllConsentsByCustomer(CustomerModel customer)
Finds all consents for the specified customer.
|
| Modifier and Type | Method and Description |
|---|---|
ConsentModel |
DefaultConsentDao.findConsentByCustomerAndConsentTemplate(CustomerModel customer,
ConsentTemplateModel consentTemplate) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConsentModel> |
DefaultConsentDao.findAllConsentsByCustomer(CustomerModel customer) |
| Modifier and Type | Method and Description |
|---|---|
protected ConsentModel |
DefaultCommerceConsentService.createConsentModel(CustomerModel customer,
ConsentTemplateModel consentTemplate) |
ConsentModel |
DefaultCommerceConsentService.getActiveConsent(CustomerModel customer,
ConsentTemplateModel consentTemplate) |
ConsentModel |
DefaultCommerceConsentService.getConsent(java.lang.String consentCode) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractConsentEvent |
DefaultCommerceConsentService.initializeEvent(AbstractConsentEvent event,
ConsentModel consent) |
protected boolean |
DefaultCommerceConsentService.isConsentGiven(ConsentModel consent) |
protected boolean |
DefaultCommerceConsentService.isConsentWithdrawn(ConsentModel consent) |
void |
DefaultCommerceConsentService.withdrawConsent(ConsentModel consent) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultConsentPrepareInterceptor.onPrepare(ConsentModel consent,
InterceptorContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
ConsentModel |
AbstractConsentEvent.getConsent() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConsentEvent.setConsent(ConsentModel consent) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
ConsentActiveAttribute.get(ConsentModel model) |
| Modifier and Type | Method and Description |
|---|---|
ConsentModel |
ConsentResource.getConsentModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ConsentModel |
ConsentResource.readResource(java.lang.String resourceId)
Gets the
ConsentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ConsentModel> |
ConsentsResource.getConsentsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsentResource.setConsentModel(ConsentModel value)
Convenience method which just delegates to
#setResourceValue(ConsentModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsentsResource.setConsentsCollection(java.util.Collection<ConsentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.