Class OPPSPriceAndPromotionsCacheKey

java.lang.Object
de.hybris.platform.regioncache.key.AbstractCacheKey
com.sap.retail.sapppspricing.cache.OPPSPriceAndPromotionsCacheKey
All Implemented Interfaces:
de.hybris.platform.integrationservices.cache.IntegrationCacheKey<String>, de.hybris.platform.regioncache.key.CacheKey

public final class OPPSPriceAndPromotionsCacheKey extends de.hybris.platform.regioncache.key.AbstractCacheKey implements de.hybris.platform.integrationservices.cache.IntegrationCacheKey<String>
Represents a cache key for storing and retrieving OPPS pricing and promotions information. This key is associated with a specific tenant in a multi-tenant environment.
  • Field Summary

    Fields inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey

    cachedHash, tenantId, typeCode, valueType
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    from(Object... params)
    Creates an OPPSPriceAndPromotionsCacheKey based on the provided parameters.Null parameters are ignored during key construction.
     
    int
     

    Methods inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey

    getCacheValueType, getTenantId, getTypeCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • from

      public static OPPSPriceAndPromotionsCacheKey from(Object... params)
      Creates an OPPSPriceAndPromotionsCacheKey based on the provided parameters.Null parameters are ignored during key construction.
      Parameters:
      params - The parameters used to construct the cache key.
      Returns:
      A new OPPSPriceAndPromotionsCacheKey instance based on the concatenated string representation of parameters.
    • getId

      public String getId()
      Specified by:
      getId in interface de.hybris.platform.integrationservices.cache.IntegrationCacheKey<String>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class de.hybris.platform.regioncache.key.AbstractCacheKey
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class de.hybris.platform.regioncache.key.AbstractCacheKey