com.webmethods.caf.faces.data.comments
Interface ICommentEntry

All Known Implementing Classes:
CommentEntry

public interface ICommentEntry

Single comment entry


Method Summary
 IAttachmentItem[] getAttachments()
          Returns list of attachments for this comment
 String getDisplayText()
          Returns processed text for the comment suitable for display
 String getID()
          Returns unique ID for this comment entry
 String getText()
          Returns original text for comment
 Date getTimestamp()
          Returns timestamp for the comment
 String getUserDisplayName()
          Returns display name of the user made the comment
 String getUserID()
          Returns ID of the user made the comment
 

Method Detail

getID

String getID()
Returns unique ID for this comment entry


getText

String getText()
Returns original text for comment


getDisplayText

String getDisplayText()
Returns processed text for the comment suitable for display


getUserID

String getUserID()
Returns ID of the user made the comment


getUserDisplayName

String getUserDisplayName()
Returns display name of the user made the comment


getTimestamp

Date getTimestamp()
Returns timestamp for the comment


getAttachments

IAttachmentItem[] getAttachments()
                                 throws Exception
Returns list of attachments for this comment

Throws:
Exception