public class PaymentScheduleBean extends Object implements Serializable
| Constructor and Description |
|---|
PaymentScheduleBean(AwardForm form)
Constructs a PaymentScheduleBean
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addPaymentScheduleItem()
This method is called when adding a new payment schedule item
|
void |
deletePaymentScheduleItem(int deletedItemIndex)
This method delets a selected payment schedule item
|
void |
generatePaymentSchedules()
This method generates the payment schedules by calling the
AwardScheduleGenerationService |
Award |
getAward() |
AwardDocument |
getAwardDocument() |
protected AwardScheduleGenerationService |
getAwardScheduleGenerationService()
This is a helper method to retrieve the AwardScheduleGenerationService.
|
Object |
getData() |
AwardPaymentSchedule |
getNewAwardPaymentSchedule()
Gets the newAwardPaymentSchedule attribute.
|
protected org.kuali.rice.krad.service.KualiRuleService |
getRuleService()
This is a helper method for the retrieval of KualiRuleService
|
void |
init()
Initialize subform
|
void |
setNewAwardPaymentSchedule(AwardPaymentSchedule newAwardPaymentSchedule)
Sets the newAwardPaymentSchedule attribute value.
|
protected void |
setRuleService(org.kuali.rice.krad.service.KualiRuleService ruleService) |
public PaymentScheduleBean(AwardForm form)
parent - public boolean addPaymentScheduleItem()
formHelper - public void deletePaymentScheduleItem(int deletedItemIndex)
formHelper - deletedItemIndex - public void generatePaymentSchedules()
throws ParseException
AwardScheduleGenerationServiceParseExceptionpublic Award getAward()
public AwardDocument getAwardDocument()
public Object getData()
public void init()
protected org.kuali.rice.krad.service.KualiRuleService getRuleService()
protected void setRuleService(org.kuali.rice.krad.service.KualiRuleService ruleService)
ruleService - public AwardPaymentSchedule getNewAwardPaymentSchedule()
public void setNewAwardPaymentSchedule(AwardPaymentSchedule newAwardPaymentSchedule)
newAwardPaymentSchedule - The newAwardPaymentSchedule to set.protected AwardScheduleGenerationService getAwardScheduleGenerationService()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.