@Transactional public class AwardCommentServiceImpl extends Object implements AwardCommentService
| Constructor and Description |
|---|
AwardCommentServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AwardComment> |
filterAwardComment(List<AwardComment> results,
String awardNumber,
Integer sequenceNum) |
protected Award |
getAward(String awardId) |
AwardService |
getAwardService() |
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Accessor for
|
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 awardNumber)
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.
|
void |
setAwardService(AwardService awardService)
Accessor for
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService bos)
Accessor for
|
public List<CommentType> retrieveCommentTypes()
AwardCommentServiceretrieveCommentTypes in interface AwardCommentServiceorg.kuali.kra.service.AwardCommentService#retrieveCommentTypesToAwardFormForPanelHeaderDisplay()public List<String> retrieveCommentHistoryFlags(String awardNumber)
AwardCommentServiceretrieveCommentHistoryFlags in interface AwardCommentServicepublic List<AwardComment> retrieveCommentHistoryByType(String awardCommentTypeCode, String awardId)
AwardCommentServiceretrieveCommentHistoryByType in interface AwardCommentServiceprotected List<AwardComment> filterAwardComment(List<AwardComment> results, String awardNumber, Integer sequenceNum)
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService bos)
BusinessObjectServicebos - BusinessObjectServicepublic org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
BusinessObjectServicepublic void setAwardService(AwardService awardService)
AwardServicepublic AwardService getAwardService()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.