| java.lang.Object org.kuali.module.labor.bo.LaborAccountingLineOverride
LaborAccountingLineOverride | public class LaborAccountingLineOverride (Code) | | Labor business object for Labor Accounting Line Override
|
determineNeededOverrides | public static AccountingLineOverride determineNeededOverrides(AccountingLine line)(Code) | | Determines what overrides the given line needs.
Parameters: line - what overrides the given line needs. |
populateFromInput | public static void populateFromInput(AccountingLine line)(Code) | | 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)(Code) | | 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 - |
|
|