org.kuali.kfs.module.ld.dataaccess
Interface LaborDao

All Known Implementing Classes:
LaborDaoOjb

public interface LaborDao

This class is an interface to data access objects for general labor related inquiries. It will be deprecated after the data access methods here are put down to business object level.


Method Summary
 Iterator getCurrentFunds(Map fieldValues, boolean isConsolidated)
          This method returns current funds data
 Object getEncumbranceTotal(Map fieldValues)
          This method returns an encumberence total for a given selection criteria
 Collection getJuly1(Map fieldValues)
           
 Collection<July1PositionFunding> getJuly1PositionFunding(Map<String,String> fieldValues)
          This method returns current July1 Position Funding data
 void insert(org.kuali.rice.kns.bo.BusinessObject businessObject)
          Stores a business object without doing a update query.
 

Method Detail

getEncumbranceTotal

Object getEncumbranceTotal(Map fieldValues)
This method returns an encumberence total for a given selection criteria

Parameters:
fieldValues -
Returns:

getCurrentFunds

Iterator getCurrentFunds(Map fieldValues,
                         boolean isConsolidated)
This method returns current funds data

Parameters:
fieldValues -
isConsolidated -
Returns:
Collection

getJuly1PositionFunding

Collection<July1PositionFunding> getJuly1PositionFunding(Map<String,String> fieldValues)
This method returns current July1 Position Funding data

Parameters:
fieldValues -
Returns:
Collection

getJuly1

Collection getJuly1(Map fieldValues)

insert

void insert(org.kuali.rice.kns.bo.BusinessObject businessObject)
Stores a business object without doing a update query.

Parameters:
businessObject - - Business Object to Store.


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