Package | Description |
---|---|
fr.paris.lutece.plugins.extend.modules.comment.business | |
fr.paris.lutece.plugins.extend.modules.comment.service |
Modifier and Type | Method and Description |
---|---|
Comment |
ICommentDAO.load(int nIdComment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load.
|
Comment |
CommentDAO.load(int nIdComment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load.
|
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.findCommentsByLuteceUserName(String strLuteceUserName,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get comments of a lutece user.
|
List<Comment> |
CommentDAO.findCommentsByLuteceUserName(String strLuteceUserName,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get comments of a lutece user.
|
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.
|
List<Comment> |
Comment.getListSubComments()
Get the list of sub comments of this comment
|
List<Comment> |
ICommentDAO.selectByListResource(List<String> listIdExtendableResource,
String strExtendableResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load comment list by resource
|
List<Comment> |
CommentDAO.selectByListResource(List<String> listIdExtendableResource,
String strExtendableResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load comment list by resource
|
List<Comment> |
ICommentDAO.selectLastComments(String strIdExtendableResource,
String strExtendableResourceType,
int nNbComments,
boolean bPublishedOnly,
boolean bParentsOnly,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
boolean bSortedByDateCreation)
Load last comments.
|
List<Comment> |
CommentDAO.selectLastComments(String strIdExtendableResource,
String strExtendableResourceType,
int nNbComments,
boolean bPublishedOnly,
boolean bParentsOnly,
fr.paris.lutece.portal.service.plugin.Plugin plugin,
boolean bSortedByDateCreation)
Load last comments.
|
Modifier and Type | Method and Description |
---|---|
void |
ICommentDAO.insert(Comment comment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert.
|
void |
CommentDAO.insert(Comment comment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert.
|
void |
ICommentDAO.store(Comment comment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Store.
|
void |
CommentDAO.store(Comment comment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Store.
|
Modifier and Type | Method and Description |
---|---|
void |
Comment.setListSubComments(List<Comment> listSubComments)
Set the list of sub comments of this comment, and update the number of sub comments.
|
Modifier and Type | Method and Description |
---|---|
Comment |
CommentService.findByPrimaryKey(int nIdComment)
Load.
|
Comment |
ICommentService.findByPrimaryKey(int nIdComment)
Load.
|
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentService.findByIdParent(int nIdParent,
boolean bPublishedOnly)
Get comments from their parent
|
List<Comment> |
ICommentService.findByIdParent(int nIdParent,
boolean bPublishedOnly)
Get comments from their parent
|
List<Comment> |
CommentService.findByIdParent(int nIdParent,
boolean bPublishedOnly,
String strSortedAttributeName,
boolean bAscSort)
Get comments from their parent
|
List<Comment> |
ICommentService.findByIdParent(int nIdParent,
boolean bPublishedOnly,
String strSortedAttributeName,
boolean bAscSort)
Get comments from their parent
|
List<Comment> |
CommentService.findByListResource(List<String> listIdExtendableResource,
String strExtendableResourceType) |
List<Comment> |
ICommentService.findByListResource(List<String> listIdExtendableResource,
String strExtendableResourceType)
Find comment list by resource
|
List<Comment> |
CommentService.findByResource(String strIdExtendableResource,
String strExtendableResourceType,
boolean bPublishedOnly,
boolean bAscSort)
Select by resource.
|
List<Comment> |
ICommentService.findByResource(String strIdExtendableResource,
String strExtendableResourceType,
boolean bPublishedOnly,
boolean bAscSort)
Select by resource.
|
List<Comment> |
CommentService.findByResource(String strIdExtendableResource,
String strExtendableResourceType,
boolean bPublishedOnly,
String strSortedAttributeName,
boolean bAscSort,
int nItemsOffset,
int nMaxItemsNumber,
boolean bLoadSubComments)
Get comments of a given resource
|
List<Comment> |
ICommentService.findByResource(String strIdExtendableResource,
String strExtendableResourceType,
boolean bPublishedOnly,
String strSortedAttributeName,
boolean bAscSort,
int nItemsOffset,
int nMaxItemsNumber,
boolean bLoadSubComments)
Get comments of a given resource
|
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
|
List<Comment> |
CommentService.findCommentsByLuteceUser(String strLuteceUserName) |
List<Comment> |
ICommentService.findCommentsByLuteceUser(String strLuteceUserName)
Load comments by lutece user name.
|
List<Comment> |
CommentService.findCommentsPinned(String strIdExtendableResource,
String strExtendableResourceType,
int nNbComments,
Integer nCommentState,
boolean bParentsOnly,
boolean bGetNumberSubComments,
String strFilterUserName) |
List<Comment> |
ICommentService.findCommentsPinned(String strIdExtendableResource,
String strExtendableResourceType,
int nNbComments,
Integer nCommentState,
boolean bParentsOnly,
boolean bGetNumberSubComments,
String strFilterUserName)
Load comments pinned.
|
List<Comment> |
CommentService.findLastComments(String strIdExtendableResource,
String strExtendableResourceType,
int nNbComments,
boolean bPublishedOnly,
boolean bParentsOnly,
boolean bGetNumberSubComments,
boolean bDisplaySubComments,
boolean bSortedByDateCreation)
Load last comments.
|
List<Comment> |
ICommentService.findLastComments(String strIdExtendableResource,
String strExtendableResourceType,
int nNbComments,
boolean bPublishedOnly,
boolean bParentsOnly,
boolean bGetNumberSubComments,
boolean bDisplaySubComments,
boolean bSortedByDateCreation)
Load last comments.
|
Modifier and Type | Method and Description |
---|---|
void |
CommentService.create(Comment comment)
Insert.
|
void |
ICommentService.create(Comment comment)
Insert.
|
void |
CommentService.create(Comment comment,
javax.servlet.http.HttpServletRequest request)
Insert.
|
void |
ICommentService.create(Comment comment,
javax.servlet.http.HttpServletRequest request)
Insert.
|
String |
ICommentAvatarService.getAvatar(Comment comment)
Display the avatar of the comment's author
|
String |
CommentAvatarService.getAvatar(Comment comment)
Display the avatar of the comment's author
|
String |
ICommentAvatarService.getAvatarUrl(Comment comment)
Display the avatar of the comment's author
|
String |
CommentAvatarService.getAvatarUrl(Comment comment)
Display the avatar of the comment's author
|
void |
CommentService.update(Comment comment)
Store.
|
void |
ICommentService.update(Comment comment)
Store.
|
Copyright © 2022 City of Paris. All rights reserved.