org.kuali.kfs.module.bc.batch.service
Interface BudgetConstructionHumanResourcesPayrollInterfaceService

All Known Implementing Classes:
BudgetConstructionHumanResourcesPayrollInterfaceServiceImpl

public interface BudgetConstructionHumanResourcesPayrollInterfaceService


Method Summary
 void refreshBudgetConstructionIntendedIncumbent(Integer BaseYear, boolean PositionSynchOK, boolean CSFUpdateOK, boolean BCUpdatesAllowed)
          read from the HR/Payroll systems and create person-related information (ranks, titles) for display in budget construction
 void refreshBudgetConstructionPosition(Integer BaseYear, boolean PositionSynchOK, boolean CSFUpdateOK)
          read from the HR/Payroll systems and create/update position rows in Budget Construction for both the base and request years
 

Method Detail

refreshBudgetConstructionPosition

void refreshBudgetConstructionPosition(Integer BaseYear,
                                       boolean PositionSynchOK,
                                       boolean CSFUpdateOK)
read from the HR/Payroll systems and create/update position rows in Budget Construction for both the base and request years

Parameters:
BaseYear -
PositionSynchOK - control flag which indicates whether position data in budget construction is updateable or frozen
CSFUpdateOK - control flag which indicates whether current payroll information can flow into budget construction

refreshBudgetConstructionIntendedIncumbent

void refreshBudgetConstructionIntendedIncumbent(Integer BaseYear,
                                                boolean PositionSynchOK,
                                                boolean CSFUpdateOK,
                                                boolean BCUpdatesAllowed)
read from the HR/Payroll systems and create person-related information (ranks, titles) for display in budget construction

Parameters:
BaseYear -
PositionSynchOK - control flag which indicates whether position data in budget construction is updateable or frozen
CSFUpdateOK - control flag which indicates whether current payroll information can flow into budget construction


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