public interface SubFundGroupService
Modifier and Type | Method and Description |
---|---|
SubFundGroup |
getByChartAndAccount(String chartCode,
String accountNumber)
Retrieves the SubFundGroupCode for the Account with the given chart and account codes.
|
SubFundGroup |
getByPrimaryId(String subFundGroupCode)
Retrieves a SubFundGroupCode by it's primary key - the sub fund group code.
|
String |
getContractsAndGrantsDenotingAttributeLabel()
This retrieves the attribute label for Contracts and Grants
|
String |
getContractsAndGrantsDenotingValue(SubFundGroup subFundGroup)
Extracts the appropriate value from the sub fund group for the C&G method selected.
|
String |
getContractsAndGrantsDenotingValueForMessage()
This retrieves the SubFundGroupCodes of Contracts and Grants
|
Collection<String> |
getContractsAndGrantsDenotingValues()
This check is the specified code is related to Contracts and Grants
|
boolean |
isForContractsAndGrants(SubFundGroup subFundGroup)
This checks to see if a particular SubFundGroup is related to Contracts and Grants through its Account
|
SubFundGroup getByPrimaryId(String subFundGroupCode)
subFundGroupCode
- SubFundGroup getByChartAndAccount(String chartCode, String accountNumber)
chartCode
- accountNumber
- boolean isForContractsAndGrants(SubFundGroup subFundGroup)
subFundGroup
- String getContractsAndGrantsDenotingAttributeLabel()
String getContractsAndGrantsDenotingValue(SubFundGroup subFundGroup)
subFundGroup
- Collection<String> getContractsAndGrantsDenotingValues()
String getContractsAndGrantsDenotingValueForMessage()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.