public interface AwardPaymentWebService
Modifier and Type | Method and Description |
---|---|
AwardBasisOfPaymentDTO |
getBasisOfPayment(String basisOfPaymentCode) |
List<AwardBasisOfPaymentDTO> |
getMatchingBasisOfPayments(AwardBasisOfPaymentDTO searchCriteria) |
List<AwardMethodOfPaymentDTO> |
getMatchingMethodOfPayments(AwardMethodOfPaymentDTO searchCriteria) |
List<AwardMethodOfPaymentDTO> |
getMatchingMethodOfPaymentsForBasisOfPayment(String basisOfPaymentCode) |
AwardMethodOfPaymentDTO |
getMethodOfPayment(String methodOfPaymentCode) |
AwardBasisOfPaymentDTO getBasisOfPayment(String basisOfPaymentCode)
AwardMethodOfPaymentDTO getMethodOfPayment(String methodOfPaymentCode)
List<AwardBasisOfPaymentDTO> getMatchingBasisOfPayments(AwardBasisOfPaymentDTO searchCriteria)
List<AwardMethodOfPaymentDTO> getMatchingMethodOfPayments(AwardMethodOfPaymentDTO searchCriteria)
List<AwardMethodOfPaymentDTO> getMatchingMethodOfPaymentsForBasisOfPayment(String basisOfPaymentCode)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.