Package | Description |
---|---|
fr.paris.lutece.plugins.extend.modules.comment.business | |
fr.paris.lutece.plugins.extend.modules.comment.service |
Modifier and Type | Method and Description |
---|---|
List<Comment> |
ICommentDAO.findByIdParent(int nIdParent,
CommentFilter commentFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get comments from their parent
|
List<Comment> |
CommentDAO.findByIdParent(int nIdParent,
CommentFilter commentFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get comments from their parent
|
List<Comment> |
ICommentDAO.findParentCommentsByResource(String strIdExtendableResource,
String strExtendableResourceType,
CommentFilter commentFilter,
int nItemsOffset,
int nMaxItemsNumber,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get comments of a given resource.
|
List<Comment> |
CommentDAO.findParentCommentsByResource(String strIdExtendableResource,
String strExtendableResourceType,
CommentFilter commentFilter,
int nItemsOffset,
int nMaxItemsNumber,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get comments of a given resource.
|
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentService.findByResource(String strIdExtendableResource,
String strExtendableResourceType,
CommentFilter commentFilter,
int nItemsOffset,
int nMaxItemsNumber,
boolean bLoadSubComments)
Get comments of a given resource
|
List<Comment> |
ICommentService.findByResource(String strIdExtendableResource,
String strExtendableResourceType,
CommentFilter commentFilter,
int nItemsOffset,
int nMaxItemsNumber,
boolean bLoadSubComments)
Get comments of a given resource
|
Copyright © 2021 City of Paris. All rights reserved.