Uses of Class
org.broadleafcommerce.cms.page.dto.PageDTO

Packages that use PageDTO
org.broadleafcommerce.cms.page.dto   
org.broadleafcommerce.cms.page.service   
 

Uses of PageDTO in org.broadleafcommerce.cms.page.dto
 

Subclasses of PageDTO in org.broadleafcommerce.cms.page.dto
 class NullPageDTO
          A NullPageDTO is an object that is used by the PageService caching to indicate a "cache-miss".
 

Uses of PageDTO in org.broadleafcommerce.cms.page.service
 

Methods in org.broadleafcommerce.cms.page.service that return PageDTO
protected  PageDTO PageServiceImpl.buildPageDTOInternal(Page page, boolean secure)
           
protected  PageDTO PageServiceImpl.evaluatePageRules(List<PageDTO> pageDTOList, Locale locale, Map<String,Object> ruleDTOs)
           
 PageDTO PageService.findPageByURI(SandBox currentSandbox, Locale locale, String uri, Map<String,Object> ruleDTOs, boolean secure)
          Looks up the page from the backend datastore.
 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.
 

Methods in org.broadleafcommerce.cms.page.service that return types with arguments of type PageDTO
protected  List<PageDTO> PageServiceImpl.buildPageDTOList(List<Page> pageList, boolean secure)
          Converts a list of pages to a list of pageDTOs.
Internally calls buildPageDTO(...).
protected  List<PageDTO> PageServiceImpl.mergePages(List<PageDTO> productionPageList, List<Page> sandboxPageList, boolean secure)
           
 

Methods in org.broadleafcommerce.cms.page.service with parameters of type PageDTO
 boolean PageDefaultRuleProcessor.checkForMatch(PageDTO page, Map<String,Object> vars)
          Returns true if all of the rules associated with the passed in Page item match based on the passed in vars.
 boolean PageRuleProcessor.checkForMatch(PageDTO page, Map<String,Object> valueMap)
          Returns true if the passed in Page is valid according to this rule processor.
protected  boolean PageServiceImpl.passesPageRules(PageDTO page, Map<String,Object> ruleDTOs)
           
 

Method parameters in org.broadleafcommerce.cms.page.service with type arguments of type PageDTO
protected  PageDTO PageServiceImpl.evaluatePageRules(List<PageDTO> pageDTOList, Locale locale, Map<String,Object> ruleDTOs)
           
protected  List<PageDTO> PageServiceImpl.mergePages(List<PageDTO> productionPageList, List<Page> sandboxPageList, boolean secure)
           
 



Copyright © 2013. All Rights Reserved.