Class MyAccountCacheUtil
java.lang.Object
com.sap.myaccountsapservices.utils.MyAccountCacheUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetchDataFromCache(OrderModel orderModel, String invoiceId) fetchDataFromCustomerCache(String email) de.hybris.platform.integrationservices.cache.IntegrationCache<MyAccountInvoiceCacheKey,Map<String, String>> de.hybris.platform.integrationservices.cache.IntegrationCache<MyAccountCustomerCacheKey,String> voidsetMyAccountCdpCache(de.hybris.platform.integrationservices.cache.IntegrationCache<MyAccountInvoiceCacheKey, Map<String, String>> myAccountCdpCache) voidsetMyAccountCdpCustomerCache(de.hybris.platform.integrationservices.cache.IntegrationCache<MyAccountCustomerCacheKey, String> myAccountCdpCustomerCache) voidupdateDataInCache(OrderModel orderModel, String invoiceId, String systemId) voidupdateDataInCustomerCache(String email, String customerID)
-
Constructor Details
-
MyAccountCacheUtil
public MyAccountCacheUtil()
-
-
Method Details
-
fetchDataFromCache
-
fetchDataFromCustomerCache
-
updateDataInCustomerCache
-
updateDataInCache
-
getMyAccountCdpCache
public de.hybris.platform.integrationservices.cache.IntegrationCache<MyAccountInvoiceCacheKey,Map<String, getMyAccountCdpCache()String>> -
setMyAccountCdpCache
public void setMyAccountCdpCache(de.hybris.platform.integrationservices.cache.IntegrationCache<MyAccountInvoiceCacheKey, Map<String, String>> myAccountCdpCache) -
getMyAccountCdpCustomerCache
public de.hybris.platform.integrationservices.cache.IntegrationCache<MyAccountCustomerCacheKey,String> getMyAccountCdpCustomerCache() -
setMyAccountCdpCustomerCache
public void setMyAccountCdpCustomerCache(de.hybris.platform.integrationservices.cache.IntegrationCache<MyAccountCustomerCacheKey, String> myAccountCdpCustomerCache)
-