Uses of Class
com.logicaldoc.webservice.mobile.CommentVO
-
Packages that use CommentVO Package Description com.logicaldoc.webservice.mobile -
-
Uses of CommentVO in com.logicaldoc.webservice.mobile
Methods in com.logicaldoc.webservice.mobile that return types with arguments of type CommentVO Modifier and Type Method Description List<CommentVO>
CommentListVO. getItems()
Methods in com.logicaldoc.webservice.mobile with parameters of type CommentVO Modifier and Type Method Description javax.ws.rs.core.Response
CommentService. addComment(String sid, String docid, CommentVO comment)
Method parameters in com.logicaldoc.webservice.mobile with type arguments of type CommentVO Modifier and Type Method Description void
CommentListVO. setItems(List<CommentVO> commentList)
-