Uses of Class
com.storedobject.core.MemoComment
Packages that use MemoComment
-
Uses of MemoComment in com.storedobject.core
Methods in com.storedobject.core that return MemoCommentModifier and TypeMethodDescriptionMemoComment.getFirst()Memo.getInitialComment()MemoComment.getLatest()Memo.getLatestComment()MemoComment.getNext()Methods in com.storedobject.core with parameters of type MemoCommentModifier and TypeMethodDescriptionbooleanMemo.canReturnToInitiator(MemoComment latestComment) final booleanMemo.isLatestComment(MemoComment memoComment) protected voidMemo.returning(MemoComment comment) This is invoked just before the memo is returned. -
Uses of MemoComment in com.storedobject.ui.common
Methods in com.storedobject.ui.common with parameters of type MemoCommentModifier and TypeMethodDescriptionprotected voidMemoSystem.forwardMemo(MemoComment mc, SystemUser to) MemoSystem.getCommentedAt(MemoComment mc) protected voidMemoSystem.recallMemo(MemoComment mc) -
Uses of MemoComment in com.storedobjects.support
Methods in com.storedobjects.support with parameters of type MemoCommentModifier and TypeMethodDescriptionbooleanIssue.canReturnToInitiator(MemoComment latestComment) protected voidIssue.returning(MemoComment comment)