Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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)
Called by the
DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, Name, and Locale. |
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByNameAndType(SandBox sandBox,
StructuredContentType type,
String name,
Locale locale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByNameAndType(SandBox sandBox,
StructuredContentType type,
String name,
Locale locale)
Called by the
DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, Name, and Locale. |
List<StructuredContent> |
StructuredContentDaoImpl.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale locale) |
List<StructuredContent> |
StructuredContentDao.findActiveStructuredContentByType(SandBox sandBox,
StructuredContentType type,
Locale locale)
Called by the
DisplayContentTag to locate content based
on the current SandBox, StructuredContentType, and Locale. |
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 |
---|---|
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 |
---|---|
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()
Returns the page template with the passed in id.
|
Locale |
LocaleService.findDefaultLocale()
Returns the page template with the passed in id.
|
Locale |
LocaleServiceImpl.findLocaleByCode(String localeCode) |
Locale |
LocaleService.findLocaleByCode(String localeCode) |
Locale |
LocaleServiceImpl.save(Locale locale) |
Locale |
LocaleService.save(Locale locale) |
Modifier and Type | Method and Description |
---|---|
List<Locale> |
LocaleServiceImpl.findAllLocales()
Returns list of supported locales.
|
List<Locale> |
LocaleService.findAllLocales()
Returns the page template with the passed in id.
|
Modifier and Type | Method and Description |
---|---|
Locale |
LocaleServiceImpl.save(Locale locale) |
Locale |
LocaleService.save(Locale 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) |
Modifier and Type | Method and Description |
---|---|
void |
BroadleafRequestContext.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 |
---|---|
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 © 2013. All rights reserved.