Uses of Class
org.kuali.kfs.sys.businessobject.AccountingLineOverride

Packages that use AccountingLineOverride
org.kuali.kfs.fp.document.web.struts   
org.kuali.kfs.module.ec.businessobject   
org.kuali.kfs.module.ld.businessobject   
org.kuali.kfs.sys.businessobject   
 

Uses of AccountingLineOverride in org.kuali.kfs.fp.document.web.struts
 

Methods in org.kuali.kfs.fp.document.web.struts that return AccountingLineOverride
static AccountingLineOverride BudgetAdjustmentForm.determineNeededOverrides(AccountingLine line)
          Determines what overrides the given line needs.
 

Uses of AccountingLineOverride in org.kuali.kfs.module.ec.businessobject
 

Methods in org.kuali.kfs.module.ec.businessobject that return AccountingLineOverride
static AccountingLineOverride EffortCertificationDetailLineOverride.determineNeededOverrides(EffortCertificationDetail detailLine)
          determine whether the given detail line has any attribute with override
 

Uses of AccountingLineOverride in org.kuali.kfs.module.ld.businessobject
 

Methods in org.kuali.kfs.module.ld.businessobject that return AccountingLineOverride
static AccountingLineOverride LaborAccountingLineOverride.determineNeededOverrides(AccountingLine line)
          Determines what overrides the given line needs.
 

Uses of AccountingLineOverride in org.kuali.kfs.sys.businessobject
 

Methods in org.kuali.kfs.sys.businessobject that return AccountingLineOverride
static AccountingLineOverride AccountingLineOverride.determineNeededOverrides(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.
 

Methods in org.kuali.kfs.sys.businessobject with parameters of type AccountingLineOverride
 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 © 2005-2012 The Kuali Foundation. All Rights Reserved.