public interface ContractsGrantsBillingUtilityService
Modifier and Type | Method and Description |
---|---|
String |
buildFullAddress(CustomerAddress address)
Builds and resturns a full address string from a CustomerAddress
|
String |
formatForCurrency(org.kuali.rice.core.api.util.type.KualiDecimal amount)
Returns a proper String Value.
|
List<Bill> |
getActiveBillsForProposalNumber(Long proposalNumber)
Retrieves all active bills associated with the given proposal number
|
List<Milestone> |
getActiveMilestonesForProposalNumber(Long proposalNumber)
Retrieves all active milestones associated with the given proposal number
|
void |
putValueOrEmptyString(Map<String,String> map,
String key,
String value)
Places a value into a Map, but if that value is null, it places an empty String into the Map instead
|
String formatForCurrency(org.kuali.rice.core.api.util.type.KualiDecimal amount)
string
- String buildFullAddress(CustomerAddress address)
address
- void putValueOrEmptyString(Map<String,String> map, String key, String value)
map
- the Map to place the key intokey
- the keyvalue
- the valueList<Bill> getActiveBillsForProposalNumber(Long proposalNumber)
proposalNumber
- the proposal number to lookup active bills forList<Milestone> getActiveMilestonesForProposalNumber(Long proposalNumber)
proposalNumber
- the proposal number to retrieve milestones forCopyright © 2004–2015 The Kuali Foundation. All rights reserved.