Modifier and Type | Method and Description |
---|---|
SubFundGroup |
LedgerReferenceValuePreparedStatementCachingDao.getSubFundGroup(String subFundGroupCode) |
Modifier and Type | Method and Description |
---|---|
SubFundGroup |
LedgerReferenceValuePreparedStatementCachingDaoJdbc.getSubFundGroup(String subFundGroupCode) |
Modifier and Type | Field and Description |
---|---|
protected SubFundGroup |
Account.subFundGroup |
protected SubFundGroup |
AccountGlobal.subFundGroup |
protected SubFundGroup |
PriorYearAccount.subFundGroup |
Modifier and Type | Method and Description |
---|---|
SubFundGroup |
Account.getSubFundGroup()
Gets the subFundGroup attribute.
|
SubFundGroup |
AccountGlobal.getSubFundGroup()
Gets the subFundGroup attribute.
|
SubFundGroup |
AccountIntf.getSubFundGroup()
Gets the subFundGroup attribute.
|
SubFundGroup |
PriorYearAccount.getSubFundGroup()
Gets the subFundGroup attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
Account.setSubFundGroup(SubFundGroup subFundGroup)
Deprecated.
|
void |
AccountGlobal.setSubFundGroup(SubFundGroup subFundGroup)
Sets the subFundGroup attribute value.
|
void |
AccountIntf.setSubFundGroup(SubFundGroup subFundGroup)
Deprecated.
|
void |
PriorYearAccount.setSubFundGroup(SubFundGroup subFundGroup)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SubFundGroup |
SubFundGroupDao.getByChartAndAccount(String chartCode,
String accountNumber)
This method retrieves a specific
SubFundGroup based on chart code and account number |
Modifier and Type | Method and Description |
---|---|
SubFundGroup |
SubFundGroupDaoOjb.getByChartAndAccount(String chartCode,
String accountNumber) |
Modifier and Type | Method and Description |
---|---|
SubFundGroup |
SubFundGroupService.getByChartAndAccount(String chartCode,
String accountNumber)
Retrieves the SubFundGroupCode for the Account with the given chart and account codes.
|
SubFundGroup |
SubFundGroupService.getByPrimaryId(String subFundGroupCode)
Retrieves a SubFundGroupCode by it's primary key - the sub fund group code.
|
Modifier and Type | Method and Description |
---|---|
String |
SubFundGroupService.getContractsAndGrantsDenotingValue(SubFundGroup subFundGroup)
Extracts the appropriate value from the sub fund group for the C&G method selected.
|
boolean |
SubFundGroupService.isForContractsAndGrants(SubFundGroup subFundGroup)
This checks to see if a particular SubFundGroup is related to Contracts and Grants through its Account
|
Modifier and Type | Method and Description |
---|---|
SubFundGroup |
SubFundGroupServiceImpl.getByChartAndAccount(String chartCode,
String accountNumber) |
SubFundGroup |
SubFundGroupServiceImpl.getByPrimaryId(String subFundGroupCode) |
Modifier and Type | Method and Description |
---|---|
String |
SubFundGroupServiceImpl.getContractsAndGrantsDenotingValue(SubFundGroup subFundGroup) |
boolean |
SubFundGroupServiceImpl.isForContractsAndGrants(SubFundGroup subFundGroup) |
Modifier and Type | Method and Description |
---|---|
SubFundGroup |
AccountingCycleCachingService.getSubFundGroup(String subFundGroupCode) |
Modifier and Type | Method and Description |
---|---|
SubFundGroup |
AccountingCycleCachingServiceImpl.getSubFundGroup(String subFundGroupCode) |
Modifier and Type | Method and Description |
---|---|
SubFundGroup |
ReceivingThreshold.getSubFundGroup() |
Modifier and Type | Method and Description |
---|---|
void |
ReceivingThreshold.setSubFundGroup(SubFundGroup subFundGroup) |
Modifier and Type | Field and Description |
---|---|
protected SubFundGroup |
OleKimAttributes.subFundGroup |
Modifier and Type | Method and Description |
---|---|
SubFundGroup |
OleKimAttributes.getSubFundGroup() |
Modifier and Type | Method and Description |
---|---|
void |
OleKimAttributes.setSubFundGroup(SubFundGroup subFundGroup) |
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.