Uses of Class
de.uka.ipd.consensus.foundation.rating.RatingManagerException

Packages that use RatingManagerException
de.uka.ipd.consensus.foundation.rating   
de.uka.ipd.consensus.foundation.schema Start here for data model interfaces. 
de.uka.ipd.consensus.impl   
 

Uses of RatingManagerException in de.uka.ipd.consensus.foundation.rating
 

Subclasses of RatingManagerException in de.uka.ipd.consensus.foundation.rating
 class RatingManagerDuplicateRatingException
           
 class RatingManagerRatingInUseException
           
 

Methods in de.uka.ipd.consensus.foundation.rating that throw RatingManagerException
 Rating RatingManager.createRating(User creator, double value)
          Creates a new rating with the given user as the creator ("owner" of the rating).
 void RatingManager.addRating(Topic rated, Rating rating)
          Adds the given rating to the given topic.
 void RatingManager.addRating(Attribute rated, Rating rating)
          Adds the given rating to the given attribute.
 void RatingManager.addRating(Association rated, Rating rating)
          Adds the given rating to the given association.
 void RatingManager.addRating(User rated, Rating rating)
          Adds the given rating to the given user.
 void RatingManager.removeRating(User remover, Rating rating)
          Removes a rating and its history if it is assigned to a rateable element (otherwise this call is ignored).
 void RatingManager.deleteRatings(Topic topic)
          If a topic is deleted permanently from the ontology, this method can be used to remove the ratings that were added to the topic, too (including historical values).
 void RatingManager.deleteRatings(Attribute attribute)
          If an attribute is deleted permanently from the ontology, this method can be used to remove the ratings that were added to the attribute, too (including historical values).
 void RatingManager.deleteRatings(Association association)
          If an association is deleted permanently from the ontology, this method can be used to remove the ratings that were added to the association, too (including historical values).
 void RatingManager.deleteRatings(User user)
          If a user is deleted permanently from the ontology and user database, this method can be used to remove the ratings that were added to the user, too (including historical values).
 

Uses of RatingManagerException in de.uka.ipd.consensus.foundation.schema
 

Methods in de.uka.ipd.consensus.foundation.schema that throw RatingManagerException
 Rating Rateable.addRating(User rater, double value)
          Adds a rating for the given user to this element.
 

Uses of RatingManagerException in de.uka.ipd.consensus.impl
 

Methods in de.uka.ipd.consensus.impl that throw RatingManagerException
 Rating AssociationImpl.addRating(User rater, double value)
           
 Rating AttributeImpl.addRating(User rater, double value)
           
 Rating SQLRatingManagerImpl.createRating(User creator, double value)
           
 void SQLRatingManagerImpl.removeRating(User remover, Rating rating)
           
 void SQLRatingManagerImpl.addRating(Topic rated, Rating rating)
           
 void SQLRatingManagerImpl.addRating(Attribute rated, Rating rating)
           
 void SQLRatingManagerImpl.addRating(Association rated, Rating rating)
           
 void SQLRatingManagerImpl.addRating(User rated, Rating rating)
           
 void SQLRatingManagerImpl.deleteRatings(Topic topic)
           
 void SQLRatingManagerImpl.deleteRatings(Attribute attribute)
           
 void SQLRatingManagerImpl.deleteRatings(Association association)
           
 void SQLRatingManagerImpl.deleteRatings(User user)
           
 Rating SuperSubclassImpl.addRating(User rater, double value)
           
 Rating SynonymImpl.addRating(User rater, double value)
           
 Rating TM4JRatingManagerImpl.createRating(User creator, double value)
          Deprecated.  
 void TM4JRatingManagerImpl.addRating(Topic rated, Rating rating)
          Deprecated.  
 void TM4JRatingManagerImpl.addRating(User rated, Rating rating)
          Deprecated.  
 void TM4JRatingManagerImpl.addRating(Attribute rated, Rating rating)
          Deprecated.  
 void TM4JRatingManagerImpl.addRating(Association rated, Rating rating)
          Deprecated.  
 void TM4JRatingManagerImpl.removeRating(User remover, Rating rating)
          Deprecated.  
 void TM4JRatingManagerImpl.deleteRatings(Topic topic)
          Deprecated.  
 void TM4JRatingManagerImpl.deleteRatings(Attribute attribute)
          Deprecated.  
 void TM4JRatingManagerImpl.deleteRatings(Association association)
          Deprecated.  
 void TM4JRatingManagerImpl.deleteRatings(User user)
          Deprecated.  
 Rating TopicImpl.addRating(User rater, double value)
           
 Rating TypeInstanceImpl.addRating(User rater, double value)
           
 Rating UserImpl.addRating(User rater, double value)