|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommentedPublicationInfo | |
---|---|
com.silverpeas.comment.dao | |
com.silverpeas.comment.dao.jdbc | |
com.silverpeas.comment.service |
Uses of CommentedPublicationInfo in com.silverpeas.comment.dao |
---|
Methods in com.silverpeas.comment.dao that return types with arguments of type CommentedPublicationInfo | |
---|---|
List<CommentedPublicationInfo> |
CommentDAO.getAllMostCommentedPublications()
Among all available commented publications, gets the most commented ones. |
List<CommentedPublicationInfo> |
CommentDAO.getMostCommentedPublications(String resourceType)
Among all available commented publications of the specified type, gets the moste commented ones. |
List<CommentedPublicationInfo> |
CommentDAO.getMostCommentedPublications(String resourceType,
List<? extends WAPrimaryKey> pks)
Among all the publications identified by the resource type and the specified primary keys, gets the most commented ones. |
Methods in com.silverpeas.comment.dao with parameters of type CommentedPublicationInfo | |
---|---|
int |
CommentedPublicationInfoComparator.compare(CommentedPublicationInfo o1,
CommentedPublicationInfo o2)
|
Uses of CommentedPublicationInfo in com.silverpeas.comment.dao.jdbc |
---|
Methods in com.silverpeas.comment.dao.jdbc that return types with arguments of type CommentedPublicationInfo | |
---|---|
List<CommentedPublicationInfo> |
JDBCCommentDAO.getAllMostCommentedPublications()
|
List<CommentedPublicationInfo> |
JDBCCommentRequester.getMostCommentedAllPublications(Connection con,
String resType)
|
List<CommentedPublicationInfo> |
JDBCCommentRequester.getMostCommentedPublications(Connection con,
List<? extends WAPrimaryKey> pks)
|
List<CommentedPublicationInfo> |
JDBCCommentDAO.getMostCommentedPublications(String resourceType)
|
List<CommentedPublicationInfo> |
JDBCCommentDAO.getMostCommentedPublications(String resourceType,
List<? extends WAPrimaryKey> pks)
|
Uses of CommentedPublicationInfo in com.silverpeas.comment.service |
---|
Methods in com.silverpeas.comment.service that return types with arguments of type CommentedPublicationInfo | |
---|---|
List<CommentedPublicationInfo> |
DefaultCommentService.getAllMostCommentedPublicationsInfo()
Gets information about all the commented publications in Silverpeas. |
List<CommentedPublicationInfo> |
CommentService.getAllMostCommentedPublicationsInfo()
|
List<CommentedPublicationInfo> |
DefaultCommentService.getMostCommentedPublicationsInfo(String resourceType)
Gets information about the most commented publications of the specified type. |
List<CommentedPublicationInfo> |
CommentService.getMostCommentedPublicationsInfo(String resourceType)
|
List<CommentedPublicationInfo> |
DefaultCommentService.getMostCommentedPublicationsInfo(String resourceType,
List<? extends WAPrimaryKey> pks)
Gets information about the commented publications among the specified ones. |
List<CommentedPublicationInfo> |
CommentService.getMostCommentedPublicationsInfo(String resourceType,
List<? extends WAPrimaryKey> pks)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |