org.kuali.kfs.module.bc.batch.service.impl
Class BudgetConstructionHumanResourcesPayrollInterfaceServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.bc.batch.service.impl.BudgetConstructionHumanResourcesPayrollInterfaceServiceImpl
All Implemented Interfaces:
BudgetConstructionHumanResourcesPayrollInterfaceService

@Transactional
public class BudgetConstructionHumanResourcesPayrollInterfaceServiceImpl
extends Object
implements BudgetConstructionHumanResourcesPayrollInterfaceService


Constructor Summary
BudgetConstructionHumanResourcesPayrollInterfaceServiceImpl()
           
 
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
 void setBudgetConstructionHumanResourcesPayrollInterfaceDao(BudgetConstructionHumanResourcesPayrollInterfaceDao budgetConstructionHumanResourcesPayrollInterfaceDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BudgetConstructionHumanResourcesPayrollInterfaceServiceImpl

public BudgetConstructionHumanResourcesPayrollInterfaceServiceImpl()
Method Detail

refreshBudgetConstructionPosition

public void refreshBudgetConstructionPosition(Integer baseYear,
                                              boolean positionSynchOK,
                                              boolean CSFUpdateOK)
Description copied from interface: BudgetConstructionHumanResourcesPayrollInterfaceService
read from the HR/Payroll systems and create/update position rows in Budget Construction for both the base and request years

Specified by:
refreshBudgetConstructionPosition in interface BudgetConstructionHumanResourcesPayrollInterfaceService
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
See Also:
BudgetConstructionHumanResourcesPayrollInterfaceService.refreshBudgetConstructionPosition(java.lang.Integer, boolean, boolean)

refreshBudgetConstructionIntendedIncumbent

public void refreshBudgetConstructionIntendedIncumbent(Integer baseYear,
                                                       boolean positionSynchOK,
                                                       boolean CSFUpdateOK,
                                                       boolean BCUpdatesAllowed)
Description copied from interface: BudgetConstructionHumanResourcesPayrollInterfaceService
read from the HR/Payroll systems and create person-related information (ranks, titles) for display in budget construction

Specified by:
refreshBudgetConstructionIntendedIncumbent in interface BudgetConstructionHumanResourcesPayrollInterfaceService
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
See Also:
org.kuali.kfs.module.bc.batch.service.BudgetConstructionHumanResourcesPayrollInterfaceService#refreshBudgetConstructionIntendedIncumbent(java.lang.Integer, boolean, boolean)

setBudgetConstructionHumanResourcesPayrollInterfaceDao

public void setBudgetConstructionHumanResourcesPayrollInterfaceDao(BudgetConstructionHumanResourcesPayrollInterfaceDao budgetConstructionHumanResourcesPayrollInterfaceDao)


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