| Modifier and Type | Field and Description | 
|---|---|
| protected PageDTO | PageServiceImpl. NULL_PAGE | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<RuleProcessor<PageDTO>> | PageServiceImpl. pageRuleProcessors | 
| Modifier and Type | Method and Description | 
|---|---|
| PageDTO | PageServiceUtility. buildPageDTO(Page page,
            boolean secure) | 
| protected PageDTO | PageServiceImpl. evaluatePageRules(List<PageDTO> pageDTOList,
                 Locale locale,
                 Map<String,Object> ruleDTOs) | 
| 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) | 
| PageDTO | PageServiceUtility. hydrateForeignLookups(PageDTO page) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 List<PageDTO> | PageServiceImpl. copyDTOList(List<PageDTO> dtoList) | 
| 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 List<PageDTO> | PageServiceImpl. getPageListFromCache(String key) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PageServiceUtility. addPageFieldToDTO(Page page,
                 boolean secure,
                 PageDTO pageDTO,
                 String fieldKey) | 
| void | PageServiceUtility. addPageFieldToDTO(Page page,
                 boolean secure,
                 PageDTO pageDTO,
                 String fieldKey,
                 String originalValue) | 
| boolean | PageDefaultRuleProcessor. checkForMatch(PageDTO page,
             Map<String,Object> vars)Returns true if all of the rules associated with the passed in  Pageitem match based on the passed in vars. | 
| PageDTO | PageServiceUtility. hydrateForeignLookups(PageDTO page) | 
| ExtensionResultStatusType | PageServiceExtensionHandler. overridePageDto(ExtensionResultHolder<PageDTO> erh,
               PageDTO pageDto,
               Page page)This method provides the opportunity to modify the page fields associated with the pageDto 
  ExtensionResultHolder. | 
| ExtensionResultStatusType | AbstractPageServiceExtensionHandler. overridePageDto(ExtensionResultHolder<PageDTO> erh,
               PageDTO pageDto,
               Page page) | 
| protected boolean | PageServiceImpl. passesPageRules(PageDTO page,
               Map<String,Object> ruleDTOs) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | PageServiceImpl. addPageListToCache(List<PageDTO> pageList,
                  String identifier,
                  Locale locale,
                  boolean secure) | 
| protected void | PageServiceImpl. addPageListToPageDTOList(List<Page> pageList,
                        boolean secure,
                        List<PageDTO> dtoList) | 
| protected List<PageDTO> | PageServiceImpl. copyDTOList(List<PageDTO> dtoList) | 
| protected PageDTO | PageServiceImpl. evaluatePageRules(List<PageDTO> pageDTOList,
                 Locale locale,
                 Map<String,Object> ruleDTOs) | 
| ExtensionResultStatusType | PageServiceExtensionHandler. overridePageDto(ExtensionResultHolder<PageDTO> erh,
               PageDTO pageDto,
               Page page)This method provides the opportunity to modify the page fields associated with the pageDto 
  ExtensionResultHolder. | 
| ExtensionResultStatusType | AbstractPageServiceExtensionHandler. overridePageDto(ExtensionResultHolder<PageDTO> erh,
               PageDTO pageDto,
               Page page) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DeepLinkService<PageDTO> | BroadleafPageController. deepLinkService | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NullPageDTOA NullPageDTO is an object that is used by the PageService caching to indicate a "cache-miss". | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PageDTO. copy(PageDTO original) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | PageCartRuleProcessor. checkForMatch(PageDTO page,
             Map<String,Object> valueMap)Expects to find a valid "Customer" in the valueMap. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,String> | SeoVariableExpression. getMetaProperties(PageDTO page) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,String> | SeoPropertyGenerator. gatherSeoProperties(PageDTO page) | 
| Map<String,String> | AbstractSeoPropertyGenerator. gatherSeoProperties(PageDTO page) | 
| Map<String,String> | BasicSeoPropertyGeneratorImpl. gatherSeoProperties(PageDTO page) | 
| String | SeoDefaultPropertyServiceImpl. getDescription(PageDTO page) | 
| String | SeoDefaultPropertyService. getDescription(PageDTO page) | 
| String | SeoDefaultPropertyServiceImpl. getImage(PageDTO page) | 
| String | SeoDefaultPropertyService. getImage(PageDTO page) | 
| Map<String,String> | SeoPropertyServiceImpl. getSeoProperties(PageDTO page) | 
| Map<String,String> | SeoPropertyService. getSeoProperties(PageDTO page)Returns a Map | 
| protected Map<String,String> | AbstractSeoPropertyGenerator. getSimpleProperties(PageDTO page) | 
| String | SeoDefaultPropertyServiceImpl. getTitle(PageDTO page) | 
| String | SeoDefaultPropertyService. getTitle(PageDTO page) | 
| String | SeoDefaultPropertyServiceImpl. getType(PageDTO page) | 
| String | SeoDefaultPropertyService. getType(PageDTO page) | 
| String | SeoDefaultPropertyServiceImpl. getUrl(PageDTO page) | 
| String | SeoDefaultPropertyService. getUrl(PageDTO page) | 
Copyright © 2020. All rights reserved.