Uses of Class
org.exoplatform.rhmanagement.dto.CommentDTO
-
Packages that use CommentDTO Package Description org.exoplatform.rhmanagement.integration.notification org.exoplatform.rhmanagement.services -
-
Uses of CommentDTO in org.exoplatform.rhmanagement.integration.notification
Fields in org.exoplatform.rhmanagement.integration.notification with type parameters of type CommentDTO Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<CommentDTO>NotificationUtils. COMMENTstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<CommentDTO>RequestCommentedPlugin. COMMENT -
Uses of CommentDTO in org.exoplatform.rhmanagement.services
Methods in org.exoplatform.rhmanagement.services that return CommentDTO Modifier and Type Method Description CommentDTOCommentService. save(CommentDTO entity)Methods in org.exoplatform.rhmanagement.services that return types with arguments of type CommentDTO Modifier and Type Method Description List<CommentDTO>CommentService. getCommentsByRequestId(long id, String commentType, int offset, int limit)Methods in org.exoplatform.rhmanagement.services with parameters of type CommentDTO Modifier and Type Method Description voidCommentService. remove(CommentDTO entity)CommentDTOCommentService. save(CommentDTO entity)
-