public class AwardPaymentAndInvoicesServiceImpl extends Object implements AwardPaymentAndInvoicesService
| Constructor and Description |
|---|
AwardPaymentAndInvoicesServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAwardBasisOfPaymentDescription(String awardBasisOfPaymentId) |
String |
getAwardMethodOfPaymentDescription(String awardMethodOfPaymentId) |
protected org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Gets the businessObjectService attribute.
|
String |
getEncodedValidAwardBasisPaymentsByAwardTypeCode(Integer awardTypeCode)
Return a delimited string representation of the getValidAwardBasisPaymentsByAwardTypeCode method.
|
String |
getEncodedValidBasisMethodPaymentsByBasisCode(String basisOfPaymentCode)
Return a delimited string representation of the output from getValidBasisMethodPayment method.
|
ValidAwardBasisPayment |
getValidAwardBasisPayment(Integer validAwardBasisPaymentId) |
List<ValidAwardBasisPayment> |
getValidAwardBasisPaymentsByAwardTypeCode(Integer awardTypeCode)
This method returns the ValidAwardBasisPayment objects associated with the given awardTypeCode
|
List<ValidBasisMethodPayment> |
getValidBasisMethodPaymentByBasisCode(String basisOfPaymentCode) |
List<ValidBasisMethodPayment> |
getValidBasisMethodPaymentByMethodCode(String methodOfPaymentCode)
Return the ValidBasisMethodPayment objects with basisOfPaymentCode equal to the provided value.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
public String getEncodedValidAwardBasisPaymentsByAwardTypeCode(Integer awardTypeCode)
AwardPaymentAndInvoicesServicegetEncodedValidAwardBasisPaymentsByAwardTypeCode in interface AwardPaymentAndInvoicesServiceAwardPaymentAndInvoicesService.getEncodedValidAwardBasisPaymentsByAwardTypeCode(java.lang.Integer)public String getEncodedValidBasisMethodPaymentsByBasisCode(String basisOfPaymentCode)
AwardPaymentAndInvoicesServicegetEncodedValidBasisMethodPaymentsByBasisCode in interface AwardPaymentAndInvoicesServiceAwardPaymentAndInvoicesService.getEncodedValidBasisMethodPaymentsByBasisCode(java.lang.String)public List<ValidAwardBasisPayment> getValidAwardBasisPaymentsByAwardTypeCode(Integer awardTypeCode)
AwardPaymentAndInvoicesServicegetValidAwardBasisPaymentsByAwardTypeCode in interface AwardPaymentAndInvoicesServiceawardTypeCode - the awardTypeCode that will be used in the lookup of ValidAwardBasisPayments.AwardPaymentAndInvoicesService.getValidAwardBasisPaymentsByAwardTypeCode(java.lang.Integer)public List<ValidBasisMethodPayment> getValidBasisMethodPaymentByBasisCode(String basisOfPaymentCode)
getValidBasisMethodPaymentByBasisCode in interface AwardPaymentAndInvoicesServicebasisOfPaymentCode - The basisOfPayment codeAwardPaymentAndInvoicesService.getValidBasisMethodPaymentByBasisCode(java.lang.String)public List<ValidBasisMethodPayment> getValidBasisMethodPaymentByMethodCode(String methodOfPaymentCode)
AwardPaymentAndInvoicesServicegetValidBasisMethodPaymentByMethodCode in interface AwardPaymentAndInvoicesServiceAwardPaymentAndInvoicesService.getValidBasisMethodPaymentByMethodCode(java.lang.String)public ValidAwardBasisPayment getValidAwardBasisPayment(Integer validAwardBasisPaymentId)
getValidAwardBasisPayment in interface AwardPaymentAndInvoicesServiceAwardPaymentAndInvoicesService.getValidAwardBasisPayment(java.lang.Integer)protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.public String getAwardBasisOfPaymentDescription(String awardBasisOfPaymentId)
getAwardBasisOfPaymentDescription in interface AwardPaymentAndInvoicesServiceAwardPaymentAndInvoicesService.getAwardBasisOfPaymentDescription(java.lang.String)public String getAwardMethodOfPaymentDescription(String awardMethodOfPaymentId)
getAwardMethodOfPaymentDescription in interface AwardPaymentAndInvoicesServiceAwardPaymentAndInvoicesService.getAwardMethodOfPaymentDescription(java.lang.String)Copyright © 2013 The Kuali Foundation. All Rights Reserved.