Uses of Class
org.sciplore.resources.Feedback

Packages that use Feedback
org.sciplore.resources   
 

Uses of Feedback in org.sciplore.resources
 

Methods in org.sciplore.resources that return Feedback
 Feedback Feedback.getParent()
           
static Feedback Feedback.sync(Feedback feedback)
           
 

Methods in org.sciplore.resources that return types with arguments of type Feedback
 Set<Feedback> Feedback.getChildren()
           
 Set<Feedback> User.getFeedbacks()
           
 Set<Feedback> Document.getFeedbacks()
          Returns the feedbacks.
 

Methods in org.sciplore.resources with parameters of type Feedback
 void Feedback.setParent(Feedback parent)
           
static Feedback Feedback.sync(Feedback feedback)
           
 

Method parameters in org.sciplore.resources with type arguments of type Feedback
 void Feedback.setChildren(Set<Feedback> children)
           
 void User.setFeedbacks(Set<Feedback> feedbacks)
           
 void Document.setFeedbacks(Set<Feedback> feedbacks)
          Sets the feedbacks.