| Package | Description |
|---|---|
| org.broadleafcommerce.common.extension | |
| org.broadleafcommerce.common.i18n.dao | |
| org.broadleafcommerce.common.i18n.service |
| 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 of StandardCacheItem instances. |
| Modifier and Type | Method and Description |
|---|---|
protected StandardCacheItem |
TranslationServiceImpl.lookupTranslationFromMap(String key,
Map<String,Map<String,StandardCacheItem>> propertyTranslationMap,
String entityId) |
| Modifier and Type | Method and Description |
|---|---|
protected StandardCacheItem |
TranslationServiceImpl.lookupTranslationFromMap(String key,
Map<String,Map<String,StandardCacheItem>> propertyTranslationMap,
String entityId) |
Copyright © 2017. All rights reserved.