|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SystemOptions in org.kuali.kfs.coa.businessobject |
---|
Methods in org.kuali.kfs.coa.businessobject that return SystemOptions | |
---|---|
SystemOptions |
AccountingPeriod.getOptions()
|
SystemOptions |
IndirectCostRecoveryRateDetail.getUniversityFiscal()
|
SystemOptions |
OrganizationReversionDetail.getUniversityFiscal()
Gets the universityFiscal attribute. |
SystemOptions |
OrganizationReversion.getUniversityFiscal()
Gets the universityFiscal attribute. |
SystemOptions |
IndirectCostRecoveryRate.getUniversityFiscal()
|
SystemOptions |
SubObjectCodeGlobalDetail.getUniversityFiscal()
|
SystemOptions |
SubObjectCode.getUniversityFiscal()
Gets the universityFiscal attribute. |
SystemOptions |
SubObjectCodeGlobal.getUniversityFiscal()
Gets the universityFiscal attribute. |
SystemOptions |
OrganizationReversionGlobal.getUniversityFiscal()
Gets the universityFiscal attribute. |
SystemOptions |
ObjectCodeGlobal.getUniversityFiscal()
Gets the universityFiscal attribute. |
SystemOptions |
ObjectCode.getUniversityFiscal()
Gets the universityFiscal attribute. |
SystemOptions |
OffsetDefinition.getUniversityFiscal()
Gets the universityFiscal attribute. |
Methods in org.kuali.kfs.coa.businessobject with parameters of type SystemOptions | |
---|---|
void |
AccountingPeriod.setOptions(SystemOptions options)
Deprecated. |
void |
IndirectCostRecoveryRateDetail.setUniversityFiscal(SystemOptions universityFiscal)
|
void |
OrganizationReversionDetail.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value. |
void |
OrganizationReversion.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value. |
void |
IndirectCostRecoveryRate.setUniversityFiscal(SystemOptions universityFiscal)
|
void |
SubObjectCodeGlobalDetail.setUniversityFiscal(SystemOptions universityFiscal)
|
void |
SubObjectCode.setUniversityFiscal(SystemOptions universityFiscal)
Deprecated. |
void |
SubObjectCodeGlobal.setUniversityFiscal(SystemOptions universityFiscal)
Deprecated. |
void |
OrganizationReversionGlobal.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value. |
void |
ObjectCodeGlobal.setUniversityFiscal(SystemOptions universityFiscal)
Deprecated. |
void |
ObjectCode.setUniversityFiscal(SystemOptions universityFiscal)
Deprecated. |
void |
OffsetDefinition.setUniversityFiscal(SystemOptions universityFiscal)
Deprecated. |
Uses of SystemOptions in org.kuali.kfs.fp.businessobject |
---|
Methods in org.kuali.kfs.fp.businessobject that return SystemOptions | |
---|---|
SystemOptions |
WireCharge.getFiscalYear()
|
SystemOptions |
TravelPerDiem.getFiscalYear()
Gets the fiscalYear attribute. |
SystemOptions |
FiscalYearFunctionControl.getUniversityFiscal()
Gets the universityFiscal attribute. |
Methods in org.kuali.kfs.fp.businessobject with parameters of type SystemOptions | |
---|---|
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. |
Uses of SystemOptions in org.kuali.kfs.gl.batch |
---|
Methods in org.kuali.kfs.gl.batch with parameters of type SystemOptions | |
---|---|
protected void |
PosterSummaryReportStep.generateGlSummary(Date runDate,
SystemOptions year,
String reportType)
Generates the GL Summary report |
Uses of SystemOptions in org.kuali.kfs.gl.batch.service |
---|
Methods in org.kuali.kfs.gl.batch.service that return SystemOptions | |
---|---|
SystemOptions |
AccountingCycleCachingService.getSystemOptions(Integer fiscalYear)
|
Uses of SystemOptions in org.kuali.kfs.gl.batch.service.impl |
---|
Methods in org.kuali.kfs.gl.batch.service.impl that return SystemOptions | |
---|---|
SystemOptions |
AccountingCycleCachingServiceImpl.getSystemOptions(Integer fiscalYear)
|
Uses of SystemOptions in org.kuali.kfs.gl.businessobject |
---|
Methods in org.kuali.kfs.gl.businessobject that return SystemOptions | |
---|---|
SystemOptions |
Encumbrance.getOption()
Gets the option attribute. |
SystemOptions |
OriginEntryFull.getOption()
|
SystemOptions |
Balance.getOption()
|
SystemOptions |
Reversal.getOption()
|
SystemOptions |
Transaction.getOption()
|
SystemOptions |
ExpenditureTransaction.getOption()
|
SystemOptions |
Entry.getOption()
|
SystemOptions |
AccountBalance.getOption()
|
Methods in org.kuali.kfs.gl.businessobject with parameters of type SystemOptions | |
---|---|
void |
Encumbrance.setOption(SystemOptions option)
Sets the option attribute value. |
void |
OriginEntryFull.setOption(SystemOptions option)
|
void |
Balance.setOption(SystemOptions opt)
|
void |
Reversal.setOption(SystemOptions option)
|
void |
Transaction.setOption(SystemOptions options)
|
void |
ExpenditureTransaction.setOption(SystemOptions option)
|
void |
Entry.setOption(SystemOptions option)
|
void |
AccountBalance.setOption(SystemOptions option)
|
Uses of SystemOptions in org.kuali.kfs.gl.dataaccess.impl |
---|
Methods in org.kuali.kfs.gl.dataaccess.impl with parameters of type SystemOptions | |
---|---|
protected boolean |
AccountBalanceConsolidationDaoJdbc.getMatchingPendingEntriesByConsolidation(String[] objectTypes,
SystemOptions options,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
boolean isCostShareExcluded,
int pendingEntriesCode,
String sessionId)
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)
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)
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 |
Uses of SystemOptions in org.kuali.kfs.integration.ld |
---|
Methods in org.kuali.kfs.integration.ld that return SystemOptions | |
---|---|
SystemOptions |
LaborLedgerEntry.getOption()
Gets the option |
SystemOptions |
LaborLedgerObject.getOption()
Gets the option |
SystemOptions |
LaborLedgerBalance.getOption()
Gets the option attribute. |
SystemOptions |
LaborLedgerPositionObjectBenefit.getUniversityFiscal()
Gets the universityFiscal |
SystemOptions |
LaborLedgerBenefitsCalculation.getUniversityFiscal()
Gets the universityFiscal attribute. |
Methods in org.kuali.kfs.integration.ld with parameters of type SystemOptions | |
---|---|
void |
LaborLedgerEntry.setOption(SystemOptions option)
Deprecated. |
void |
LaborLedgerObject.setOption(SystemOptions option)
Sets the option |
void |
LaborLedgerBalance.setOption(SystemOptions option)
Sets the option attribute value. |
void |
LaborLedgerPositionObjectBenefit.setUniversityFiscal(SystemOptions universityFiscal)
Deprecated. |
void |
LaborLedgerBenefitsCalculation.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value. |
Uses of SystemOptions in org.kuali.kfs.module.ar.businessobject |
---|
Methods in org.kuali.kfs.module.ar.businessobject that return SystemOptions | |
---|---|
SystemOptions |
SystemInformation.getUniversityFiscal()
Gets the universityFiscal attribute. |
SystemOptions |
OrganizationAccountingDefault.getUniversityFiscal()
Gets the universityFiscal attribute. |
Methods in org.kuali.kfs.module.ar.businessobject with parameters of type SystemOptions | |
---|---|
void |
SystemInformation.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value. |
void |
OrganizationAccountingDefault.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value. |
Uses of SystemOptions in org.kuali.kfs.module.ar.document.service.impl |
---|
Methods in org.kuali.kfs.module.ar.document.service.impl with parameters of type SystemOptions | |
---|---|
protected GeneralLedgerPendingEntry |
CashControlDocumentServiceImpl.createAndAddNewExplicitEntry(CashControlDocument cashControlDocument,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper,
AccountingLine accountingLine,
SystemOptions options,
String documentType)
This method creates and adds a new explicit glpe |
Uses of SystemOptions in org.kuali.kfs.module.bc.businessobject |
---|
Methods in org.kuali.kfs.module.bc.businessobject that return SystemOptions | |
---|---|
SystemOptions |
BudgetConstructionLockSummary.getOptions()
Gets the options attribute. |
SystemOptions |
CalculatedSalaryFoundationTracker.getUniversityFiscal()
Gets the universityFiscal attribute. |
SystemOptions |
BudgetConstructionPosition.getUniversityFiscal()
Gets the universityFiscal attribute. |
SystemOptions |
CalculatedSalaryFoundationTrackerOverride.getUniversityFiscal()
Gets the universityFiscal attribute. |
Methods in org.kuali.kfs.module.bc.businessobject with parameters of type SystemOptions | |
---|---|
void |
BudgetConstructionLockSummary.setOptions(SystemOptions options)
Sets the options attribute value. |
void |
CalculatedSalaryFoundationTracker.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value. |
void |
BudgetConstructionPosition.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value. |
void |
CalculatedSalaryFoundationTrackerOverride.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value. |
Uses of SystemOptions in org.kuali.kfs.module.cam.businessobject |
---|
Methods in org.kuali.kfs.module.cam.businessobject that return SystemOptions | |
---|---|
SystemOptions |
AssetPayment.getOption()
Gets the option attribute. |
SystemOptions |
AssetObjectCode.getUniversityFiscal()
Gets the universityFiscal attribute. |
Methods in org.kuali.kfs.module.cam.businessobject with parameters of type SystemOptions | |
---|---|
void |
AssetPayment.setOption(SystemOptions option)
Deprecated. |
void |
AssetObjectCode.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value. |
Uses of SystemOptions in org.kuali.kfs.module.ec.businessobject |
---|
Methods in org.kuali.kfs.module.ec.businessobject that return SystemOptions | |
---|---|
SystemOptions |
EffortCertificationReportDefinition.getExpenseTransferYear()
gets expenseTrasferYear |
SystemOptions |
EffortCertificationDetail.getOptions()
Gets the options attribute. |
SystemOptions |
DuplicateCertificationsReport.getOptions()
Gets the options attribute. |
SystemOptions |
OutstandingCertificationsByReport.getOptions()
Gets the options attribute. |
SystemOptions |
EffortCertificationReportDefinition.getOptions()
Gets the options attribute. |
SystemOptions |
EffortCertificationReportEarnPaygroup.getOptions()
Gets the options attribute. |
SystemOptions |
EffortCertificationReportPosition.getOptions()
Gets the options attribute. |
SystemOptions |
EffortCertificationReportDefinition.getReportBeginFiscalYear()
gets reportBeginFiscalYear attribute value |
SystemOptions |
EffortCertificationReportDefinition.getReportEndFiscalYear()
gets reportEndFiscalYear attribute |
Methods in org.kuali.kfs.module.ec.businessobject with parameters of type SystemOptions | |
---|---|
void |
EffortCertificationReportDefinition.setExpenseTransferYear(SystemOptions expenseTransferYear)
Deprecated. |
void |
EffortCertificationDetail.setOptions(SystemOptions options)
Deprecated. |
void |
DuplicateCertificationsReport.setOptions(SystemOptions options)
Sets the options attribute value. |
void |
OutstandingCertificationsByReport.setOptions(SystemOptions options)
Sets the options attribute value. |
void |
EffortCertificationReportDefinition.setOptions(SystemOptions options)
Deprecated. |
void |
EffortCertificationReportEarnPaygroup.setOptions(SystemOptions options)
Deprecated. |
void |
EffortCertificationReportPosition.setOptions(SystemOptions options)
Sets the options attribute value. |
void |
EffortCertificationReportDefinition.setReportBeginFiscalYear(SystemOptions reportBeginFiscalYear)
Deprecated. |
void |
EffortCertificationReportDefinition.setReportEndFiscalYear(SystemOptions reportEndFiscalYear)
Deprecated. |
Uses of SystemOptions in org.kuali.kfs.module.ec.document |
---|
Fields in org.kuali.kfs.module.ec.document declared as SystemOptions | |
---|---|
protected SystemOptions |
EffortCertificationDocument.options
|
Methods in org.kuali.kfs.module.ec.document that return SystemOptions | |
---|---|
SystemOptions |
EffortCertificationDocument.getOptions()
Gets the options attribute. |
Methods in org.kuali.kfs.module.ec.document with parameters of type SystemOptions | |
---|---|
void |
EffortCertificationDocument.setOptions(SystemOptions options)
Sets the options attribute value. |
Uses of SystemOptions in org.kuali.kfs.module.ld.batch.service.impl |
---|
Methods in org.kuali.kfs.module.ld.batch.service.impl with parameters of type SystemOptions | |
---|---|
protected List<String> |
LaborYearEndBalanceForwardServiceImpl.getProcessableBalanceTypeCode(SystemOptions options)
get the balance type codes that are acceptable by year-end process |
protected List<String> |
LaborYearEndBalanceForwardServiceImpl.getProcessableObjectTypeCodes(SystemOptions options)
get the object type codes that are acceptable by year-end process |
Uses of SystemOptions in org.kuali.kfs.module.ld.businessobject |
---|
Methods in org.kuali.kfs.module.ld.businessobject that return SystemOptions | |
---|---|
SystemOptions |
LaborObject.getOption()
Gets the option |
SystemOptions |
LedgerBalanceForYearEndBalanceForward.getOption()
Gets the option attribute. |
SystemOptions |
LedgerEntry.getOption()
Gets the option |
SystemOptions |
LaborJournalVoucherDetail.getOptions()
Gets the options. |
SystemOptions |
LaborJournalVoucherDetail.getPayrollEndDateOptions()
Gets the payrollEndDateOptions. |
SystemOptions |
LaborCalculatedSalaryFoundationTracker.getUniversityFiscal()
Gets the universityFiscal attribute. |
SystemOptions |
BenefitsCalculation.getUniversityFiscal()
Gets the universityFiscal attribute. |
SystemOptions |
PositionObjectBenefit.getUniversityFiscal()
Gets the universityFiscal |
Methods in org.kuali.kfs.module.ld.businessobject with parameters of type SystemOptions | |
---|---|
void |
LaborObject.setOption(SystemOptions option)
Sets the option |
void |
LedgerBalanceForYearEndBalanceForward.setOption(SystemOptions option)
Sets the option attribute value. |
void |
LedgerEntry.setOption(SystemOptions option)
Deprecated. |
void |
LaborJournalVoucherDetail.setOptions(SystemOptions options)
Sets the options. |
void |
LaborJournalVoucherDetail.setPayrollEndDateOptions(SystemOptions payrollEndDateOptions)
Sets the payrollEndDateOptions. |
void |
LaborCalculatedSalaryFoundationTracker.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value. |
void |
BenefitsCalculation.setUniversityFiscal(SystemOptions universityFiscal)
Sets the universityFiscal attribute value. |
void |
PositionObjectBenefit.setUniversityFiscal(SystemOptions universityFiscal)
Deprecated. |
Uses of SystemOptions in org.kuali.kfs.sys.batch.dataaccess |
---|
Methods in org.kuali.kfs.sys.batch.dataaccess that return SystemOptions | |
---|---|
SystemOptions |
LedgerReferenceValuePreparedStatementCachingDao.getSystemOptions(Integer fiscalYear)
|
Uses of SystemOptions in org.kuali.kfs.sys.batch.dataaccess.impl |
---|
Methods in org.kuali.kfs.sys.batch.dataaccess.impl that return SystemOptions | |
---|---|
SystemOptions |
LedgerReferenceValuePreparedStatementCachingDaoJdbc.getSystemOptions(Integer fiscalYear)
|
Uses of SystemOptions in org.kuali.kfs.sys.businessobject |
---|
Methods in org.kuali.kfs.sys.businessobject that return SystemOptions | |
---|---|
SystemOptions |
GeneralLedgerPendingEntry.getOption()
|
SystemOptions |
UniversityDate.getOptions()
Gets the options attribute. |
SystemOptions |
SufficientFundsItem.getYear()
|
Methods in org.kuali.kfs.sys.businessobject with parameters of type SystemOptions | |
---|---|
void |
GeneralLedgerPendingEntry.setOption(SystemOptions option)
|
void |
UniversityDate.setOptions(SystemOptions options)
Deprecated. |
void |
SufficientFundsItem.setYear(SystemOptions year)
|
Constructors in org.kuali.kfs.sys.businessobject with parameters of type SystemOptions | |
---|---|
SufficientFundsItem(SystemOptions universityFiscalYear,
AccountingLine accountLine,
String sufficientFundsObjectCode)
Constructs a SufficientFundsItem.java. |
|
SufficientFundsItem(SystemOptions universityFiscalYear,
Transaction tran,
String sufficientFundsObjectCode)
Constructs a SufficientFundsItem.java. |
Uses of SystemOptions in org.kuali.kfs.sys.dataaccess |
---|
Methods in org.kuali.kfs.sys.dataaccess that return SystemOptions | |
---|---|
SystemOptions |
OptionsDao.getByPrimaryId(Integer universityFiscalYear)
|
Uses of SystemOptions in org.kuali.kfs.sys.dataaccess.impl |
---|
Methods in org.kuali.kfs.sys.dataaccess.impl that return SystemOptions | |
---|---|
SystemOptions |
OptionsDaoOjb.getByPrimaryId(Integer universityFiscalYear)
|
Uses of SystemOptions in org.kuali.kfs.sys.service |
---|
Methods in org.kuali.kfs.sys.service that return SystemOptions | |
---|---|
SystemOptions |
OptionsService.getCurrentYearOptions()
|
SystemOptions |
OptionsService.getOptions(Integer universityFiscalYear)
|
Uses of SystemOptions in org.kuali.kfs.sys.service.impl |
---|
Methods in org.kuali.kfs.sys.service.impl that return SystemOptions | |
---|---|
SystemOptions |
OptionsServiceImpl.getCurrentYearOptions()
|
SystemOptions |
OptionsServiceImpl.getOptions(Integer universityFiscalYear)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |