Uses of Class
org.kuali.kfs.sys.businessobject.UniversityDate

Packages that use UniversityDate
org.kuali.kfs.gl.batch   
org.kuali.kfs.gl.batch.service   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.businessobject   
org.kuali.kfs.gl.service   
org.kuali.kfs.gl.service.impl   
org.kuali.kfs.module.ld.batch.service.impl   
org.kuali.kfs.module.ld.businessobject   
org.kuali.kfs.sys.batch.dataaccess   
org.kuali.kfs.sys.batch.dataaccess.impl   
org.kuali.kfs.sys.dataaccess   
org.kuali.kfs.sys.dataaccess.impl   
org.kuali.kfs.sys.service   
org.kuali.kfs.sys.service.impl   
 

Uses of UniversityDate in org.kuali.kfs.gl.batch
 

Methods in org.kuali.kfs.gl.batch with parameters of type UniversityDate
protected  CollectorDetail CollectorFlatFileInputType.createCollectorDetail(String detailLine, Date curDate, UniversityDate universityDate, int lineNumber, org.kuali.rice.kns.util.MessageMap messageMap)
           
protected  OriginEntryFull CollectorFlatFileInputType.createOriginEntry(String fileLine, Date curDate, UniversityDate universityDate, int lineNumber, org.kuali.rice.kns.util.MessageMap messageMap)
           
 

Uses of UniversityDate in org.kuali.kfs.gl.batch.service
 

Methods in org.kuali.kfs.gl.batch.service that return UniversityDate
 UniversityDate AccountingCycleCachingService.getUniversityDate(Date date)
           
 

Uses of UniversityDate in org.kuali.kfs.gl.batch.service.impl
 

Methods in org.kuali.kfs.gl.batch.service.impl that return UniversityDate
 UniversityDate AccountingCycleCachingServiceImpl.getUniversityDate(Date date)
           
 

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type UniversityDate
protected  boolean PosterServiceImpl.postTransaction(Transaction tran, int mode, Map<String,Integer> reportSummary, LedgerSummaryReport ledgerSummaryReport, PrintStream invalidGroup, UniversityDate runUniversityDate, String line, PrintStream OUTPUT_GLE_FILE_ps)
          Runs the given transaction through each transaction posting algorithms associated with this instance
 

Uses of UniversityDate in org.kuali.kfs.gl.businessobject
 

Methods in org.kuali.kfs.gl.businessobject that return UniversityDate
 UniversityDate OriginEntryFull.getReversalDate()
           
 UniversityDate Reversal.getReversalDate()
           
 UniversityDate Entry.getReversalDate()
           
 UniversityDate OriginEntryFull.getUniversityDate()
           
 UniversityDate Reversal.getUniversityDate()
           
 UniversityDate Entry.getUniversityDate()
           
 

Methods in org.kuali.kfs.gl.businessobject with parameters of type UniversityDate
 void CollectorDetail.setFromFileForCollectorDetail(String detailLine, Date curDate, UniversityDate universityDate, int lineNumber, org.kuali.rice.kns.util.MessageMap messageMap)
           
 void OriginEntryFull.setReversalDate(UniversityDate reversalDate)
           
 void Reversal.setReversalDate(UniversityDate reversalDate)
           
 void Entry.setReversalDate(UniversityDate reversalDate)
           
 void OriginEntryFull.setUniversityDate(UniversityDate universityDate)
           
 void Reversal.setUniversityDate(UniversityDate universityDate)
           
 void Entry.setUniversityDate(UniversityDate universityDate)
           
 

Uses of UniversityDate in org.kuali.kfs.gl.service
 

Methods in org.kuali.kfs.gl.service with parameters of type UniversityDate
 boolean ScrubberValidator.isAccountExpired(Account account, UniversityDate universityRunDate)
          Performs logic to determine whether an account is expired
 List<Message> ScrubberValidator.validateTransaction(OriginEntryInformation originEntry, OriginEntryInformation scrubbedEntry, UniversityDate universityRunDate, boolean laborIndicator, AccountingCycleCachingService accountingCycleCachingService)
          Validate a transaction in the scrubber
 

