Package | Description |
---|---|
org.wso2.carbon.registry.core.dao | |
org.wso2.carbon.registry.core.jdbc.dao |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RatingsDAO.addRatings(ResourceImpl resource,
RatingDO[] ratingDOs)
Method to persist ratings.
|
Modifier and Type | Method and Description |
---|---|
RatingDO |
JDBCRatingsVersionDAO.getRating(long ratingID)
Method to get a rating corresponding to the given id.
|
RatingDO |
JDBCRatingsDAO.getRating(long ratingID)
Method to get a rating corresponding to the given id.
|
RatingDO |
JDBCRatingsVersionDAO.getRatingDO(ResourceImpl resourceImpl,
String userID)
Method to get a rating added by the given user to the given resource.
|
RatingDO |
JDBCRatingsDAO.getRatingDO(ResourceImpl resourceImpl,
String userID) |
RatingDO[] |
JDBCRatingsVersionDAO.getResourceRatingDO(ResourceImpl resourceImpl)
Method to get ratings added by all users to the given resource.
|
RatingDO[] |
JDBCRatingsDAO.getResourceRatingDO(ResourceImpl resourceImpl) |
Modifier and Type | Method and Description |
---|---|
void |
JDBCRatingsDAO.addRatings(ResourceImpl resource,
RatingDO[] ratingDOs) |
Copyright © 2015 WSO2 Inc. All Rights Reserved.