Modifier and Type | Field and Description |
---|---|
protected SystemOptions |
SubObjectCodeGlobal.universityFiscal |
protected SystemOptions |
OrganizationReversionGlobal.universityFiscal |
protected SystemOptions |
ObjectCode.universityFiscal |
Modifier and Type | Method and Description |
---|---|
SystemOptions |
AccountingPeriod.getOptions() |
SystemOptions |
SubObjectCodeGlobalDetail.getUniversityFiscal() |
SystemOptions |
SubObjectCodeGlobal.getUniversityFiscal()
Gets the universityFiscal attribute.
|
SystemOptions |
OrganizationReversionDetail.getUniversityFiscal()
Gets the universityFiscal attribute.
|
SystemOptions |
IndirectCostRecoveryRate.getUniversityFiscal() |
SystemOptions |
OffsetDefinition.getUniversityFiscal()
Gets the universityFiscal attribute.
|
SystemOptions |
OrganizationReversionGlobal.getUniversityFiscal()
Gets the universityFiscal attribute.
|
SystemOptions |
ObjectCode.getUniversityFiscal()
Gets the universityFiscal attribute.
|
SystemOptions |
SubObjectCode.getUniversityFiscal()
Gets the universityFiscal attribute.
|
SystemOptions |
OrganizationReversion.getUniversityFiscal()
Gets the universityFiscal attribute.
|
SystemOptions |
ObjectCodeGlobal.getUniversityFiscal()
Gets the universityFiscal attribute.
|
SystemOptions |
IndirectCostRecoveryRateDetail.getUniversityFiscal() |
Modifier and Type | Method and Description |
---|---|
void |
AccountingPeriod.setOptions(SystemOptions options)
Deprecated.
|
void |
SubObjectCodeGlobalDetail.setUniversityFiscal(SystemOptions universityFiscal) |
void |
SubObjectCodeGlobal.setUniversityFiscal(SystemOptions universityFiscal)
Deprecated.
|
void |
OrganizationReversionDetail.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value.
|
void |
IndirectCostRecoveryRate.setUniversityFiscal(SystemOptions universityFiscal) |
void |
OffsetDefinition.setUniversityFiscal(SystemOptions universityFiscal)
Deprecated.
|
void |
OrganizationReversionGlobal.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value.
|
void |
ObjectCode.setUniversityFiscal(SystemOptions universityFiscal)
Deprecated.
|
void |
SubObjectCode.setUniversityFiscal(SystemOptions universityFiscal)
Deprecated.
|
void |
OrganizationReversion.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value.
|
void |
ObjectCodeGlobal.setUniversityFiscal(SystemOptions universityFiscal)
Deprecated.
|
void |
IndirectCostRecoveryRateDetail.setUniversityFiscal(SystemOptions universityFiscal) |
Modifier and Type | Field and Description |
---|---|
protected SystemOptions |
TravelPerDiem.fiscalYear |
Modifier and Type | Method and Description |
---|---|
SystemOptions |
WireCharge.getFiscalYear() |
SystemOptions |
TravelPerDiem.getFiscalYear()
Gets the fiscalYear attribute.
|
SystemOptions |
FiscalYearFunctionControl.getUniversityFiscal()
Gets the universityFiscal attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
WireCharge.setFiscalYear(SystemOptions fiscalYear) |
void |
TravelPerDiem.setFiscalYear(SystemOptions fiscalYear)
Sets the fiscalYear attribute value.
|
void |
FiscalYearFunctionControl.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PosterSummaryReportStep.generateGlSummary(Date runDate,
SystemOptions year,
String reportType)
Generates the GL Summary report
|
Modifier and Type | Method and Description |
---|---|
SystemOptions |
AccountingCycleCachingService.getSystemOptions(Integer fiscalYear) |
Modifier and Type | Method and Description |
---|---|
SystemOptions |
AccountingCycleCachingServiceImpl.getSystemOptions(Integer fiscalYear) |
Modifier and Type | Method and Description |
---|---|
SystemOptions |
OriginEntryFull.getOption() |
SystemOptions |
Entry.getOption() |
SystemOptions |
Reversal.getOption() |
SystemOptions |
Encumbrance.getOption()
Gets the option attribute.
|
SystemOptions |
AccountBalance.getOption() |
SystemOptions |
Transaction.getOption() |
SystemOptions |
ExpenditureTransaction.getOption() |
SystemOptions |
Balance.getOption() |
Modifier and Type | Method and Description |
---|---|
void |
OriginEntryFull.setOption(SystemOptions option) |
void |
Entry.setOption(SystemOptions option) |
void |
Reversal.setOption(SystemOptions option) |
void |
Encumbrance.setOption(SystemOptions option)
Sets the option attribute value.
|
void |
AccountBalance.setOption(SystemOptions option) |
void |
Transaction.setOption(SystemOptions options) |
void |
ExpenditureTransaction.setOption(SystemOptions option) |
void |
Balance.setOption(SystemOptions opt) |
Modifier and Type | Method and Description |
---|---|
List |
AccountBalanceDao.findAccountBalanceByConsolidationByObjectTypes(String[] objectTypes,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
boolean isExcludeCostShare,
boolean isConsolidated,
int pendingEntriesCode,
SystemOptions options,
UniversityDate today)
Get available balances by consolidation for specific object types
|
List<Map<String,Object>> |
AccountBalanceConsolidationDao.findAccountBalanceByConsolidationObjectTypes(String[] objectTypes,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
boolean isExcludeCostShare,
boolean isConsolidated,
int pendingEntriesCode,
SystemOptions options,
UniversityDate today)
Returns account balance information that qualifies, based on the inquiry formed out of the parameters
|
List |
AccountBalanceDao.findAccountBalanceByLevel(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialConsolidationObjectCode,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntryCode,
UniversityDate today,
SystemOptions options)
Get available balances by level
|
List<Map<String,Object>> |
AccountBalanceLevelDao.findAccountBalanceByLevel(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialConsolidationObjectCode,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntriesCode,
UniversityDate today,
SystemOptions options)
Returns a collection of report data for the account balance by level inquiry
|
List |
AccountBalanceObjectDao.findAccountBalanceByObject(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialObjectLevelCode,
String financialReportingSortCode,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntriesCode,
UniversityDate today,
SystemOptions options)
Returns a collection of report data for the account balance by object inquiry
|
List |
AccountBalanceDao.findAccountBalanceByObject(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialObjectLevelCode,
String financialReportingSortCode,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntryCode,
UniversityDate today,
SystemOptions options)
Get available balances by object
|
Iterator<Balance> |
BalanceDao.findNominalActivityBalancesForFiscalYear(Integer year,
Collection<String> nominalActivityObjectTypeCodes,
SystemOptions currentYearOptions)
This method returns all of the balances specifically for the nominal activity closing job
|
Iterator<Balance> |
BalanceDao.findOrganizationReversionBalancesForFiscalYear(Integer year,
boolean endOfYear,
SystemOptions options,
List<ParameterEvaluator> parameterEvaluators)
Returns the balances that would specifically be picked up by the Organization Reversion year end process
|
Modifier and Type | Method and Description |
---|---|
List |
AccountBalanceDaoOjb.findAccountBalanceByConsolidationByObjectTypes(String[] objectTypes,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
boolean isExcludeCostShare,
boolean isConsolidated,
int pendingEntriesCode,
SystemOptions options,
UniversityDate today)
Get available balances by consolidation for specific object types
|
List<Map<String,Object>> |
AccountBalanceConsolidationDaoJdbc.findAccountBalanceByConsolidationObjectTypes(String[] objectTypes,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
boolean isExcludeCostShare,
boolean isConsolidated,
int pendingEntriesCode,
SystemOptions options,
UniversityDate today)
Returns account balance information that qualifies, based on the inquiry formed out of the parameters
|
List |
AccountBalanceLevelDaoJdbc.findAccountBalanceByLevel(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialConsolidationObjectCode,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntriesCode,
UniversityDate today,
SystemOptions options)
Summarizes all of the qualifying account balance information for the balance by level inquiry
|
List |
AccountBalanceDaoOjb.findAccountBalanceByLevel(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialConsolidationObjectCode,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntriesCode,
UniversityDate today,
SystemOptions options) |
List |
AccountBalanceDaoOjb.findAccountBalanceByObject(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialObjectLevelCode,
String financialReportingSortCode,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntriesCode,
UniversityDate today,
SystemOptions options) |
List |
AccountBalanceObjectDaoJdbc.findAccountBalanceByObject(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialObjectLevelCode,
String financialReportingSortCode,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntriesCode,
UniversityDate today,
SystemOptions options)
Returns a collection of report data for the account balance by object inquiry
|
Iterator<Balance> |
BalanceDaoOjb.findNominalActivityBalancesForFiscalYear(Integer year,
Collection<String> nominalActivityObjectTypeCodes,
SystemOptions currentYearOptions)
Finds all of the balances for the fiscal year that should be processed by nominal activity closing
|
Iterator<Balance> |
BalanceDaoOjb.findOrganizationReversionBalancesForFiscalYear(Integer year,
boolean endOfYear,
SystemOptions options,
List<ParameterEvaluator> parameterEvaluators)
Returns a list of balances to return for the Organization Reversion year end job to process
|
protected boolean |
AccountBalanceConsolidationDaoJdbc.getMatchingPendingEntriesByConsolidation(String[] objectTypes,
SystemOptions options,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
boolean isCostShareExcluded,
int pendingEntriesCode,
String sessionId,
UniversityDate today)
Finds whether pending entries exist that would change the results of this inquiry
|
protected boolean |
AccountBalanceLevelDaoJdbc.getMatchingPendingEntriesByLevel(SystemOptions options,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialConsolidationObjectCode,
boolean isCostShareExcluded,
int pendingEntriesCode,
String sessionId,
UniversityDate today)
Fetches pending entries summarized by level matching the keys passed in as parameter, and then saves those summaries in a
temporary table
|
protected boolean |
AccountBalanceObjectDaoJdbc.getMatchingPendingEntriesByObject(SystemOptions options,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialObjectLevelCode,
boolean isCostShareExcluded,
int pendingEntriesCode,
String sessionId,
UniversityDate today)
Get any matching pending entries.
|
protected void |
AccountBalanceConsolidationDaoJdbc.summarizePendingEntriesByConsolidation(SystemOptions options,
String sessionId)
This method summarizes pending entries to temporary tables for easier inclusion into the inquiry
|
protected void |
AccountBalanceLevelDaoJdbc.summarizePendingEntriesByLevel(SystemOptions options,
String sessionId)
Summarizes all pending entries by level, so they can be added to the general query if necessary
|
protected void |
AccountBalanceObjectDaoJdbc.summarizePendingEntriesByObject(SystemOptions options,
String sessionId)
Summarizes all the pending ledger entries that would need to be reported on by this inquiry, and saves all of that data to a
temporary table
|
Modifier and Type | Method and Description |
---|---|
SystemOptions |
LedgerReferenceValuePreparedStatementCachingDao.getSystemOptions(Integer fiscalYear) |
Modifier and Type | Method and Description |
---|---|
SystemOptions |
LedgerReferenceValuePreparedStatementCachingDaoJdbc.getSystemOptions(Integer fiscalYear) |
Modifier and Type | Method and Description |
---|---|
SystemOptions |
GeneralLedgerPendingEntry.getOption() |
SystemOptions |
UniversityDate.getOptions()
Gets the options attribute.
|
SystemOptions |
SufficientFundsItem.getYear() |
Modifier and Type | Method and Description |
---|---|
void |
GeneralLedgerPendingEntry.setOption(SystemOptions option) |
void |
UniversityDate.setOptions(SystemOptions options)
Deprecated.
|
void |
SufficientFundsItem.setYear(SystemOptions year) |
Constructor and Description |
---|
SufficientFundsItem(SystemOptions universityFiscalYear,
AccountingLine accountLine,
String sufficientFundsObjectCode)
Constructs a SufficientFundsItem.java.
|
SufficientFundsItem(SystemOptions universityFiscalYear,
Transaction tran,
String sufficientFundsObjectCode)
Constructs a SufficientFundsItem.java.
|
Modifier and Type | Method and Description |
---|---|
Iterator |
GeneralLedgerPendingEntryDao.findPendingLedgerEntriesForEncumbrance(Map fieldValues,
boolean isApproved,
String currentFiscalPeriodCode,
int currentFiscalYear,
SystemOptions currentYearOptions,
List<String> encumbranceBalanceTypes)
This method retrieves all pending ledger entries that may belong to encumbrance table in the future
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.ojb.broker.query.Criteria |
GeneralLedgerPendingEntryDaoOjb.buildCriteriaToExcludeFundBalance(SystemOptions currentYearOptions)
This method creates Criteria that exclude the fund balance object type from the result.
|
Iterator |
GeneralLedgerPendingEntryDaoOjb.findPendingLedgerEntriesForEncumbrance(Map fieldValues,
boolean isApproved,
String currentFiscalPeriodCode,
int currentFiscalYear,
SystemOptions currentYearOptions,
List<String> encumbranceBalanceTypes) |
Modifier and Type | Method and Description |
---|---|
SystemOptions |
OptionsService.getCurrentYearOptions() |
SystemOptions |
OptionsService.getOptions(Integer universityFiscalYear) |
Modifier and Type | Method and Description |
---|---|
SystemOptions |
OptionsServiceImpl.getCurrentYearOptions() |
SystemOptions |
OptionsServiceImpl.getOptions(Integer universityFiscalYear) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.