public interface AwardCommentService
| Modifier and Type | Method and Description |
|---|---|
List<AwardComment> |
retrieveCommentHistoryByType(String awardCommentTypeCode,
String awardId)
This method retrieves from the database all Award Comments with the give type code and Award ID for
display in view history popup page.
|
List<String> |
retrieveCommentHistoryFlags(String awardId)
This method retrieves a list of Booleans that indicate whether or not to display the Show History
button on the panel.
|
List<CommentType> |
retrieveCommentTypes()
This method gets all of the comment types from database where awardCommentScreenFlag is set to 'Y' so
they can be displayed on the Comments, Notes & Attachments tab.
|
List<CommentType> retrieveCommentTypes()
List<String> retrieveCommentHistoryFlags(String awardId)
List<AwardComment> retrieveCommentHistoryByType(String awardCommentTypeCode, String awardId)
awardCommentTypeCode - AwardId - Copyright © 2013 The Kuali Foundation. All Rights Reserved.