|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
Object getEncumbranceTotal(Map fieldValues)
fieldValues
-
Iterator getCurrentFunds(Map fieldValues, boolean isConsolidated)
fieldValues
- isConsolidated
-
Collection<July1PositionFunding> getJuly1PositionFunding(Map<String,String> fieldValues)
fieldValues
-
Collection getJuly1(Map fieldValues)
void insert(org.kuali.rice.kns.bo.BusinessObject businessObject)
businessObject
- - Business Object to Store.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |