Interface CustomerConsentDataStrategy
- All Known Subinterfaces:
CustomerConsentDataStrategy
- All Known Implementing Classes:
DefaultCustomerConsentDataStrategy,DefaultCustomerConsentDataStrategy
public interface CustomerConsentDataStrategy
Facade interface providing an API for performing operations on consents of customers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidInjects the customer consents into the session as a Hashmap.
-
Method Details
-
populateCustomerConsentDataInSession
void populateCustomerConsentDataInSession()Injects the customer consents into the session as a Hashmap.
-