| java.lang.Object org.kuali.module.financial.rules.IsDebitTestUtils
IsDebitTestUtils | public class IsDebitTestUtils (Code) | | IsDebitTestUtils
|
Inner Class :public static class Amount | |
Method Summary | |
public static AccountingLine | getAssetLine(AccountingDocument financialDocument, Class<? extends AccountingLine> lineClass, KualiDecimal amount) | public static AccountingDocument | getDocument(DocumentService documentService, Class<? extends AccountingDocument> documentClass) | public static AccountingDocument | getErrorCorrectionDocument(DocumentService documentService, Class<? extends AccountingDocument> documentClass) | public static AccountingLine | getExpenseLine(AccountingDocument financialDocument, Class<? extends AccountingLine> lineClass, KualiDecimal amount) | public static AccountingLine | getIncomeLine(AccountingDocument financialDocument, Class<? extends AccountingLine> lineClass, KualiDecimal amount) | public static AccountingLine | getLiabilityLine(AccountingDocument financialDocument, Class<? extends AccountingLine> lineClass, KualiDecimal amount) | public static boolean | isDebit(DocumentTypeService documentTypeService, DataDictionaryService dataDicitionaryService, AccountingDocument financialDocument, AccountingLine accountingLine) | public static boolean | isDebitIllegalStateException(DocumentTypeService documentTypeService, DataDictionaryService dataDicitionaryService, AccountingDocument financialDocument, AccountingLine accountingLine) | public static boolean | isErrorCorrectionIllegalStateException(DocumentTypeService documentTypeService, DataDictionaryService dataDicitionaryService, AccountingDocument financialDocument, AccountingLine accountingLine) |
|
|