Modifier and Type | Method and Description |
---|---|
List<Page> |
PageDao.findPageByURI(Locale fullLocale,
Locale languageOnlyLocale,
String uri) |
List<Page> |
PageDaoImpl.findPageByURI(Locale fullLocale,
Locale languageOnlyLocale,
String uri) |
List<Page> |
PageDao.findPageByURI(Locale locale,
String uri) |
List<Page> |
PageDaoImpl.findPageByURI(Locale locale,
String uri) |
Modifier and Type | Field and Description |
---|---|
protected Locale |
PageTemplateImpl.locale
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Locale |
PageTemplateImpl.getLocale() |
Locale |
PageTemplate.getLocale()
Deprecated.
in favor of translating individual fields
|
Modifier and Type | Method and Description |
---|---|
void |
PageTemplateImpl.setLocale(Locale locale) |
void |
PageTemplate.setLocale(Locale locale)
Deprecated.
in favor of translating individual fields
|
Modifier and Type | Method and Description |
---|---|
protected Locale |
PageServiceImpl.findLanguageOnlyLocale(Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected void |
PageServiceImpl.addPageListToCache(List<PageDTO> pageList,
String identifier,
Locale locale,
boolean secure) |
protected String |
PageServiceImpl.buildKey(String identifier,
Locale locale,
Boolean secure) |
List<PageDTO> |
PageService.buildPageDTOList(List<Page> pageList,
boolean secure,
String identifier,
Locale locale)
|
List<PageDTO> |
PageServiceImpl.buildPageDTOList(List<Page> pageList,
boolean secure,
String identifier,
Locale locale) |
protected List<PageDTO> |
PageServiceImpl.buildPageDTOListUsingCache(List<Page> pageList,
String identifier,
Locale locale,
boolean secure) |
protected PageDTO |
PageServiceImpl.evaluatePageRules(List<PageDTO> pageDTOList,
Locale locale,
Map<String,Object> ruleDTOs) |
protected Locale |
PageServiceImpl.findLanguageOnlyLocale(Locale locale) |
PageDTO |
PageService.findPageByURI(Locale locale,
String uri,
Map<String,Object> ruleDTOs,
boolean secure)
Looks up the page from the backend datastore.
|
PageDTO |
PageServiceImpl.findPageByURI(Locale locale,
String uri,
Map<String,Object> ruleDTOs,
boolean secure) |
protected List<PageDTO> |
PageServiceImpl.getCachedPageDTOList(List<Page> pageList,
String identifier,
Locale locale,
boolean secure) |
protected List<PageDTO> |
PageServiceImpl.getPageDTOListForURI(Locale locale,
String uri,
boolean secure) |
protected boolean |
PageServiceImpl.isNullPageCached(Locale locale,
String uri,
boolean secure) |
Modifier and Type | Method and Description |
---|---|
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByName(String name,
Locale locale)
Pass through function for backwards compatibility to get a list of structured content.
|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByName(String name,
Locale locale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByName(String name,
Locale fullLocale,
Locale languageOnlyLocale)
Called by the
DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, Name, fullLocale and/or languageOnlyLocale. |
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByName(String name,
Locale fullLocale,
Locale languageOnlyLocale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByNameAndType(StructuredContentType type,
String name,
Locale locale)
Pass through function for backwards compatibility to get a list of structured content.
|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByNameAndType(StructuredContentType type,
String name,
Locale locale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByNameAndType(StructuredContentType type,
String name,
Locale fullLocale,
Locale languageOnlyLocale)
Called by the
DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, Name, fullLocale and/or languageOnlyLocale. |
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByNameAndType(StructuredContentType type,
String name,
Locale fullLocale,
Locale languageOnlyLocale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByType(StructuredContentType type,
Locale locale)
Pass through function for backwards compatibility to get a list of structured content.
|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByType(StructuredContentType type,
Locale locale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByType(StructuredContentType type,
Locale fullLocale,
Locale languageOnlyLocale)
Called by the
DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, fullLocale and/or languageOnlyLocale. |
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByType(StructuredContentType type,
Locale fullLocale,
Locale languageOnlyLocale) |
Modifier and Type | Field and Description |
---|---|
protected Locale |
StructuredContentImpl.locale |
Modifier and Type | Method and Description |
---|---|
Locale |
StructuredContent.getLocale()
Gets the
Locale associated with this content item. |
Locale |
StructuredContentImpl.getLocale() |
Modifier and Type | Method and Description |
---|---|
void |
StructuredContent.setLocale(Locale locale)
Sets the locale associated with this content item.
|
void |
StructuredContentImpl.setLocale(Locale locale) |
Modifier and Type | Method and Description |
---|---|
Locale |
StructuredContentService.findLanguageOnlyLocale(Locale locale) |
Locale |
StructuredContentServiceImpl.findLanguageOnlyLocale(Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected String |
StructuredContentServiceImpl.buildNameKey(SandBox currentSandbox,
Long site,
Locale locale,
String contentType,
String contentName) |
protected String |
StructuredContentServiceImpl.buildNameKey(SandBox currentSandbox,
Long site,
Locale locale,
String contentType,
String contentName,
Boolean secure)
Builds the DTO cache key based on the single SC item name.
|
String |
StructuredContentService.buildTypeKey(SandBox currentSandbox,
Long site,
Locale locale,
String contentType)
|
String |
StructuredContentServiceImpl.buildTypeKey(SandBox currentSandbox,
Long site,
Locale locale,
String contentType) |
String |
StructuredContentService.buildTypeKeyWithSecure(SandBox currentSandbox,
Long site,
Locale locale,
String contentType,
Boolean secure)
Builds the cache key for DTOLists based on the SC Type.
|
String |
StructuredContentServiceImpl.buildTypeKeyWithSecure(SandBox currentSandbox,
Long site,
Locale locale,
String contentType,
Boolean secure) |
Locale |
StructuredContentService.findLanguageOnlyLocale(Locale locale) |
Locale |
StructuredContentServiceImpl.findLanguageOnlyLocale(Locale locale) |
List<StructuredContentDTO> |
StructuredContentService.getStructuredContentItemsByContentName(String contentName,
Locale locale,
boolean isSecure)
First attempts to retrieve
StructuredContentDTO from cache before making calls to database |
List<StructuredContentDTO> |
StructuredContentServiceImpl.getStructuredContentItemsByContentName(String contentName,
Locale locale,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByName(String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure)
This method returns content by name only.
|
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByName(String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByName(StructuredContentType contentType,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure)
This method returns content by name and type.
|
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByName(StructuredContentType contentType,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByType(StructuredContentType contentType,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure)
This method returns content
Returns active content items for the passed in sandbox that match the passed in type. |
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByType(StructuredContentType contentType,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
Modifier and Type | Method and Description |
---|---|
protected List<StructuredContentDTO> |
ContentProcessor.getContentItems(String contentName,
Integer maxResults,
javax.servlet.http.HttpServletRequest request,
Map<String,Object> mvelParameters,
SandBox currentSandbox,
StructuredContentType structuredContentType,
Locale locale,
String tagName,
Map<String,String> tagAttributes,
Map<String,Object> newModelVars,
org.broadleafcommerce.presentation.model.BroadleafTemplateContext context) |
Modifier and Type | Method and Description |
---|---|
protected Locale |
AbstractBroadleafApplicationEventListener.getLocale(T event) |
Modifier and Type | Method and Description |
---|---|
Locale |
LocaleDaoImpl.findDefaultLocale()
Returns the page template with the passed in id.
|
Locale |
LocaleDao.findDefaultLocale()
Returns the page template with the passed in id.
|
Locale |
LocaleDaoImpl.findLocaleByCode(String localeCode) |
Locale |
LocaleDao.findLocaleByCode(String localeCode) |
Locale |
LocaleDaoImpl.save(Locale locale) |
Locale |
LocaleDao.save(Locale locale) |
Modifier and Type | Method and Description |
---|---|
List<Locale> |
LocaleDaoImpl.findAllLocales()
Returns all supported BLC locales.
|
List<Locale> |
LocaleDao.findAllLocales()
Returns all supported BLC locales.
|
Modifier and Type | Method and Description |
---|---|
Locale |
LocaleDaoImpl.save(Locale locale) |
Locale |
LocaleDao.save(Locale locale) |
Modifier and Type | Class and Description |
---|---|
class |
LocaleImpl
Created by jfischer
|
Modifier and Type | Method and Description |
---|---|
Locale |
LocaleServiceImpl.findDefaultLocale() |
Locale |
LocaleService.findDefaultLocale() |
Locale |
LocaleServiceImpl.findLocaleByCode(String localeCode) |
Locale |
LocaleService.findLocaleByCode(String localeCode) |
Locale |
LocaleServiceImpl.save(Locale locale) |
Locale |
LocaleService.save(Locale locale)
Persists the given locale
|
Modifier and Type | Method and Description |
---|---|
List<Locale> |
LocaleServiceImpl.findAllLocales() |
List<Locale> |
LocaleService.findAllLocales() |
Modifier and Type | Method and Description |
---|---|
Locale |
LocaleServiceImpl.save(Locale locale) |
Locale |
LocaleService.save(Locale locale)
Persists the given locale
|
Modifier and Type | Method and Description |
---|---|
static String |
LocaleUtil.findLanguageCode(Locale locale) |
Modifier and Type | Field and Description |
---|---|
protected Locale |
SiteImpl.defaultLocale |
Modifier and Type | Method and Description |
---|---|
Locale |
SiteImpl.getDefaultLocale() |
Locale |
Site.getDefaultLocale()
used for default locale
|
Modifier and Type | Method and Description |
---|---|
void |
SiteImpl.setDefaultLocale(Locale defaultLocale) |
void |
Site.setDefaultLocale(Locale defaultLocale)
Sets the site default locale.
|
Modifier and Type | Field and Description |
---|---|
protected Locale |
BroadleafRequestContext.locale |
Modifier and Type | Method and Description |
---|---|
Locale |
BroadleafRequestContext.getLocale() |
Locale |
BroadleafLocaleResolverImpl.resolveLocale(javax.servlet.http.HttpServletRequest request) |
Locale |
BroadleafLocaleResolver.resolveLocale(javax.servlet.http.HttpServletRequest request)
Deprecated.
|
Locale |
BroadleafLocaleResolverImpl.resolveLocale(org.springframework.web.context.request.WebRequest request) |
Locale |
BroadleafLocaleResolver.resolveLocale(org.springframework.web.context.request.WebRequest request) |
Modifier and Type | Method and Description |
---|---|
static Locale |
BroadleafRequestContext.convertLocaleToJavaLocale(Locale broadleafLocale) |
void |
BroadleafRequestContext.setLocale(Locale locale) |
Modifier and Type | Field and Description |
---|---|
protected Locale |
OrderImpl.locale |
Modifier and Type | Method and Description |
---|---|
Locale |
Order.getLocale() |
Locale |
OrderImpl.getLocale() |
Locale |
NullOrderImpl.getLocale() |
Modifier and Type | Method and Description |
---|---|
void |
Order.setLocale(Locale locale) |
void |
OrderImpl.setLocale(Locale locale) |
void |
NullOrderImpl.setLocale(Locale locale) |
Modifier and Type | Field and Description |
---|---|
protected Locale |
PromotionMessageImpl.locale |
Modifier and Type | Method and Description |
---|---|
Locale |
PromotionMessage.getLocale() |
Locale |
PromotionMessageImpl.getLocale() |
Modifier and Type | Method and Description |
---|---|
void |
PromotionMessage.setLocale(Locale locale) |
void |
PromotionMessageImpl.setLocale(Locale locale) |
Modifier and Type | Field and Description |
---|---|
protected static Locale |
SolrHelperServiceImpl.defaultLocale |
Modifier and Type | Method and Description |
---|---|
Locale |
SolrHelperService.getDefaultLocale()
Returns the default locale.
|
Locale |
SolrHelperServiceImpl.getDefaultLocale() |
Modifier and Type | Method and Description |
---|---|
List<Locale> |
SolrIndexService.getAllLocales() |
List<Locale> |
SolrIndexServiceImpl.getAllLocales() |
Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
SolrIndexServiceExtensionHandler.addPropertyValues(Indexable indexable,
Field field,
FieldType fieldType,
Map<String,Object> values,
String propertyName,
List<Locale> locales)
Given the input field, populates the values array with the fields needed for the
passed in field.
|
ExtensionResultStatusType |
I18nSolrIndexServiceExtensionHandler.addPropertyValues(Indexable indexable,
Field field,
FieldType fieldType,
Map<String,Object> values,
String propertyName,
List<Locale> locales) |
ExtensionResultStatusType |
AbstractSolrIndexServiceExtensionHandler.addPropertyValues(Indexable indexable,
Field field,
FieldType fieldType,
Map<String,Object> values,
String propertyName,
List<Locale> locales) |
ExtensionResultStatusType |
SolrIndexServiceExtensionHandler.attachChildDocuments(Indexable indexable,
org.apache.solr.common.SolrInputDocument document,
List<IndexField> fields,
List<Locale> locales)
This extension point allows other modules to contribute child documents to this document.
|
ExtensionResultStatusType |
AbstractSolrIndexServiceExtensionHandler.attachChildDocuments(Indexable indexable,
org.apache.solr.common.SolrInputDocument document,
List<IndexField> fields,
List<Locale> locales) |
void |
SolrIndexService.attachIndexableDocumentFields(org.apache.solr.common.SolrInputDocument document,
Indexable indexable,
List<IndexField> fields,
List<Locale> locales)
Iterates through the fields for this Indexable and indexes any IndexFields
|
void |
SolrIndexServiceImpl.attachIndexableDocumentFields(org.apache.solr.common.SolrInputDocument document,
Indexable indexable,
List<IndexField> fields,
List<Locale> locales) |
org.apache.solr.common.SolrInputDocument |
SolrIndexService.buildDocument(Indexable indexable,
List<IndexField> fields,
List<Locale> locales)
Given a product, fields that relate to that product, and a list of locales and pricelists, builds a
SolrInputDocument to be added to the Solr index.
|
org.apache.solr.common.SolrInputDocument |
SolrIndexServiceImpl.buildDocument(Indexable indexable,
List<IndexField> fields,
List<Locale> locales) |
protected Map<String,Object> |
SolrIndexServiceImpl.getPropertyValues(Indexable indexedItem,
Field field,
FieldType fieldType,
List<Locale> locales)
Returns a map of prefix to value for the requested attributes.
|
ExtensionResultStatusType |
SolrIndexServiceExtensionHandler.modifyBuiltDocuments(Collection<org.apache.solr.common.SolrInputDocument> documents,
List<? extends Indexable> items,
List<IndexField> fields,
List<Locale> locales) |
ExtensionResultStatusType |
AbstractSolrIndexServiceExtensionHandler.modifyBuiltDocuments(Collection<org.apache.solr.common.SolrInputDocument> documents,
List<? extends Indexable> products,
List<IndexField> fields,
List<Locale> locales) |
Modifier and Type | Method and Description |
---|---|
protected void |
CatalogDocumentBuilderImpl.attachIndexableDocumentFields(org.apache.solr.common.SolrInputDocument document,
Indexable indexable,
List<IndexField> fields,
List<Locale> locales) |
org.apache.solr.common.SolrInputDocument |
DocumentBuilder.buildDocument(Indexable indexable,
List<IndexField> fields,
List<Locale> locales) |
org.apache.solr.common.SolrInputDocument |
CatalogDocumentBuilderImpl.buildDocument(Indexable indexable,
List<IndexField> fields,
List<Locale> locales) |
org.apache.solr.common.SolrInputDocument |
AbstractSolrIndexUpdateServiceImpl.buildDocument(Indexable indexable,
List<IndexField> fields,
List<Locale> locales) |
org.apache.solr.common.SolrInputDocument |
SolrIndexUpdateService.buildDocument(Indexable indexable,
List<IndexField> fields,
List<Locale> locales)
Provides an interface for a caller to convert an
Indexable into a SolrInputDocument . |
org.apache.solr.common.SolrInputDocument |
SolrIndexUpdateCommandHandler.buildDocument(Indexable indexable,
List<IndexField> fields,
List<Locale> locales)
Provides an interface for a caller to convert an
Indexable into a SolrInputDocument . |
protected Map<String,Object> |
CatalogDocumentBuilderImpl.getPropertyValues(Indexable indexedItem,
Field field,
FieldType fieldType,
List<Locale> locales) |
protected void |
CatalogDocumentBuilderImpl.modifyDocument(Indexable indexable,
List<IndexField> fields,
List<Locale> locales)
This is a simple hook point to allow implementors to override and modify the documents after the default functionality has created them.
|
Modifier and Type | Field and Description |
---|---|
protected Locale |
CustomerImpl.customerLocale |
Modifier and Type | Method and Description |
---|---|
Locale |
Customer.getCustomerLocale() |
Locale |
CustomerImpl.getCustomerLocale() |
Modifier and Type | Method and Description |
---|---|
void |
Customer.setCustomerLocale(Locale customerLocale) |
void |
CustomerImpl.setCustomerLocale(Locale customerLocale) |
Copyright © 2022. All rights reserved.