public interface AwardPaymentAndInvoicesService
| Modifier and Type | Method and Description |
|---|---|
String |
getAwardBasisOfPaymentDescription(String awardBasisOfPaymentId) |
String |
getAwardMethodOfPaymentDescription(String awardMethodOfPaymentId) |
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.
|
List<ValidAwardBasisPayment> getValidAwardBasisPaymentsByAwardTypeCode(Integer awardTypeCode)
awardTypeCode - the awardTypeCode that will be used in the lookup of ValidAwardBasisPayments.List<ValidBasisMethodPayment> getValidBasisMethodPaymentByBasisCode(String basisOfPaymentCode)
basisOfPaymentCode - The basisOfPayment codeList<ValidBasisMethodPayment> getValidBasisMethodPaymentByMethodCode(String methodOfPaymentCode)
basisOfPaymentCode - The basisOfPayment codeValidAwardBasisPayment getValidAwardBasisPayment(Integer validAwardBasisPaymentId)
String getAwardMethodOfPaymentDescription(String awardMethodOfPaymentId)
String getAwardBasisOfPaymentDescription(String awardBasisOfPaymentId)
String getEncodedValidAwardBasisPaymentsByAwardTypeCode(Integer awardTypeCode)
awardTypeCode - Copyright © 2013 The Kuali Foundation. All Rights Reserved.