Uses of UniversityDate in org.kuali.kfs.gl.service.impl
 

Methods in org.kuali.kfs.gl.service.impl with parameters of type UniversityDate
protected  Message ScrubberValidatorImpl.continuationAccountLogic(OriginEntryInformation originEntry, OriginEntryInformation workingEntry, UniversityDate universityRunDate, AccountingCycleCachingService accountingCycleCachingService)
          Called when the account of the origin entry is expired or closed, this validates the continuation account
 boolean ScrubberValidatorImpl.isAccountExpired(Account account, UniversityDate universityRunDate)
           
protected  Message ScrubberValidatorImpl.validateAccount(OriginEntryInformation originEntry, OriginEntryInformation workingEntry, UniversityDate universityRunDate, AccountingCycleCachingService accountingCycleCachingService)
          Validates the account of an origin entry
protected  Message ScrubberValidatorImpl.validateFiscalYear(OriginEntryInformation originEntry, OriginEntryInformation workingEntry, UniversityDate universityRunDate, AccountingCycleCachingService accountingCycleCachingService)
          Validates the fiscal year of the origin entry
 List<Message> ScrubberValidatorImpl.validateTransaction(OriginEntryInformation originEntry, OriginEntryInformation scrubbedEntry, UniversityDate universityRunDate, boolean laborIndicator, AccountingCycleCachingService accountingCycleCachingService)
          Validate a transaction in the scrubber
protected  Message ScrubberValidatorImpl.validateTransactionDate(OriginEntryInformation originEntry, OriginEntryInformation workingEntry, UniversityDate universityRunDate, AccountingCycleCachingService accountingCycleCachingService)
          Validates the transaction date of the origin entry, make sure it is a valid university date
protected  Message ScrubberValidatorImpl.validateUniversityFiscalPeriodCode(OriginEntryInformation originEntry, OriginEntryInformation workingEntry, UniversityDate universityRunDate, AccountingCycleCachingService accountingCycleCachingService)
          Validates the period code of the origin entry
 

Uses of UniversityDate in org.kuali.kfs.module.ld.batch.service.impl
 

Methods in org.kuali.kfs.module.ld.batch.service.impl with parameters of type UniversityDate
protected  Message ScrubberValidatorImpl.checkAccountFringeIndicator(LaborOriginEntry laborOriginEntry, LaborOriginEntry laborWorkingEntry, Account account, UniversityDate universityRunDate, LaborAccountingCycleCachingService laborAccountingCycleCachingService)
          For fringe transaction types checks if the account accepts fringe benefits.
protected  Message ScrubberValidatorImpl.continuationAccountLogic(Account expiredClosedAccount, LaborOriginEntry laborOriginEntry, LaborOriginEntry laborWorkingEntry, UniversityDate universityRunDate)
          Loops through continuation accounts for 10 tries or until it finds an account that is not expired.
protected  Message ScrubberValidatorImpl.handleExpiredClosedAccount(Account account, LaborOriginEntry laborOriginEntry, LaborOriginEntry laborWorkingEntry, UniversityDate universityRunDate)
          Checks the continuation account system indicator.
 boolean ScrubberValidatorImpl.isAccountExpired(Account account, UniversityDate universityRunDate)
           
protected  Message ScrubberValidatorImpl.validateAccount(LaborOriginEntry laborOriginEntry, LaborOriginEntry laborWorkingEntry, UniversityDate universityRunDate, LaborAccountingCycleCachingService laborAccountingCycleCachingService)
          Performs Account Validation.
protected  Message ScrubberValidatorImpl.validatePayrollEndFiscalPeriodCode(LaborOriginEntry laborOriginEntry, LaborOriginEntry laborWorkingEntry, UniversityDate universityRunDate, LaborAccountingCycleCachingService laborAccountingCycleCachingService)
          This method is for validation of PayrollEndFiscalPeriodCode
