Uses of Class
com.silverpeas.blog.model.Category

Packages that use Category
com.silverpeas.blog.control   
com.silverpeas.blog.model   
 

Uses of Category in com.silverpeas.blog.control
 

Methods in com.silverpeas.blog.control that return Category
 Category DefaultBlogService.getCategory(com.stratelia.webactiv.util.node.model.NodePK pk)
           
 Category BlogService.getCategory(com.stratelia.webactiv.util.node.model.NodePK nodePK)
           
 Category BlogSessionController.getCategory(String categoryId)
           
 

Methods in com.silverpeas.blog.control with parameters of type Category
 void BlogSessionController.createCategory(Category category)
           
 String DefaultBlogService.createCategory(Category category)
           
 String BlogService.createCategory(Category category)
           
 void BlogSessionController.updateCategory(Category category)
           
 void DefaultBlogService.updateCategory(Category category)
           
 void BlogService.updateCategory(Category category)
           
 

Uses of Category in com.silverpeas.blog.model
 

Methods in com.silverpeas.blog.model that return Category
 Category PostDetail.getCategory()
           
 

Methods in com.silverpeas.blog.model with parameters of type Category
 void PostDetail.setCategory(Category category)
           
 

Constructors in com.silverpeas.blog.model with parameters of type Category
PostDetail(com.stratelia.webactiv.util.publication.model.PublicationDetail publication, Category category, int nbComments)
           
PostDetail(com.stratelia.webactiv.util.publication.model.PublicationDetail publication, Category category, int nbComments, Date dateEvent)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.