Uses of Class
org.broadleafcommerce.common.extension.StandardCacheItem
Packages that use StandardCacheItem
Package
Description
-
Uses of StandardCacheItem in org.broadleafcommerce.common.cache
Methods in org.broadleafcommerce.common.cache that return StandardCacheItemModifier and TypeMethodDescriptionOverridePreCacheInitializer.initializeOverride(Object entity) Perform any initialization tasks (e.g. exercising a lazy collection) and returns a StandardCacheItem instance.Methods in org.broadleafcommerce.common.cache that return types with arguments of type StandardCacheItemModifier and TypeMethodDescriptionDefaultOverridePreCacheServiceImpl.findElements(String... cacheKeys) OverridePreCacheService.findElements(String... cacheKeys) Find any cached items matching the passed keys -
Uses of StandardCacheItem in org.broadleafcommerce.common.extension
Method parameters in org.broadleafcommerce.common.extension with type arguments of type StandardCacheItemModifier and TypeMethodDescriptionSparselyPopulatedQueryExtensionHandler.buildStatus(Class<?> type, List queryResults, ExtensionResultHolder<List<StandardCacheItem>> response) Convert the list of query results into a list that denotes not only the query results, but also whether or not each member represents a deleted/archived item, or an active/normal item. -
Uses of StandardCacheItem in org.broadleafcommerce.common.i18n.dao
Methods in org.broadleafcommerce.common.i18n.dao that return types with arguments of type StandardCacheItemModifier and TypeMethodDescriptionTranslationDao.readConvertedTranslationEntries(TranslatedEntity entityType, ResultType stage) Read all translation entries (seeTranslationDao.readAllTranslationEntries(org.broadleafcommerce.common.i18n.domain.TranslatedEntity, org.broadleafcommerce.common.extension.ResultType)), and convert those results into a list ofStandardCacheIteminstances.TranslationDaoImpl.readConvertedTranslationEntries(TranslatedEntity entityType, ResultType stage) -
Uses of StandardCacheItem in org.broadleafcommerce.common.i18n.service
Methods in org.broadleafcommerce.common.i18n.service that return StandardCacheItemModifier and TypeMethodDescriptionLocalePair.getGeneralItem()Retrieve the language only translation.LocalePair.getSpecificItem()Retrieve the language and country specific translation.SparseTranslationOverrideStrategy.initializeOverride(Object entity) TranslationServiceImpl.lookupTranslationFromMap(String key, Map<String, Map<String, StandardCacheItem>> propertyTranslationMap, String entityId) TranslationSupport.lookupTranslationFromMap(String key, Map<String, Map<String, StandardCacheItem>> propertyTranslationMap, String entityId) Retrieve a cached translation from an individual property translation map retrieved from the cache.Methods in org.broadleafcommerce.common.i18n.service with parameters of type StandardCacheItemModifier and TypeMethodDescriptionvoidLocalePair.setGeneralItem(StandardCacheItem generalItem) voidLocalePair.setSpecificItem(StandardCacheItem specificItem) Method parameters in org.broadleafcommerce.common.i18n.service with type arguments of type StandardCacheItemModifier and TypeMethodDescriptionTranslationServiceImpl.lookupTranslationFromMap(String key, Map<String, Map<String, StandardCacheItem>> propertyTranslationMap, String entityId) TranslationSupport.lookupTranslationFromMap(String key, Map<String, Map<String, StandardCacheItem>> propertyTranslationMap, String entityId) Retrieve a cached translation from an individual property translation map retrieved from the cache.