org.kuali.kfs.gl.businessobject
Class OriginEntrySource

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kns.bo.KualiCodeBase
              extended by org.kuali.kfs.gl.businessobject.OriginEntrySource
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.KualiCode, org.kuali.rice.kns.bo.PersistableBusinessObject

public class OriginEntrySource
extends org.kuali.rice.kns.bo.KualiCodeBase

A class that defines all the source codes for all types of Origin Entry groups

See Also:
Serialized Form

Field Summary
static String BACKUP
          A general ledger backup group
static String COLLECTOR
          a general ledger group created by the collector
static String ENTERPRISE_FEED
          a general ledger group created by the enterprise feeder
static String EXTERNAL
           
static String GENERATE_BY_EDOC
          a general ledger group made of origin entries from processed documents; created by nightly out
static String GL_CORRECTION_PROCESS_EDOC
          a general ledger group creacted by the GLCP
static String ICR_POSTER_ERROR
          a general ledger group of indirect cost recovery origin entries that resulted in poster errors
static String ICR_POSTER_VALID
          a general ledger group of indirect cost recovery origin entries that the poster considered valid
static String ICR_TRANSACTIONS
          a general ledger group of indirect cost recovery origin entries
static String LABOR_BACKUP
          a backup labor ledger group
static String LABOR_CORRECTION_PROCESS_EDOC
          a labor ledger group of origin entries created by a Labor Ledger Correction Process document
static String LABOR_EDOC
          a labor ledger group created by labor processing documents
static String LABOR_LEDGER_GENERAL_LEDGER
          a labor ledger group of origin entries
static String LABOR_MAIN_POSTER_ERROR
          a labor ledger group of origin entries that the labor poster reports as errors
static String LABOR_MAIN_POSTER_VALID
          a labor ledger group of origin entries that the labor poster considered valid and posted
static String LABOR_PAYROLL_ACCRUAL
          a labor ledger group of origin entries for payroll accrual
static String LABOR_SCRUBBER_ERROR
          a labor ledger group of origin entries that the labor scrubber reports as errors
static String LABOR_SCRUBBER_EXPIRED
          a labor ledger group of origin entries that the labor scrubber reported as having expired accounts
static String LABOR_SCRUBBER_VALID
          a labor ledger group of origin entries that the labor scrubber considers valid (and therefore can be posted by the labor poster)
static String LABOR_YEAR_END_BALANCE_FORWARD
          a labor ledger group created by the labor balance forwards year end job
static String MAIN_POSTER_ERROR
          a general ledger group of origin entries that the poster reports as errors
static String MAIN_POSTER_VALID
          a general ledger group of origin entries that the poster considered valid and posted
static String PDP
          a general ledger group created by the post disbursement processor
static String REVERSAL_POSTER_ERROR
          a general ledger group of origin entries that the reversal poster reported as errors
static String REVERSAL_POSTER_VALID
          a general ledger group of origin entries that the reversal poster considered valid and posted
static String SCRUBBER_ERROR
          a general ledger group of origin entries the scrubber reported were in error
static String SCRUBBER_EXPIRED
          a general ledger group of origin entries that the scrubber reported as having expired accounts
static String SCRUBBER_VALID
          a general ledger group of origin entries that the scrubber considered valid (and therefore are ready to be posted)
static String YEAR_END_BEGINNING_BALANCE
          a general ledger group created by the balance forwards year end job with still open accounts
static String YEAR_END_BEGINNING_BALANCE_PRIOR_YEAR
          a general ledger group created by the balance forwards year end job with still closed accounts
static String YEAR_END_CLOSE_NOMINAL_BALANCES
          a general ledger group created by the nominal activity closing year end job
static String YEAR_END_ENCUMBRANCE_CLOSING
          a general ledger group created by the forward encumbrances year end job
static String YEAR_END_ORG_REVERSION
          a general ledger group created by the organization reversion year end job
 
Fields inherited from class org.kuali.rice.kns.bo.KualiCodeBase
active, code, name
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
OriginEntrySource()
           
 
Method Summary
 
Methods inherited from class org.kuali.rice.kns.bo.KualiCodeBase
equals, getCode, getCodeAndDescription, getCodeAndDescription, getName, hashCode, isActive, setActive, setCode, setName, toStringMapper
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Field Detail

BACKUP

public static final String BACKUP
A general ledger backup group

See Also:
Constant Field Values

COLLECTOR

public static final String COLLECTOR
a general ledger group created by the collector

See Also:
Constant Field Values

GENERATE_BY_EDOC

public static final String GENERATE_BY_EDOC
a general ledger group made of origin entries from processed documents; created by nightly out

See Also:
Constant Field Values

EXTERNAL

public static final String EXTERNAL
See Also:
Constant Field Values

GL_CORRECTION_PROCESS_EDOC

public static final String GL_CORRECTION_PROCESS_EDOC
a general ledger group creacted by the GLCP

See Also:
Constant Field Values

ICR_TRANSACTIONS

public static final String ICR_TRANSACTIONS
a general ledger group of indirect cost recovery origin entries

See Also:
Constant Field Values

ICR_POSTER_ERROR

