|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RaterRatingPK | |
|---|---|
| com.silverpeas.notation.ejb | |
| com.silverpeas.notation.model | |
| Uses of RaterRatingPK in com.silverpeas.notation.ejb |
|---|
| Methods in com.silverpeas.notation.ejb with parameters of type RaterRatingPK | |
|---|---|
void |
RatingBmEJB.deleteRaterRating(RaterRatingPK pk)
|
void |
RatingBm.deleteRaterRating(RaterRatingPK pk)
Remove rater rating of identified resource |
boolean |
RatingBmEJB.hasUserRating(RaterRatingPK pk)
|
boolean |
RatingBm.hasUserRating(RaterRatingPK pk)
Checking if user has given a rating on this resource |
void |
RatingBmEJB.updateRating(RaterRatingPK pk,
int note)
|
void |
RatingBm.updateRating(RaterRatingPK pk,
int note)
Save user notation. |
| Uses of RaterRatingPK in com.silverpeas.notation.model |
|---|
| Methods in com.silverpeas.notation.model with parameters of type RaterRatingPK | |
|---|---|
static void |
RatingDAO.createRaterRating(Connection con,
RaterRatingPK pk,
int note)
|
static long |
RatingDAO.deleteRaterRating(Connection con,
RaterRatingPK pk)
|
static boolean |
RatingDAO.existRaterRating(Connection con,
RaterRatingPK pk)
|
static void |
RatingDAO.updateRaterRating(Connection con,
RaterRatingPK pk,
int note)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||