org.kuali.kfs.fp.document.service
Interface BudgetAdjustmentLaborBenefitsService

All Known Implementing Classes:
BudgetAdjustmentLaborBenefitsServiceImpl

public interface BudgetAdjustmentLaborBenefitsService

This service interface defines methods that a BudgetAdjustmentLaborBenefitService implementation must provide.


Method Summary
 void generateLaborBenefitsAccountingLines(BudgetAdjustmentDocument budgetDocument)
          Generates labor benefit accounting lines for the budget document.
 boolean hasLaborObjectCodes(BudgetAdjustmentDocument budgetDocument)
          Checks the object codes from the document accounting lines against the labor object code table.
 

Method Detail

hasLaborObjectCodes

boolean hasLaborObjectCodes(BudgetAdjustmentDocument budgetDocument)
Checks the object codes from the document accounting lines against the labor object code table.

Parameters:
budgetDocument - The budget document to be analyzed.
Returns:
True if any labor object codes were found

generateLaborBenefitsAccountingLines

void generateLaborBenefitsAccountingLines(BudgetAdjustmentDocument budgetDocument)
Generates labor benefit accounting lines for the budget document.

Parameters:
budgetDocument - The budget document used to generate the labor benefit accounting lines.


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