|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentComment | |
---|---|
fr.paris.lutece.plugins.document.modules.comment.business |
Uses of DocumentComment in fr.paris.lutece.plugins.document.modules.comment.business |
---|
Methods in fr.paris.lutece.plugins.document.modules.comment.business that return DocumentComment | |
---|---|
static DocumentComment |
DocumentCommentHome.create(DocumentComment documentComment)
Create an instance of the DocumentComment class |
static DocumentComment |
DocumentCommentHome.findByPrimaryKey(int nDocumentCommentId)
Returns an instance of an document comment whose identifier is specified in parameter |
DocumentComment |
IDocumentCommentDAO.load(int nCommentId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of DocumentComment from the table |
DocumentComment |
DocumentCommentDAO.load(int nCommentId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of DocumentComment from the table |
Methods in fr.paris.lutece.plugins.document.modules.comment.business that return types with arguments of type DocumentComment | |
---|---|
static java.util.List<DocumentComment> |
DocumentCommentHome.findByDocument(int nDocumentId)
Returns all the comments on an document |
static java.util.List<DocumentComment> |
DocumentCommentHome.findPublishedByDocument(int nDocumentId)
Returns all the published comments on an document |
java.util.List<DocumentComment> |
IDocumentCommentDAO.selectByDocument(int nDocumentId,
boolean bPublishedOnly,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Gets all the comments for an document |
java.util.List<DocumentComment> |
DocumentCommentDAO.selectByDocument(int nDocumentId,
boolean bPublishedOnly,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Gets all the comments for an document |
Methods in fr.paris.lutece.plugins.document.modules.comment.business with parameters of type DocumentComment | |
---|---|
static DocumentComment |
DocumentCommentHome.create(DocumentComment documentComment)
Create an instance of the DocumentComment class |
void |
IDocumentCommentDAO.insert(DocumentComment documentComment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
DocumentCommentDAO.insert(DocumentComment documentComment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IDocumentCommentDAO.store(DocumentComment documentComment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
DocumentCommentDAO.store(DocumentComment documentComment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static void |
DocumentCommentHome.update(DocumentComment documentComment)
Update of the document comment data specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |