Uses of Class
ccc.domain.PageEntity

Packages that use PageEntity
ccc.commands Commands available in CCC. 
ccc.domain The core domain model for CCC. 
ccc.persistence   
 

Uses of PageEntity in ccc.commands
 

Methods in ccc.commands that return types with arguments of type PageEntity
 Command<PageEntity> CommandFactory.createPageCommand(java.util.UUID parentId, Page page)
          Create a 'create page' command.
 

Uses of PageEntity in ccc.domain
 

Methods in ccc.domain that return PageEntity
 PageEntity FolderEntity.getFirstPage()
          Accessor method for the first page in this folder.
 PageEntity FolderEntity.getIndexPage()
          Accessor for the index page.
 

Methods in ccc.domain that return types with arguments of type PageEntity
 java.util.List<PageEntity> FolderEntity.getPages()
          Retrieve a list of all the pages in this folder with sort order applied.
 

Methods in ccc.domain with parameters of type PageEntity
 void FolderEntity.setIndexPage(PageEntity indexPage)
          Mutator for the index page.
 

Uses of PageEntity in ccc.persistence
 

Methods in ccc.persistence that return types with arguments of type PageEntity
 java.util.List<PageEntity> ResourceRepository.list(PageCriteria criteria, int pageNo, int pageSize)
          List resources with given criteria.
 java.util.List<PageEntity> ResourceRepository.pages()
          List all pages.
 



Copyright © 2010. All Rights Reserved.