public interface AwardWebService
Modifier and Type | Method and Description |
---|---|
AwardDTO |
getAward(Long awardId) |
List<AwardDTO> |
getMatchingAwards(AwardFieldValuesDto fieldValues) |
List<AwardDTO> |
searchAwards(AwardSearchCriteriaDto searchDto) |
AwardBillingUpdateStatusDto |
updateAwardBillingStatus(AwardFieldValuesDto searchDto,
AwardBillingUpdateDto updateDto) |
List<AwardDTO> getMatchingAwards(AwardFieldValuesDto fieldValues)
List<AwardDTO> searchAwards(AwardSearchCriteriaDto searchDto)
AwardBillingUpdateStatusDto updateAwardBillingStatus(AwardFieldValuesDto searchDto, AwardBillingUpdateDto updateDto)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.