| Package | Description | 
|---|---|
| org.broadleafcommerce.common.cache | |
| org.broadleafcommerce.common.extension | |
| org.broadleafcommerce.common.i18n.dao | |
| org.broadleafcommerce.common.i18n.service | 
| Modifier and Type | Method and Description | 
|---|---|
| StandardCacheItem | OverridePreCacheInitializer. initializeOverride(Object entity)Perform any initialization tasks (e.g. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<StandardCacheItem> | OverridePreCacheService. findElements(String... cacheKeys)Find any cached items matching the passed keys | 
| List<StandardCacheItem> | DefaultOverridePreCacheServiceImpl. findElements(String... cacheKeys) | 
| Modifier and Type | Method and Description | 
|---|---|
| ExtensionResultStatusType | SparselyPopulatedQueryExtensionHandler. 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<StandardCacheItem> | TranslationDaoImpl. readConvertedTranslationEntries(TranslatedEntity entityType,
                               ResultType stage) | 
| List<StandardCacheItem> | TranslationDao. readConvertedTranslationEntries(TranslatedEntity entityType,
                               ResultType stage)Read all translation entries (see  TranslationDao.readAllTranslationEntries(org.broadleafcommerce.common.i18n.domain.TranslatedEntity, org.broadleafcommerce.common.extension.ResultType)),
 and convert those results into a list ofStandardCacheIteminstances. | 
| Modifier and Type | Method and Description | 
|---|---|
| StandardCacheItem | LocalePair. getGeneralItem()Retrieve the language only translation. | 
| StandardCacheItem | LocalePair. getSpecificItem()Retrieve the language and country specific translation. | 
| StandardCacheItem | SparseTranslationOverrideStrategy. initializeOverride(Object entity) | 
| StandardCacheItem | 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. | 
| StandardCacheItem | TranslationServiceImpl. lookupTranslationFromMap(String key,
                        Map<String,Map<String,StandardCacheItem>> propertyTranslationMap,
                        String entityId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LocalePair. setGeneralItem(StandardCacheItem generalItem) | 
| void | LocalePair. setSpecificItem(StandardCacheItem specificItem) | 
| Modifier and Type | Method and Description | 
|---|---|
| StandardCacheItem | 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. | 
| StandardCacheItem | TranslationServiceImpl. lookupTranslationFromMap(String key,
                        Map<String,Map<String,StandardCacheItem>> propertyTranslationMap,
                        String entityId) | 
Copyright © 2020. All rights reserved.