|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContributionRatingPK | |
---|---|
com.silverpeas.notation.ejb | |
com.silverpeas.notation.model | |
org.silverpeas.rating |
Uses of ContributionRatingPK in com.silverpeas.notation.ejb |
---|
Methods in com.silverpeas.notation.ejb with parameters of type ContributionRatingPK | |
---|---|
void |
RatingBmEJB.deleteRating(ContributionRatingPK pk)
|
void |
RatingBm.deleteRating(ContributionRatingPK pk)
Remove all notations of identified resource |
ContributionRating |
RatingBmEJB.getRating(ContributionRatingPK pk)
|
ContributionRating |
RatingBm.getRating(ContributionRatingPK pk)
Getting notation about once given resource identified by its PK. |
void |
RatingBmEJB.moveRating(ContributionRatingPK pk,
String componentInstanceId)
|
void |
RatingBm.moveRating(ContributionRatingPK pk,
String componentInstanceId)
Remove all notations of identified resource to the specified component instance identifier. |
Uses of ContributionRatingPK in com.silverpeas.notation.model |
---|
Methods in com.silverpeas.notation.model with parameters of type ContributionRatingPK | |
---|---|
static long |
RatingDAO.deleteRatings(Connection con,
ContributionRatingPK pk)
|
static long |
RatingDAO.moveRatings(Connection con,
ContributionRatingPK pk,
String componentInstanceId)
|
Uses of ContributionRatingPK in org.silverpeas.rating |
---|
Subclasses of ContributionRatingPK in org.silverpeas.rating | |
---|---|
class |
RaterRatingPK
This class represents a technical primary key of a rater rating. |
Constructors in org.silverpeas.rating with parameters of type ContributionRatingPK | |
---|---|
ContributionRating(ContributionRatingPK pk)
Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |