Uses of Class
com.avoka.tm.vo.Comment
-
Packages that use Comment Package Description com.avoka.tm.svc Provides Service classes.com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of Comment in com.avoka.tm.svc
Methods in com.avoka.tm.svc with parameters of type Comment Modifier and Type Method Description JobUpdater
JobUpdater. addComment(Comment comment)
Add comment to the job.TxnUpdater
TxnUpdater. addComment(Comment comment)
Add comment to the transaction. -
Uses of Comment in com.avoka.tm.vo
Methods in com.avoka.tm.vo that return types with arguments of type Comment Modifier and Type Method Description List<Comment>
Job. getCommentList()
The job comment list.List<Comment>
Txn. getCommentList()
The txn comments
-