Uses of Class
com.blueriq.component.api.comments.exception.CommentsDataAccessException
Packages that use CommentsDataAccessException
-
Uses of CommentsDataAccessException in com.blueriq.component.api.comments.dao
Methods in com.blueriq.component.api.comments.dao that throw CommentsDataAccessExceptionModifier and TypeMethodDescriptioncom.aquima.interactions.portal.comments.ICommentEntry[]
ICommentsDao.find
(com.aquima.interactions.portal.comments.CommentSearchCriteria criteria) Search for comments, orderer by date descending.void
ICommentsDao.insert
(String appId, String referenceId, String user, Date date, com.aquima.interactions.foundation.text.IMultilingualText title, String comment) Inserts a comment.