Uses of Class
com.jalios.jcms.AbstractReview

Packages that use AbstractReview
com.jalios.jcms Contains the core JCMS classes. 
 

Uses of AbstractReview in com.jalios.jcms
 

Methods in com.jalios.jcms that return AbstractReview
 AbstractReview Publication.getReview(Member author)
          Retrieves the review written by the given author and bound to this publication.
 AbstractReview ReviewManager.getReview(Publication pub, Member author)
          Returns the review written by the given author and bound to the given publication.
 

Methods in com.jalios.jcms that return types with arguments of type AbstractReview
 List<AbstractReview> Publication.getReviewList()
          Retrieves all the reviews bound to this publication.
 List<AbstractReview> Publication.getReviewList(Member mbr)
          Retrieves all the reviews bound to this publication that the given member can access.
 List<AbstractReview> ReviewManager.getReviewList(Publication pub)
          Returns all the reviews bound to the given publication.
 List<AbstractReview> ReviewManager.getReviewList(Publication pub, Member mbr)
          Returns all the reviews bound to the given publication the given member can access.
 

Constructors in com.jalios.jcms with parameters of type AbstractReview
AbstractReview(AbstractReview other)
           
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.