|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RatingDO | |
---|---|
org.wso2.carbon.registry.core.jdbc.dao |
Uses of RatingDO in org.wso2.carbon.registry.core.jdbc.dao |
---|
Methods in org.wso2.carbon.registry.core.jdbc.dao that return RatingDO | |
---|---|
RatingDO |
RatingsDAO.getRating(long ratingID)
Method to get a rating corresponding to the given id. |
RatingDO |
RatingsVersionDAO.getRating(long ratingID)
Method to get a rating corresponding to the given id. |
RatingDO |
RatingsDAO.getRatingDO(ResourceImpl resourceImpl,
String userID)
Method to get a rating added by the given user to the given resource. |
RatingDO |
RatingsVersionDAO.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. |
RatingDO[] |
RatingsVersionDAO.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 |
RatingsDAO.addRatings(ResourceImpl resource,
RatingDO[] ratingDOs)
Method to persist ratings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |