Uses of Interface
org.kuali.kfs.module.bc.businessobject.Position

Packages that use Position
org.kuali.kfs.module.bc.businessobject   
org.kuali.kfs.module.bc.dataaccess   
org.kuali.kfs.module.bc.dataaccess.impl   
org.kuali.kfs.module.bc.service   
org.kuali.kfs.module.bc.service.impl   
 

Uses of Position in org.kuali.kfs.module.bc.businessobject
 

Classes in org.kuali.kfs.module.bc.businessobject that implement Position
 class BudgetConstructionPosition
           
 

Uses of Position in org.kuali.kfs.module.bc.dataaccess
 

Methods in org.kuali.kfs.module.bc.dataaccess that return Position
 Position HumanResourcesPayrollDao.getPosition(Integer universityFiscalYear, String positionNumber)
          Gets the Position data for the given key.
 

Uses of Position in org.kuali.kfs.module.bc.dataaccess.impl
 

Methods in org.kuali.kfs.module.bc.dataaccess.impl that return Position
 Position HumanResourcesPayrollDaoJdbc.getPosition(Integer universityFiscalYear, String positionNumber)
          Gets the Position data by querying PS_POSITION_DATA then setting other fields using IU business rules.
 

Methods in org.kuali.kfs.module.bc.dataaccess.impl with parameters of type Position
 void HumanResourcesPayrollDaoJdbc.populatePositionData(Position position, HumanResourcesPayrollDaoJdbc.PositionData positionData)
          Sets Position fields with data from PositionData
 void HumanResourcesPayrollDaoJdbc.setDefaultObjectClass(Position position)
          Sets defaults based on salary plan.
 

Uses of Position in org.kuali.kfs.module.bc.service
 

Methods in org.kuali.kfs.module.bc.service that return Position
 Position HumanResourcesPayrollService.getPosition(Integer universityFiscalYear, String positionNumber)
          Pulls position data from an external system for the given position identifying fields and populates a Position object.
 

Uses of Position in org.kuali.kfs.module.bc.service.impl
 

Methods in org.kuali.kfs.module.bc.service.impl that return Position
 Position HumanResourcesPayrollServiceImpl.getPosition(Integer universityFiscalYear, String positionNumber)
          This is just a bootstrap implementation.
 

Methods in org.kuali.kfs.module.bc.service.impl with parameters of type Position
protected  BudgetConstructionPosition BudgetConstructionPositionServiceImpl.buildBudgetPosition(Position position, BudgetConstructionPosition budgetConstructionPosition)
          Populates a new BudgetConstructionPosition object from a Position object.
 



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