org.kuali.kfs.module.ld.businessobject
Class LaborAccountingLineOverride

java.lang.Object
  extended by org.kuali.kfs.module.ld.businessobject.LaborAccountingLineOverride

public class LaborAccountingLineOverride
extends Object

Labor business object for Labor Accounting Line Override


Constructor Summary
LaborAccountingLineOverride()
           
 
Method Summary
static AccountingLineOverride determineNeededOverrides(AccountingLine line)
          Determines what overrides the given line needs.
static void populateFromInput(AccountingLine line)
          On the given AccountingLine, converts override input checkboxes from a Struts Form into a persistable override code.
static void processForOutput(AccountingLine line)
          Prepares the given AccountingLine in a Struts Action for display by a JSP.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaborAccountingLineOverride

public LaborAccountingLineOverride()
Method Detail

populateFromInput

public static void populateFromInput(AccountingLine line)
On the given AccountingLine, converts override input checkboxes from a Struts Form into a persistable override code.

Parameters:
line -

processForOutput

public static void processForOutput(AccountingLine line)
Prepares the given AccountingLine in a Struts Action for display by a JSP. This means converting the override code to checkboxes for display and input, as well as analyzing the accounting line and determining which override checkboxes are needed.

Parameters:
line -

determineNeededOverrides

public static AccountingLineOverride determineNeededOverrides(AccountingLine line)
Determines what overrides the given line needs.

Parameters:
line -
Returns:
what overrides the given line needs.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.