Package | Description |
---|---|
org.kuali.ole.fp.document.web.struts | |
org.kuali.ole.sys.businessobject |
Modifier and Type | Method and Description |
---|---|
static AccountingLineOverride |
BudgetAdjustmentForm.determineNeededOverrides(AccountingLine line)
Determines what overrides the given line needs.
|
Modifier and Type | Method and Description |
---|---|
static AccountingLineOverride |
AccountingLineOverride.determineNeededOverrides(AccountingDocument document,
AccountingLine line)
Determines what overrides the given line needs.
|
AccountingLineOverride |
AccountingLineOverride.mask(AccountingLineOverride mask)
Returns the AccountingLineOverride that has the components of this AccountingLineOverride minus any components not in the
given mask.
|
static AccountingLineOverride |
AccountingLineOverride.valueOf(Integer[] components)
Factory method from components.
|
static AccountingLineOverride |
AccountingLineOverride.valueOf(Set components) |
static AccountingLineOverride |
AccountingLineOverride.valueOf(String code)
Factory method from code.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AccountingLineOverride.isValidMask(AccountingLineOverride mask)
Returns whether this override, when masked by the given override, is valid.
|
AccountingLineOverride |
AccountingLineOverride.mask(AccountingLineOverride mask)
Returns the AccountingLineOverride that has the components of this AccountingLineOverride minus any components not in the
given mask.
|
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.