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.message   
org.broadleafcommerce.cms.page.message.jms   
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 PageFieldImpl.getPage()
           
 Page PageField.getPage()
           
 

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

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

Methods in org.broadleafcommerce.cms.page.message with parameters of type Page
 void ArchivedPagePublisher.processPageArchive(Page page, String basePageKey)
           
 

Uses of Page in org.broadleafcommerce.cms.page.message.jms
 

Methods in org.broadleafcommerce.cms.page.message.jms with parameters of type Page
 void JMSArchivedPagePublisher.processPageArchive(Page page, String basePageKey)
           
 

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.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 c)
           
 

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.
protected  void PageServiceImpl.productionItemArchived(Page page)
           
 void PageServiceImpl.removePageFromCache(Page p)
          Call to evict an item from the cache.
 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 © 2012. All Rights Reserved.