protected  Message ScrubberValidatorImpl.validatePayrollEndFiscalYear(LaborOriginEntry laborOriginEntry, LaborOriginEntry laborWorkingEntry, UniversityDate universityRunDate, LaborAccountingCycleCachingService laborAccountingCycleCachingService)
          This method is for validation of payrollEndFiscalYear
 List<Message> ScrubberValidatorImpl.validateTransaction(OriginEntryInformation originEntry, OriginEntryInformation scrubbedEntry, UniversityDate universityRunDate, boolean laborIndicator, AccountingCycleCachingService laborAccountingCycleCachingService)
           
protected  Message LaborGLScrubberValidatorImpl.validateUniversityFiscalPeriodCode(OriginEntryInformation originEntry, OriginEntryInformation workingEntry, UniversityDate universityRunDate, AccountingCycleCachingService accountingCycleCachingService)
           
 

Uses of UniversityDate in org.kuali.kfs.module.ld.businessobject
 

Methods in org.kuali.kfs.module.ld.businessobject that return UniversityDate
 UniversityDate LaborLedgerPendingEntry.getReversalDate()
          Gets the reversalDate.
 

Methods in org.kuali.kfs.module.ld.businessobject with parameters of type UniversityDate
 void LaborLedgerPendingEntry.setReversalDate(UniversityDate reversalDate)
          Deprecated. 
 

Uses of UniversityDate in org.kuali.kfs.sys.batch.dataaccess
 

Methods in org.kuali.kfs.sys.batch.dataaccess that return UniversityDate
 UniversityDate LedgerReferenceValuePreparedStatementCachingDao.getUniversityDate(Date date)
           
 

Uses of UniversityDate in org.kuali.kfs.sys.batch.dataaccess.impl
 

Methods in org.kuali.kfs.sys.batch.dataaccess.impl that return UniversityDate
 UniversityDate LedgerReferenceValuePreparedStatementCachingDaoJdbc.getUniversityDate(Date date)
           
 

Uses of UniversityDate in org.kuali.kfs.sys.dataaccess
 

Methods in org.kuali.kfs.sys.dataaccess that return UniversityDate
 UniversityDate UniversityDateDao.getByPrimaryKey(Date date)
          Returns a university date record based on a given java.sql.Date
 UniversityDate UniversityDateDao.getByPrimaryKey(Date date)
          Returns a university date record based on java.util.Date
 UniversityDate UniversityDateDao.getFirstFiscalYearDate(Integer fiscalYear)
          Returns the first university date for a given fiscal year
 UniversityDate UniversityDateDao.getLastFiscalYearDate(Integer fiscalYear)
          Returns the last university date for a given fiscal year
 

Uses of UniversityDate in org.kuali.kfs.sys.dataaccess.impl
 

Methods in org.kuali.kfs.sys.dataaccess.impl that return UniversityDate
 UniversityDate UniversityDateDaoOjb.getByPrimaryKey(Date date)
          Returns a university date record based on a given java.sql.Date.
 UniversityDate UniversityDateDaoOjb.getByPrimaryKey(Date date)
          Returns a university date record based on java.util.Date
 UniversityDate UniversityDateDaoOjb.getFirstFiscalYearDate(Integer fiscalYear)
          Returns the first university date for a given fiscal year
 UniversityDate UniversityDateDaoOjb.getLastFiscalYearDate(Integer fiscalYear)
          Returns the last university date for a given fiscal year
 

Uses of UniversityDate in org.kuali.kfs.sys.service
 

Methods in org.kuali.kfs.sys.service that return UniversityDate
 UniversityDate UniversityDateService.getCurrentUniversityDate()
          Returns the current university date.
 

Uses of UniversityDate in org.kuali.kfs.sys.service.impl
 

Methods in org.kuali.kfs.sys.service.impl that return UniversityDate
 UniversityDate UniversityDateServiceImpl.getCurrentUniversityDate()
          This method retrieves a UniversityDate object using today's date to create the instance.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.