public class AwardReportsBean extends Object implements Serializable
| Constructor and Description |
|---|
AwardReportsBean()
Constructs a AwardReportsBean.java.
|
AwardReportsBean(AwardForm form)
Constructs a AwardReportsBean.java.
|
| Modifier and Type | Method and Description |
|---|---|
AwardReportTerm |
addAwardReportTermItem(String reportClassCode,
int index)
This method is called when adding a new Award Report Term Item
|
AwardReportTermRecipient |
addAwardReportTermRecipientItem(int index)
This method is called when adding a new Award Report Term Recipient Item
|
AwardReportTerm |
deleteAwardReportTermItem(int deletedItemIndex)
This method deletes a selected Award Report Term Item
|
AwardReportTermRecipient |
deleteAwardReportTermRecipientItem(int awardReportTermIndex,
int deletedItemIndex)
This method deletes a selected Award Report Term Recipient Item
|
Award |
getAward() |
AwardDocument |
getAwardDocument() |
protected org.kuali.rice.krad.service.KeyValuesService |
getKeyValuesService()
This is a wrapper method for the retrieval of KeyValuesService.
|
AwardReportTermRecipient |
getNewAwardReportTermRecipient(int index) |
List<AwardReportTermRecipient> |
getNewAwardReportTermRecipients()
Gets the newAwardReportTermRecipients attribute.
|
List<AwardReportTerm> |
getNewAwardReportTerms()
Gets the newAwardReportTerms attribute.
|
protected org.kuali.rice.coreservice.framework.parameter.ParameterService |
getParameterService()
Looks up and returns the ParameterService.
|
protected org.kuali.rice.krad.service.KualiRuleService |
getRuleService()
This method retrieves the KualiRuleService
|
void |
init(int index)
This method is for initializing the new
AwardReportTerm object after the add operation. |
void |
initRecipient(int index)
This method is for initializing the new
AwardReportTermRecipient object after the add operation. |
void |
setNewAwardReportTermRecipients(List<AwardReportTermRecipient> newAwardReportTermRecipients)
Sets the newAwardReportTermRecipients attribute value.
|
void |
setNewAwardReportTerms(List<AwardReportTerm> newAwardReportTerms)
Sets the newAwardReportTerms attribute value.
|
protected void |
setRuleService(org.kuali.rice.krad.service.KualiRuleService ruleService) |
public AwardReportsBean(AwardForm form)
form - public AwardReportsBean()
public AwardReportTerm addAwardReportTermItem(String reportClassCode, int index)
formHelper - public AwardReportTermRecipient addAwardReportTermRecipientItem(int index)
formHelper - public AwardReportTerm deleteAwardReportTermItem(int deletedItemIndex)
deletedItemIndex - public AwardReportTermRecipient deleteAwardReportTermRecipientItem(int awardReportTermIndex, int deletedItemIndex)
awardReportTermIndex - deletedItemIndex - public Award getAward()
public AwardDocument getAwardDocument()
public void init(int index)
AwardReportTerm object after the add operation.public AwardReportTermRecipient getNewAwardReportTermRecipient(int index)
public void initRecipient(int index)
AwardReportTermRecipient object after the add operation.index - protected org.kuali.rice.krad.service.KualiRuleService getRuleService()
protected void setRuleService(org.kuali.rice.krad.service.KualiRuleService ruleService)
public List<AwardReportTerm> getNewAwardReportTerms()
public void setNewAwardReportTerms(List<AwardReportTerm> newAwardReportTerms)
newAwardReportTerms - The newAwardReportTerms to set.public List<AwardReportTermRecipient> getNewAwardReportTermRecipients()
public void setNewAwardReportTermRecipients(List<AwardReportTermRecipient> newAwardReportTermRecipients)
newAwardReportTermRecipients - The newAwardReportTermRecipients to set.protected org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService()
protected org.kuali.rice.krad.service.KeyValuesService getKeyValuesService()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.