Uses of Interface
org.broadleafcommerce.common.locale.domain.Locale
Packages that use Locale
Package
Description
-
Uses of Locale in org.broadleafcommerce.cms.page.dao
Methods in org.broadleafcommerce.cms.page.dao with parameters of type LocaleModifier and TypeMethodDescriptionPageDao.findPageByURI
(Locale locale, String uri) PageDao.findPageByURI
(Locale fullLocale, Locale languageOnlyLocale, String uri) PageDaoImpl.findPageByURI
(Locale locale, String uri) PageDaoImpl.findPageByURI
(Locale fullLocale, Locale languageOnlyLocale, String uri) -
Uses of Locale in org.broadleafcommerce.cms.page.domain
Fields in org.broadleafcommerce.cms.page.domain declared as LocaleMethods in org.broadleafcommerce.cms.page.domain that return LocaleModifier and TypeMethodDescriptionPageTemplate.getLocale()
Deprecated.in favor of translating individual fieldsPageTemplateImpl.getLocale()
Methods in org.broadleafcommerce.cms.page.domain with parameters of type Locale -
Uses of Locale in org.broadleafcommerce.cms.page.service
Methods in org.broadleafcommerce.cms.page.service that return LocaleModifier and TypeMethodDescriptionprotected Locale
PageServiceImpl.findLanguageOnlyLocale
(Locale locale) Methods in org.broadleafcommerce.cms.page.service with parameters of type LocaleModifier and TypeMethodDescriptionprotected void
PageServiceImpl.addPageListToCache
(List<PageDTO> pageList, String identifier, Locale locale, boolean secure) protected String
PageService.buildPageDTOList
(List<Page> pageList, boolean secure, String identifier, Locale locale) PageServiceImpl.buildPageDTOList
(List<Page> pageList, boolean secure, String identifier, Locale locale) 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) Looks up the page from the backend datastore.PageServiceImpl.findPageByURI
(Locale locale, String uri, Map<String, Object> ruleDTOs, boolean secure) PageServiceImpl.getCachedPageDTOList
(List<Page> pageList, String identifier, Locale locale, boolean secure) PageServiceImpl.getPageDTOListForURI
(Locale locale, String uri, boolean secure) protected boolean
PageServiceImpl.isNullPageCached
(Locale locale, String uri, boolean secure) -
Uses of Locale in org.broadleafcommerce.cms.structure.dao
Methods in org.broadleafcommerce.cms.structure.dao with parameters of type LocaleModifier and TypeMethodDescriptionStructuredContentDao.findActiveStructuredContentByName
(String name, Locale locale) Pass through function for backwards compatibility to get a list of structured content.StructuredContentDao.findActiveStructuredContentByName
(String name, Locale fullLocale, Locale languageOnlyLocale) Called by theDisplayContentTag
to locate content based on the current SandBox, StructuredContentType, Name, fullLocale and/or languageOnlyLocale.StructuredContentDaoImpl.findActiveStructuredContentByName
(String name, Locale locale) StructuredContentDaoImpl.findActiveStructuredContentByName
(String name, Locale fullLocale, Locale languageOnlyLocale) StructuredContentDao.findActiveStructuredContentByNameAndType
(StructuredContentType type, String name, Locale locale) Pass through function for backwards compatibility to get a list of structured content.StructuredContentDao.findActiveStructuredContentByNameAndType
(StructuredContentType type, String name, Locale fullLocale, Locale languageOnlyLocale) Called by theDisplayContentTag
to locate content based on the current SandBox, StructuredContentType, Name, fullLocale and/or languageOnlyLocale.StructuredContentDaoImpl.findActiveStructuredContentByNameAndType
(StructuredContentType type, String name, Locale locale) StructuredContentDaoImpl.findActiveStructuredContentByNameAndType
(StructuredContentType type, String name, Locale fullLocale, Locale languageOnlyLocale) StructuredContentDao.findActiveStructuredContentByType
(StructuredContentType type, Locale locale) Pass through function for backwards compatibility to get a list of structured content.StructuredContentDao.findActiveStructuredContentByType
(StructuredContentType type, Locale fullLocale, Locale languageOnlyLocale) Called by theDisplayContentTag
to locate content based on the current SandBox, StructuredContentType, fullLocale and/or languageOnlyLocale.StructuredContentDaoImpl.findActiveStructuredContentByType
(StructuredContentType type, Locale locale) StructuredContentDaoImpl.findActiveStructuredContentByType
(StructuredContentType type, Locale fullLocale, Locale languageOnlyLocale) -
Uses of Locale in org.broadleafcommerce.cms.structure.domain
Fields in org.broadleafcommerce.cms.structure.domain declared as LocaleMethods in org.broadleafcommerce.cms.structure.domain that return LocaleModifier and TypeMethodDescriptionStructuredContent.getLocale()
Gets theLocale
associated with this content item.StructuredContentImpl.getLocale()
Methods in org.broadleafcommerce.cms.structure.domain with parameters of type Locale -
Uses of Locale in org.broadleafcommerce.cms.structure.service
Methods in org.broadleafcommerce.cms.structure.service that return LocaleModifier and TypeMethodDescriptionStructuredContentService.findLanguageOnlyLocale
(Locale locale) StructuredContentServiceImpl.findLanguageOnlyLocale
(Locale locale) Methods in org.broadleafcommerce.cms.structure.service with parameters of type LocaleModifier and TypeMethodDescriptionprotected 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.StructuredContentService.buildTypeKey
(SandBox currentSandbox, Long site, Locale locale, String contentType) StructuredContentServiceImpl.buildTypeKey
(SandBox currentSandbox, Long site, Locale locale, String contentType) StructuredContentService.buildTypeKeyWithSecure
(SandBox currentSandbox, Long site, Locale locale, String contentType, Boolean secure) Builds the cache key for DTOLists based on the SC Type.StructuredContentServiceImpl.buildTypeKeyWithSecure
(SandBox currentSandbox, Long site, Locale locale, String contentType, Boolean secure) StructuredContentService.findLanguageOnlyLocale
(Locale locale) StructuredContentServiceImpl.findLanguageOnlyLocale
(Locale locale) StructuredContentService.getStructuredContentItemsByContentName
(String contentName, Locale locale, boolean isSecure) First attempts to retrieveStructuredContentDTO
from cache before making calls to databaseStructuredContentServiceImpl.getStructuredContentItemsByContentName
(String contentName, Locale locale, boolean secure) StructuredContentService.lookupStructuredContentItemsByName
(String contentName, Locale locale, Integer count, Map<String, Object> ruleDTOs, boolean secure) This method returns content by name only.StructuredContentService.lookupStructuredContentItemsByName
(StructuredContentType contentType, String contentName, Locale locale, Integer count, Map<String, Object> ruleDTOs, boolean secure) This method returns content by name and type.StructuredContentServiceImpl.lookupStructuredContentItemsByName
(String contentName, Locale locale, Integer count, Map<String, Object> ruleDTOs, boolean secure) StructuredContentServiceImpl.lookupStructuredContentItemsByName
(StructuredContentType contentType, String contentName, Locale locale, Integer count, Map<String, Object> ruleDTOs, boolean secure) 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.StructuredContentServiceImpl.lookupStructuredContentItemsByType
(StructuredContentType contentType, Locale locale, Integer count, Map<String, Object> ruleDTOs, boolean secure) -
Uses of Locale in org.broadleafcommerce.cms.web.processor
Methods in org.broadleafcommerce.cms.web.processor with parameters of type LocaleModifier and TypeMethodDescriptionprotected List<StructuredContentDTO>
ContentProcessor.getContentItems
(String contentName, Integer maxResults, jakarta.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) -
Uses of Locale in org.broadleafcommerce.common.event
Methods in org.broadleafcommerce.common.event that return Locale -
Uses of Locale in org.broadleafcommerce.common.locale.dao
Methods in org.broadleafcommerce.common.locale.dao that return LocaleModifier and TypeMethodDescriptionLocaleDao.findDefaultLocale()
Returns the page template with the passed in id.LocaleDaoImpl.findDefaultLocale()
Returns the page template with the passed in id.LocaleDao.findLocaleByCode
(String localeCode) LocaleDaoImpl.findLocaleByCode
(String localeCode) Methods in org.broadleafcommerce.common.locale.dao that return types with arguments of type LocaleModifier and TypeMethodDescriptionLocaleDao.findAllLocales()
Returns all supported BLC locales.LocaleDaoImpl.findAllLocales()
Returns all supported BLC locales.Methods in org.broadleafcommerce.common.locale.dao with parameters of type Locale -
Uses of Locale in org.broadleafcommerce.common.locale.domain
Classes in org.broadleafcommerce.common.locale.domain that implement Locale -
Uses of Locale in org.broadleafcommerce.common.locale.service
Methods in org.broadleafcommerce.common.locale.service that return LocaleModifier and TypeMethodDescriptionLocaleService.findDefaultLocale()
LocaleServiceImpl.findDefaultLocale()
LocaleService.findLocaleByCode
(String localeCode) LocaleServiceImpl.findLocaleByCode
(String localeCode) Persists the given localeMethods in org.broadleafcommerce.common.locale.service that return types with arguments of type LocaleModifier and TypeMethodDescriptionLocaleService.findAllLocales()
LocaleServiceImpl.findAllLocales()
Methods in org.broadleafcommerce.common.locale.service with parameters of type Locale -
Uses of Locale in org.broadleafcommerce.common.locale.util
Methods in org.broadleafcommerce.common.locale.util with parameters of type Locale -
Uses of Locale in org.broadleafcommerce.common.site.domain
Fields in org.broadleafcommerce.common.site.domain declared as LocaleMethods in org.broadleafcommerce.common.site.domain that return LocaleModifier and TypeMethodDescriptionSite.getDefaultLocale()
used for default localeSiteImpl.getDefaultLocale()
Methods in org.broadleafcommerce.common.site.domain with parameters of type LocaleModifier and TypeMethodDescriptionvoid
Site.setDefaultLocale
(Locale defaultLocale) Sets the site default locale.void
SiteImpl.setDefaultLocale
(Locale defaultLocale) -
Uses of Locale in org.broadleafcommerce.common.web
Fields in org.broadleafcommerce.common.web declared as LocaleMethods in org.broadleafcommerce.common.web that return LocaleModifier and TypeMethodDescriptionBroadleafRequestContext.getLocale()
BroadleafLocaleResolver.resolveLocale
(jakarta.servlet.http.HttpServletRequest request) Deprecated.BroadleafLocaleResolver.resolveLocale
(org.springframework.web.context.request.WebRequest request) BroadleafLocaleResolverImpl.resolveLocale
(jakarta.servlet.http.HttpServletRequest request) BroadleafLocaleResolverImpl.resolveLocale
(org.springframework.web.context.request.WebRequest request) Methods in org.broadleafcommerce.common.web with parameters of type LocaleModifier and TypeMethodDescriptionstatic Locale
BroadleafRequestContext.convertLocaleToJavaLocale
(Locale broadleafLocale) void
-
Uses of Locale in org.broadleafcommerce.core.order.domain
Fields in org.broadleafcommerce.core.order.domain declared as LocaleMethods in org.broadleafcommerce.core.order.domain that return LocaleModifier and TypeMethodDescriptionNullOrderImpl.getLocale()
Order.getLocale()
OrderImpl.getLocale()
Methods in org.broadleafcommerce.core.order.domain with parameters of type Locale -
Uses of Locale in org.broadleafcommerce.core.promotionMessage.domain
Fields in org.broadleafcommerce.core.promotionMessage.domain declared as LocaleMethods in org.broadleafcommerce.core.promotionMessage.domain that return LocaleMethods in org.broadleafcommerce.core.promotionMessage.domain with parameters of type Locale -
Uses of Locale in org.broadleafcommerce.core.search.service.solr
Fields in org.broadleafcommerce.core.search.service.solr declared as LocaleMethods in org.broadleafcommerce.core.search.service.solr that return LocaleModifier and TypeMethodDescriptionSolrHelperService.getDefaultLocale()
Returns the default locale.SolrHelperServiceImpl.getDefaultLocale()
-
Uses of Locale in org.broadleafcommerce.core.search.service.solr.index
Methods in org.broadleafcommerce.core.search.service.solr.index that return types with arguments of type LocaleModifier and TypeMethodDescriptionSolrIndexService.getAllLocales()
SolrIndexServiceImpl.getAllLocales()
Method parameters in org.broadleafcommerce.core.search.service.solr.index with type arguments of type LocaleModifier and TypeMethodDescriptionAbstractSolrIndexServiceExtensionHandler.addPropertyValues
(Indexable indexable, Field field, FieldType fieldType, Map<String, Object> values, String propertyName, List<Locale> locales) I18nSolrIndexServiceExtensionHandler.addPropertyValues
(Indexable indexable, Field field, FieldType fieldType, Map<String, Object> values, String propertyName, List<Locale> locales) 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.SolrIndexServiceImpl.getPropertyValues
(Indexable indexedItem, Field field, FieldType fieldType, List<Locale> locales) Returns a map of prefix to value for the requested attributes. -
Uses of Locale in org.broadleafcommerce.core.search.service.solr.indexer
Methods in org.broadleafcommerce.core.search.service.solr.indexer that return types with arguments of type LocaleMethod parameters in org.broadleafcommerce.core.search.service.solr.indexer with type arguments of type Locale -
Uses of Locale in org.broadleafcommerce.profile.core.domain
Fields in org.broadleafcommerce.profile.core.domain declared as LocaleMethods in org.broadleafcommerce.profile.core.domain that return LocaleMethods in org.broadleafcommerce.profile.core.domain with parameters of type LocaleModifier and TypeMethodDescriptionvoid
Customer.setCustomerLocale
(Locale customerLocale) void
CustomerImpl.setCustomerLocale
(Locale customerLocale)