public static final String ICR_POSTER_ERROR
a general ledger group of indirect cost recovery origin entries that resulted in poster errors

See Also:
Constant Field Values

ICR_POSTER_VALID

public static final String ICR_POSTER_VALID
a general ledger group of indirect cost recovery origin entries that the poster considered valid

See Also:
Constant Field Values

MAIN_POSTER_ERROR

public static final String MAIN_POSTER_ERROR
a general ledger group of origin entries that the poster reports as errors

See Also:
Constant Field Values

MAIN_POSTER_VALID

public static final String MAIN_POSTER_VALID
a general ledger group of origin entries that the poster considered valid and posted

See Also:
Constant Field Values

REVERSAL_POSTER_ERROR

public static final String REVERSAL_POSTER_ERROR
a general ledger group of origin entries that the reversal poster reported as errors

See Also:
Constant Field Values

REVERSAL_POSTER_VALID

public static final String REVERSAL_POSTER_VALID
a general ledger group of origin entries that the reversal poster considered valid and posted

See Also:
Constant Field Values

SCRUBBER_ERROR

public static final String SCRUBBER_ERROR
a general ledger group of origin entries the scrubber reported were in error

See Also:
Constant Field Values

SCRUBBER_VALID

public static final String SCRUBBER_VALID
a general ledger group of origin entries that the scrubber considered valid (and therefore are ready to be posted)

See Also:
Constant Field Values

SCRUBBER_EXPIRED

public static final String SCRUBBER_EXPIRED
a general ledger group of origin entries that the scrubber reported as having expired accounts

See Also:
Constant Field Values

YEAR_END_BEGINNING_BALANCE

public static final String YEAR_END_BEGINNING_BALANCE
a general ledger group created by the balance forwards year end job with still open accounts

See Also:
Constant Field Values

YEAR_END_BEGINNING_BALANCE_PRIOR_YEAR

public static final String YEAR_END_BEGINNING_BALANCE_PRIOR_YEAR
a general ledger group created by the balance forwards year end job with still closed accounts

See Also:
Constant Field Values

YEAR_END_CLOSE_NOMINAL_BALANCES

public static final String YEAR_END_CLOSE_NOMINAL_BALANCES
a general ledger group created by the nominal activity closing year end job

See Also:
Constant Field Values

YEAR_END_ENCUMBRANCE_CLOSING

public static final String YEAR_END_ENCUMBRANCE_CLOSING
a general ledger group created by the forward encumbrances year end job

See Also:
Constant Field Values

YEAR_END_ORG_REVERSION

public static final String YEAR_END_ORG_REVERSION
a general ledger group created by the organization reversion year end job

See Also:
Constant Field Values

PDP

public static final String PDP
a general ledger group created by the post disbursement processor

See Also:
Constant Field Values

ENTERPRISE_FEED

public static final String ENTERPRISE_FEED
a general ledger group created by the enterprise feeder

See Also:
Constant Field Values

LABOR_MAIN_POSTER_ERROR

public static final String LABOR_MAIN_POSTER_ERROR
a labor ledger group of origin entries that the labor poster reports as errors

See Also:
Constant Field Values

LABOR_MAIN_POSTER_VALID

public static final String LABOR_MAIN_POSTER_VALID
a labor ledger group of origin entries that the labor poster considered valid and posted

See Also:
Constant Field Values

LABOR_SCRUBBER_ERROR

public static final String LABOR_SCRUBBER_ERROR
a labor ledger group of origin entries that the labor scrubber reports as errors

See Also:
Constant Field Values

LABOR_SCRUBBER_VALID

public static final String LABOR_SCRUBBER_VALID
a labor ledger group of origin entries that the labor scrubber considers valid (and therefore can be posted by the labor poster)

See Also:
Constant Field Values

LABOR_BACKUP

public static final String LABOR_BACKUP
a backup labor ledger group

See Also:
Constant Field Values

LABOR_SCRUBBER_EXPIRED

public static final String LABOR_SCRUBBER_EXPIRED
a labor ledger group of origin entries that the labor scrubber reported as having expired accounts

See Also:
Constant Field Values

LABOR_EDOC

public static final String LABOR_EDOC
a labor ledger group created by labor processing documents

See Also:
Constant Field Values

LABOR_CORRECTION_PROCESS_EDOC

public static final String LABOR_CORRECTION_PROCESS_EDOC
a labor ledger group of origin entries created by a Labor Ledger Correction Process document

See Also:
Constant Field Values

LABOR_YEAR_END_BALANCE_FORWARD

public static final String LABOR_YEAR_END_BALANCE_FORWARD
a labor ledger group created by the labor balance forwards year end job

See Also:
Constant Field Values

LABOR_PAYROLL_ACCRUAL

public static final String LABOR_PAYROLL_ACCRUAL
a labor ledger group of origin entries for payroll accrual

See Also:
Constant Field Values

LABOR_LEDGER_GENERAL_LEDGER

public static final String LABOR_LEDGER_GENERAL_LEDGER
a labor ledger group of origin entries

See Also:
Constant Field Values
Constructor Detail

OriginEntrySource

public OriginEntrySource()


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