public class AwardCloseoutBean extends Object implements Serializable
| Constructor and Description |
|---|
AwardCloseoutBean(AwardForm form)
Constructs an AwardCloseoutBean.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAwardCloseoutItem()
This method is called when adding a new Award Closeout item.
|
void |
addAwardCloseoutStaticItems(List<org.kuali.rice.core.api.util.KeyValue> keyValues)
This method adds the Award Closeout static reports.
|
void |
deleteAwardCloseoutItem(int deletedItemIndex)
This method deletes an award closeout item.
|
Award |
getAward() |
AwardDocument |
getAwardDocument() |
String |
getCloseoutReportTypeFinancialReport()
Gets the closeoutReportTypeFinancialReport attribute.
|
String |
getCloseoutReportTypeInvoice()
Gets the closeoutReportTypeInvoice attribute.
|
String |
getCloseoutReportTypePatent()
Gets the closeoutReportTypePatent attribute.
|
String |
getCloseoutReportTypeProperty()
Gets the closeoutReportTypeProperty attribute.
|
String |
getCloseoutReportTypeTechnical()
Gets the closeoutReportTypeTechnical attribute.
|
String |
getCloseoutReportTypeUserDefined()
Gets the closeoutReportTypeUserDefined attribute.
|
Object |
getData() |
AwardCloseout |
getNewAwardCloseout()
Gets the newAwardCloseout attribute.
|
protected org.kuali.rice.coreservice.framework.parameter.ParameterService |
getParameterService()
Looks up and returns the ParameterService.
|
org.kuali.rice.krad.service.KualiRuleService |
getRuleService()
This is a helper method for the retrieval of KualiRuleService
|
void |
init()
Initialize subform
|
void |
setCloseoutReportTypeFinancialReport(String closeoutReportTypeFinancialReport)
Sets the closeoutReportTypeFinancialReport attribute value.
|
void |
setCloseoutReportTypeInvoice(String closeoutReportTypeInvoice)
Sets the closeoutReportTypeInvoice attribute value.
|
void |
setCloseoutReportTypePatent(String closeoutReportTypePatent)
Sets the closeoutReportTypePatent attribute value.
|
void |
setCloseoutReportTypeProperty(String closeoutReportTypeProperty)
Sets the closeoutReportTypeProperty attribute value.
|
void |
setCloseoutReportTypeTechnical(String closeoutReportTypeTechnical)
Sets the closeoutReportTypeTechnical attribute value.
|
void |
setCloseoutReportTypeUserDefined(String closeoutReportTypeUserDefined)
Sets the closeoutReportTypeUserDefined attribute value.
|
void |
setNewAwardCloseout(AwardCloseout newAwardCloseout)
Sets the newAwardCloseout attribute value.
|
void |
setRuleService(org.kuali.rice.krad.service.KualiRuleService ruleService) |
public AwardCloseoutBean(AwardForm form)
parent - public boolean addAwardCloseoutItem()
formHelper - public void deleteAwardCloseoutItem(int deletedItemIndex)
deletedItemIndex - public void addAwardCloseoutStaticItems(List<org.kuali.rice.core.api.util.KeyValue> keyValues)
keyValues - public Award getAward()
public AwardDocument getAwardDocument()
public Object getData()
public void init()
public org.kuali.rice.krad.service.KualiRuleService getRuleService()
public void setRuleService(org.kuali.rice.krad.service.KualiRuleService ruleService)
ruleService - public AwardCloseout getNewAwardCloseout()
public void setNewAwardCloseout(AwardCloseout newAwardCloseout)
newAwardCloseout - The newAwardCloseout to set.protected org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService()
public String getCloseoutReportTypeUserDefined()
public void setCloseoutReportTypeUserDefined(String closeoutReportTypeUserDefined)
closeoutReportTypeUserDefined - The closeoutReportTypeUserDefined to set.public String getCloseoutReportTypeFinancialReport()
public void setCloseoutReportTypeFinancialReport(String closeoutReportTypeFinancialReport)
closeoutReportTypeFinancialReport - The closeoutReportTypeFinancialReport to set.public String getCloseoutReportTypePatent()
public void setCloseoutReportTypePatent(String closeoutReportTypePatent)
closeoutReportTypePatent - The closeoutReportTypePatent to set.public String getCloseoutReportTypeTechnical()
public void setCloseoutReportTypeTechnical(String closeoutReportTypeTechnical)
closeoutReportTypeTechnical - The closeoutReportTypeTechnical to set.public String getCloseoutReportTypeProperty()
public void setCloseoutReportTypeProperty(String closeoutReportTypeProperty)
closeoutReportTypeProperty - The closeoutReportTypeProperty to set.public String getCloseoutReportTypeInvoice()
public void setCloseoutReportTypeInvoice(String closeoutReportTypeInvoice)
closeoutReportTypeInvoice - The closeoutReportTypeInvoice to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.