Uses of Interface
org.broadleafcommerce.cms.page.domain.Page

Packages that use Page
org.broadleafcommerce.cms.page.dao   
org.broadleafcommerce.cms.page.domain   
org.broadleafcommerce.cms.page.service   
 

Uses of Page in org.broadleafcommerce.cms.page.dao
 

Methods in org.broadleafcommerce.cms.page.dao that return Page
 Page PageDaoImpl.addPage(Page clonedPage)
           
 Page PageDao.addPage(Page clonedPage)
           
 Page PageDaoImpl.findPageByURI(SandBox sandBox, Locale locale, String uri)
           
 Page PageDao.findPageByURI(SandBox sandBox, Locale locale, String uri)
           
 Page PageDaoImpl.readPageById(Long id)
           
 Page PageDao.readPageById(Long id)
           
 Page PageDaoImpl.updatePage(Page page)
           
 Page PageDao.updatePage(Page page)
           
 

Methods in org.broadleafcommerce.cms.page.dao with parameters of type Page
 Page PageDaoImpl.addPage(Page clonedPage)
           
 Page PageDao.addPage(Page clonedPage)
           
 void PageDaoImpl.delete(Page page)
           
 void PageDao.delete(Page page)
           
 void PageDaoImpl.detachPage(Page page)
           
 void PageDao.detachPage(Page page)
           
 Map<String,PageField> PageDaoImpl.readPageFieldsByPage(Page page)
           
 Map<String,PageField> PageDao.readPageFieldsByPage(Page page)
           
 Page PageDaoImpl.updatePage(Page page)
           
 Page PageDao.updatePage(Page page)
           
 

Uses of Page in org.broadleafcommerce.cms.page.domain
 

Classes in org.broadleafcommerce.cms.page.domain that implement Page
 class PageImpl
          Created by bpolster.
 

Fields in org.broadleafcommerce.cms.page.domain declared as Page
protected  Page PageFieldImpl.page
           
 

Methods in org.broadleafcommerce.cms.page.domain that return Page
 Page Page.cloneEntity()
           
 Page PageImpl.cloneEntity()
           
 Page PageField.getPage()
           
 Page PageFieldImpl.getPage()
           
 

Methods in org.broadleafcommerce.cms.page.domain with parameters of type Page
 void PageField.setPage(Page page)
           
 void PageFieldImpl.setPage(Page page)
           
 

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

Methods in org.broadleafcommerce.cms.page.service that return Page
 Page PageService.addPage(Page page, SandBox destinationSandbox)
          This method is intended to be called from within the CMS admin only.
 Page PageServiceImpl.addPage(Page page, SandBox destinationSandbox)
          This method is intended to be called from within the CMS admin only.
 Page PageService.findPageById(Long pageId)
          Returns the page with the passed in id.
 Page PageServiceImpl.findPageById(Long pageId)
          Returns the page with the passed in id.
 Page PageService.findPageByURI(SandBox currentSandbox, Locale locale, String uri)
          Retrieve the page if one is available for the passed in uri.
 Page PageServiceImpl.findPageByURI(SandBox currentSandbox, Locale locale, String uri)
          Retrieve the page if one is available for the passed in uri.
 Page PageService.updatePage(Page page, SandBox sandbox)
          This method is intended to be called from within the CMS admin only.
 Page PageServiceImpl.updatePage(Page page, SandBox destSandbox)
          This method is intended to be called from within the CMS admin only.
 

Methods in org.broadleafcommerce.cms.page.service that return types with arguments of type Page
 List<Page> PageService.findPages(SandBox sandBox, org.hibernate.Criteria criteria)
           
 List<Page> PageServiceImpl.findPages(SandBox sandbox, org.hibernate.Criteria criteria)
           
 

Methods in org.broadleafcommerce.cms.page.service with parameters of type Page
 Page PageService.addPage(Page page, SandBox destinationSandbox)
          This method is intended to be called from within the CMS admin only.
 Page PageServiceImpl.addPage(Page page, SandBox destinationSandbox)
          This method is intended to be called from within the CMS admin only.
 void PageService.deletePage(Page page, SandBox destinationSandbox)
          If deleting and item where page.originalPageId != null then the item is deleted from the database.
 void PageServiceImpl.deletePage(Page page, SandBox destinationSandbox)
          If deleting and item where page.originalPageId != null then the item is deleted from the database.
 Page PageService.updatePage(Page page, SandBox sandbox)
          This method is intended to be called from within the CMS admin only.
 Page PageServiceImpl.updatePage(Page page, SandBox destSandbox)
          This method is intended to be called from within the CMS admin only.
 



Copyright © 2011. All Rights Reserved.