Uses of Class
org.jasig.portlet.cms.model.Post

Packages that use Post
org.jasig.portlet.cms.model.repository   
 

Uses of Post in org.jasig.portlet.cms.model.repository
 

Methods in org.jasig.portlet.cms.model.repository that return Post
 Post JcrPostDao.create(Post entity)
           
 Post JcrPostDao.create(String arg0, Post arg1)
           
 Post JcrPostDao.get(String path)
           
 Post RepositoryDao.getPost(String nodeName)
           
 Post JcrRepositoryDao.getPost(String nodeName)
           
 

Methods in org.jasig.portlet.cms.model.repository that return types with arguments of type Post
 List<Post> JcrPostDao.findAll(RepositorySearchOptions options)
           
 Collection<Post> RepositoryDao.search(RepositorySearchOptions options)
           
 Collection<Post> JcrRepositoryDao.search(RepositorySearchOptions options)
           
 

Methods in org.jasig.portlet.cms.model.repository with parameters of type Post
 Post JcrPostDao.create(Post entity)
           
 Post JcrPostDao.create(String arg0, Post arg1)
           
 void RepositoryDao.setPost(Post post)
           
 void JcrRepositoryDao.setPost(Post post)
           
 String JcrPostDao.update(Post entity)
           
 String JcrPostDao.update(Post arg0, String arg1, int arg2)
           
 



Copyright © 2011 uPortal Jasig Community. All Rights Reserved.