public class ExtendableResourceCommentRemovalListener extends Object implements fr.paris.lutece.plugins.extend.modules.comment.service.ICommentListener
Constructor and Description |
---|
ExtendableResourceCommentRemovalListener() |
Modifier and Type | Method and Description |
---|---|
boolean |
canComment(fr.paris.lutece.portal.service.security.LuteceUser user,
String strIdExtendableResource,
String strExtendableResourceType) |
String |
checkComment(String comment,
String uidUser) |
String |
checkComment(String comment,
String uidUser,
String strResourceType,
String strResourceId) |
void |
createComment(String strIdExtendableResource,
boolean bPublished) |
void |
createComment(String arg0,
boolean arg1,
javax.servlet.http.HttpServletRequest arg2) |
void |
deleteComment(String strIdExtendableResource,
List<Integer> listIdRemovedComment) |
void |
publishComment(String strIdExtendableResource,
boolean bPublished) |
public ExtendableResourceCommentRemovalListener()
public void createComment(String strIdExtendableResource, boolean bPublished)
createComment
in interface fr.paris.lutece.plugins.extend.modules.comment.service.ICommentListener
public void publishComment(String strIdExtendableResource, boolean bPublished)
publishComment
in interface fr.paris.lutece.plugins.extend.modules.comment.service.ICommentListener
public void deleteComment(String strIdExtendableResource, List<Integer> listIdRemovedComment)
deleteComment
in interface fr.paris.lutece.plugins.extend.modules.comment.service.ICommentListener
public void createComment(String arg0, boolean arg1, javax.servlet.http.HttpServletRequest arg2)
createComment
in interface fr.paris.lutece.plugins.extend.modules.comment.service.ICommentListener
public String checkComment(String comment, String uidUser)
checkComment
in interface fr.paris.lutece.plugins.extend.modules.comment.service.ICommentListener
public String checkComment(String comment, String uidUser, String strResourceType, String strResourceId)
checkComment
in interface fr.paris.lutece.plugins.extend.modules.comment.service.ICommentListener
Copyright © 2016 City of Paris. All rights reserved.