|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
java.lang.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,
java.lang.String userID)
|
RatingDO |
JDBCRatingsVersionDAO.getRatingDO(ResourceImpl resourceImpl,
java.lang.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |