| org.kuali.kfs.context.KualiTestBase org.kuali.module.labor.LaborOriginEntryTestBase
All known Subclasses: org.kuali.module.labor.LaborScrubberServiceTest,
Inner Class :protected class EntryHolder | |
Method Summary | |
protected void | assertOriginEntries(int groupCount, EntryHolder[] requiredEntries) Check all the entries in gl_origin_entry_t against the data passed in EntryHolder[]. | protected void | clearEncumbranceTable() | protected void | clearExpenditureTable() | protected void | clearGlAccountBalanceTable() | protected void | clearGlBalanceTable() | protected void | clearGlEntryTable(String fin_coa_cd, String account_nbr) | protected void | clearOriginEntryTables() | protected void | clearReversalTable() | protected void | clearSufficientFundBalanceTable() | protected int | getGroup(List groups, String groupCode) | protected void | loadInputTransactions(String groupCode, String[] transactions, Date date) | protected void | loadInputTransactions(String groupCode, String[] transactions) | protected void | loadTransactions(String[] transactions, OriginEntryGroup group) | protected void | resetAllEnhancementFlags() | protected void | setApplicationConfigurationFlag(Class componentClass, String name, boolean value) | protected void | setUp() | protected void | trace(Object o, int tabIndentCount) | protected void | traceList(List list, String name) |
FLEXIBLE_CLAIM_ON_CASH_BANK_ENABLED_FLAG | protected static Object[] FLEXIBLE_CLAIM_ON_CASH_BANK_ENABLED_FLAG(Code) | | |
FLEXIBLE_OFFSET_ENABLED_FLAG | protected static Object[] FLEXIBLE_OFFSET_ENABLED_FLAG(Code) | | |
LaborOriginEntryTestBase | public LaborOriginEntryTestBase()(Code) | | |
assertOriginEntries | protected void assertOriginEntries(int groupCount, EntryHolder[] requiredEntries)(Code) | | Check all the entries in gl_origin_entry_t against the data passed in EntryHolder[]. If any of them are different, assert an
error.
Parameters: requiredEntries - |
clearEncumbranceTable | protected void clearEncumbranceTable()(Code) | | |
clearExpenditureTable | protected void clearExpenditureTable()(Code) | | |
clearGlAccountBalanceTable | protected void clearGlAccountBalanceTable()(Code) | | |
clearGlBalanceTable | protected void clearGlBalanceTable()(Code) | | |
clearGlEntryTable | protected void clearGlEntryTable(String fin_coa_cd, String account_nbr)(Code) | | |
clearOriginEntryTables | protected void clearOriginEntryTables()(Code) | | |
clearReversalTable | protected void clearReversalTable()(Code) | | |
clearSufficientFundBalanceTable | protected void clearSufficientFundBalanceTable()(Code) | | |
loadInputTransactions | protected void loadInputTransactions(String groupCode, String[] transactions, Date date)(Code) | | |
loadInputTransactions | protected void loadInputTransactions(String groupCode, String[] transactions)(Code) | | |
resetAllEnhancementFlags | protected void resetAllEnhancementFlags() throws Exception(Code) | | |
setApplicationConfigurationFlag | protected void setApplicationConfigurationFlag(Class componentClass, String name, boolean value) throws Exception(Code) | | |
trace | protected void trace(Object o, int tabIndentCount)(Code) | | |
|
|