| Modifier and Type | Method and Description |
|---|---|
CommentType |
AwardCommentFactory.findCommentType(String commentTypeCode)
This method returns corresponding Comment Type
|
CommentType |
AwardTemplateComment.getCommentType()
Gets the commentType attribute.
|
CommentType |
AwardComment.getCommentType()
Gets the commentType attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardTemplateComment.setCommentType(CommentType commentType)
Sets the commentType attribute value.
|
void |
AwardComment.setCommentType(CommentType commentType)
Sets the commentType attribute value.
|
| Constructor and Description |
|---|
AwardComment(CommentType commentType,
String comments) |
| Modifier and Type | Method and Description |
|---|---|
List<CommentType> |
AwardCommentBean.getAwardCommentScreenDisplayTypes()
Gets the awardCommentScreenDisplayTypes attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardCommentBean.setAwardCommentScreenDisplayTypes(List<CommentType> awardCommentScreenDisplayTypes)
Sets the awardCommentScreenDisplayTypes attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
CommentType |
ProposalComment.getCommentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalComment.setCommentType(CommentType commentType) |
| Modifier and Type | Method and Description |
|---|---|
CommentType |
InstitutionalProposalComment.getCommentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstitutionalProposalComment.setCommentType(CommentType commentType) |
| Modifier and Type | Method and Description |
|---|---|
List<CommentType> |
AwardCommentService.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommentType> |
AwardCommentServiceImpl.retrieveCommentTypes() |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.