Method Summary |
|
public List<PurApAccountingLine> | generateAccountDistributionForProration(List<SourceAccountingLine> accounts, KualiDecimal totalAmount, Integer percentScale) |
public List<PurApAccountingLine> | generateAccountDistributionForProration(List<SourceAccountingLine> accounts, KualiDecimal totalAmount, Integer percentScale, Class clazz) |
public List<PurApAccountingLine> | generateAccountDistributionForProrationWithZeroTotal(List<PurApAccountingLine> accounts, Integer percentScale) |
public List<SourceAccountingLine> | generateSummary(List<PurApItem> items) |
public List<SummaryAccount> | generateSummaryAccounts(PurchasingAccountsPayableDocument document) |
public List<SourceAccountingLine> | generateSummaryExcludeItemTypes(List<PurApItem> items, Set excludedItemTypeCodes) |
public List<SourceAccountingLine> | generateSummaryExcludeItemTypesAndNoZeroTotals(List<PurApItem> items, Set excludedItemTypeCodes) |
public List<SourceAccountingLine> | generateSummaryIncludeItemTypes(List<PurApItem> items, Set includedItemTypeCodes) |
public List<SourceAccountingLine> | generateSummaryIncludeItemTypesAndNoZeroTotals(List<PurApItem> items, Set includedItemTypeCodes) |
public List<SourceAccountingLine> | generateSummaryWithNoZeroTotals(List<PurApItem> items) |
public List<SourceAccountingLine> | generateSummaryWithNoZeroTotalsUsingAlternateAmount(List<PurApItem> items) |
public List<PurApAccountingLine> | getAccountsFromItem(PurApItem item) |
public PurApAccountingDao | getPurApAccountingDao() |
public void | setPurApAccountingDao(PurApAccountingDao purApAccountingDao) |
public void | updateAccountAmounts(PurchasingAccountsPayableDocument document) |
public void | updateItemAccountAmounts(PurApItem item) |