|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SubFundGroupService
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.
Method Summary | |
---|---|
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 |
List<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 |
Method Detail |
---|
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
-
List<String> getContractsAndGrantsDenotingValues()
String getContractsAndGrantsDenotingValueForMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |