| |
|
| org.kuali.module.chart.service.SubFundGroupService
All known Subclasses: org.kuali.module.chart.service.impl.SubFundGroupServiceImpl,
SubFundGroupService | public interface SubFundGroupService (Code) | | This service interface defines methods necessary for retrieving fully populated SubFundGroup business objects from the
database that are necessary for transaction processing in the application.
|
getByChartAndAccount | public SubFundGroup getByChartAndAccount(String chartCode, String accountNumber)(Code) | | Retrieves the SubFundGroupCode for the Account with the given chart and account codes.
Parameters: chartCode - Parameters: accountNumber - the sub fund group specified by a chart and and account number |
getByPrimaryId | public SubFundGroup getByPrimaryId(String subFundGroupCode)(Code) | | Retrieves a SubFundGroupCode by it's primary key - the sub fund group code.
Parameters: subFundGroupCode - the sub fund group specfied by its code |
getContractsAndGrantsDenotingAttributeLabel | public String getContractsAndGrantsDenotingAttributeLabel()(Code) | | This retrieves the attribute label for Contracts and Grants
string representation of Contracts and Grants label |
getContractsAndGrantsDenotingValue | public String getContractsAndGrantsDenotingValue(SubFundGroup subFundGroup)(Code) | | Extracts the appropriate value from the sub fund group for the C&G method selected.
Parameters: subFundGroup - string representation of either Fund Group code or SubFund Group code |
getContractsAndGrantsDenotingValue | public String getContractsAndGrantsDenotingValue()(Code) | | This retrieves the appropriate value for Contracts and Grants
string representation of the Contracts and Grants value |
isForContractsAndGrants | public boolean isForContractsAndGrants(SubFundGroup subFundGroup)(Code) | | This checks to see if a particular SubFundGroup is related to Contracts and Grants through its Account
Parameters: subFundGroup - true if it is for contracts and grants |
|
|
|