Uses of Class
org.wso2.carbon.registry.core.jdbc.dataobjects.RatingDO

Packages that use RatingDO
org.wso2.carbon.registry.core.dao   
org.wso2.carbon.registry.core.jdbc.dao   
 

Uses of RatingDO in org.wso2.carbon.registry.core.dao
 

Methods in org.wso2.carbon.registry.core.dao that return RatingDO
 RatingDO RatingsDAO.getRatingDO(ResourceImpl resourceImpl, String userID)
          Method to get a rating added by the given user to the given resource.
 RatingDO[] RatingsDAO.getResourceRatingDO(ResourceImpl resourceImpl)
          Method to get ratings added by all users to the given resource.
 

Methods in org.wso2.carbon.registry.core.dao with parameters of type RatingDO
 void RatingsDAO.addRatings(ResourceImpl resource, RatingDO[] ratingDOs)
          Method to persist ratings.
 

Uses of RatingDO in org.wso2.carbon.registry.core.jdbc.dao
 

Methods in org.wso2.carbon.registry.core.jdbc.dao that return RatingDO
 RatingDO JDBCRatingsDAO.getRating(long ratingID)
          Method to get a rating corresponding to the given id.
 RatingDO JDBCRatingsVersionDAO.getRating(long ratingID)
          Method to get a rating corresponding to the given id.
 RatingDO JDBCRatingsDAO.getRatingDO(ResourceImpl resourceImpl, String userID)
           
 RatingDO JDBCRatingsVersionDAO.getRatingDO(ResourceImpl resourceImpl, String userID)
          Method to get a rating added by the given user to the given resource.
 RatingDO[] JDBCRatingsDAO.getResourceRatingDO(ResourceImpl resourceImpl)
           
 RatingDO[] JDBCRatingsVersionDAO.getResourceRatingDO(ResourceImpl resourceImpl)
          Method to get ratings added by all users to the given resource.
 

Methods in org.wso2.carbon.registry.core.jdbc.dao with parameters of type RatingDO
 void JDBCRatingsDAO.addRatings(ResourceImpl resource, RatingDO[] ratingDOs)
           
 



Copyright © 2011 WSO2 Inc. All Rights Reserved.