Modifier and Type | Method and Description |
---|---|
List<Page> |
PageDaoImpl.findPageByURI(SandBox sandBox,
Locale fullLocale,
Locale languageOnlyLocale,
String uri) |
List<Page> |
PageDao.findPageByURI(SandBox sandBox,
Locale fullLocale,
Locale languageOnlyLocale,
String uri) |
List<Page> |
PageDaoImpl.findPageByURI(SandBox sandBox,
Locale locale,
String uri) |
List<Page> |
PageDao.findPageByURI(SandBox sandBox,
Locale locale,
String uri) |
Modifier and Type | Field and Description |
---|---|
protected Locale |
PageTemplateImpl.locale |
Modifier and Type | Method and Description |
---|---|
Locale |
PageTemplateImpl.getLocale() |
Locale |
PageTemplate.getLocale() |
Modifier and Type | Method and Description |
---|---|
void |
PageTemplateImpl.setLocale(Locale locale) |
void |
PageTemplate.setLocale(Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected Locale |
PageServiceImpl.findLanguageOnlyLocale(Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected String |
PageServiceImpl.buildKey(SandBox currentSandbox,
Locale locale,
String uri) |
protected PageDTO |
PageServiceImpl.evaluatePageRules(List<PageDTO> pageDTOList,
Locale locale,
Map<String,Object> ruleDTOs) |
protected Locale |
PageServiceImpl.findLanguageOnlyLocale(Locale locale) |
PageDTO |
PageServiceImpl.findPageByURI(SandBox currentSandbox,
Locale locale,
String uri,
Map<String,Object> ruleDTOs,
boolean secure)
Retrieve the page if one is available for the passed in uri.
|
PageDTO |
PageService.findPageByURI(SandBox currentSandbox,
Locale locale,
String uri,
Map<String,Object> ruleDTOs,
boolean secure)
Looks up the page from the backend datastore.
|
Modifier and Type | Method and Description |
---|---|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByName(SandBox sandBox,
String name,
Locale locale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByName(SandBox sandBox,
String name,
Locale locale)
Pass through function for backwards compatibility to get a list of structured content.
|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByName(SandBox sandBox,
String name,
Locale fullLocale,
Locale languageOnlyLocale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByName(SandBox sandBox,
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(SandBox sandBox,
StructuredContentType type,
String name,
Locale locale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByNameAndType(SandBox sandBox,
StructuredContentType type,
String name,
Locale locale)
Pass through function for backwards compatibility to get a list of structured content.
|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByNameAndType(SandBox sandBox,
StructuredContentType type,
String name,
Locale fullLocale,
Locale languageOnlyLocale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByNameAndType(SandBox sandBox,
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.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale locale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale locale)
Pass through function for backwards compatibility to get a list of structured content.
|
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale fullLocale,
Locale languageOnlyLocale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale fullLocale,
Locale languageOnlyLocale)
Called by the
DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, fullLocale and/or languageOnlyLocale. |
Modifier and Type | Field and Description |
---|---|
protected Locale |
StructuredContentImpl.locale |
Modifier and Type | Method and Description |
---|---|
Locale |
StructuredContentImpl.getLocale() |
Locale |
StructuredContent.getLocale()
Gets the
Locale associated with this content item. |
Modifier and Type | Method and Description |
---|---|
void |
StructuredContentImpl.setLocale(Locale locale) |
void |
StructuredContent.setLocale(Locale locale)
Sets the locale associated with this content item.
|
Modifier and Type | Method and Description |
---|---|
protected Locale |
StructuredContentServiceImpl.findLanguageOnlyLocale(Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected String |
StructuredContentServiceImpl.buildNameKey(SandBox currentSandbox,
Locale locale,
String contentType,
String contentName) |
protected String |
StructuredContentServiceImpl.buildTypeKey(SandBox currentSandbox,
Locale locale,
String contentType) |
protected Locale |
StructuredContentServiceImpl.findLanguageOnlyLocale(Locale locale) |
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByName(SandBox sandBox,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByName(SandBox sandBox,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure)
This method returns content by name only.
|
List<StructuredContentDTO> |
StructuredContentServiceImpl.lookupStructuredContentItemsByName(SandBox sandBox,
StructuredContentType contentType,
String contentName,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByName(SandBox sandBox,
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.lookupStructuredContentItemsByType(SandBox sandBox,
StructuredContentType contentType,
Locale locale,
Integer count,
Map<String,Object> ruleDTOs,
boolean secure) |
List<StructuredContentDTO> |
StructuredContentService.lookupStructuredContentItemsByType(SandBox sandBox,
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. |
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,
org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element) |
Modifier and Type | Method and Description |
---|---|
Locale |
DisplayContentTag.getLocale() |
Modifier and Type | Method and Description |
---|---|
void |
DisplayContentTag.setLocale(Locale locale) |
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 |
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 |
OrderImpl.getLocale() |
Locale |
Order.getLocale() |
Locale |
NullOrderImpl.getLocale() |
Modifier and Type | Method and Description |
---|---|
void |
OrderImpl.setLocale(Locale locale) |
void |
Order.setLocale(Locale locale) |
void |
NullOrderImpl.setLocale(Locale locale) |
Modifier and Type | Field and Description |
---|---|
protected static Locale |
SolrHelperServiceImpl.defaultLocale |
Modifier and Type | Method and Description |
---|---|
Locale |
SolrHelperServiceImpl.getDefaultLocale() |
Locale |
SolrHelperService.getDefaultLocale()
Returns the default locale.
|
Modifier and Type | Method and Description |
---|---|
protected List<Locale> |
SolrIndexServiceImpl.getAllLocales() |
Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
SolrSearchServiceExtensionHandler.addPropertyValues(Product product,
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 |
I18nSolrSearchServiceExtensionHandler.addPropertyValues(Product product,
Field field,
FieldType fieldType,
Map<String,Object> values,
String propertyName,
List<Locale> locales) |
ExtensionResultStatusType |
AbstractSolrSearchServiceExtensionHandler.addPropertyValues(Product product,
Field field,
FieldType fieldType,
Map<String,Object> values,
String propertyName,
List<Locale> locales) |
protected org.apache.solr.common.SolrInputDocument |
SolrIndexServiceImpl.buildDocument(Product product,
List<Field> 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.
|
protected Map<String,Object> |
SolrIndexServiceImpl.getPropertyValues(Product product,
Field field,
FieldType fieldType,
List<Locale> locales)
Returns a map of prefix to value for the requested attributes.
|
Modifier and Type | Field and Description |
---|---|
protected Locale |
CustomerImpl.customerLocale |
Modifier and Type | Method and Description |
---|---|
Locale |
CustomerImpl.getCustomerLocale() |
Locale |
Customer.getCustomerLocale() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerImpl.setCustomerLocale(Locale customerLocale) |
void |
Customer.setCustomerLocale(Locale customerLocale) |
Copyright © 2014. All rights reserved.