|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BudgetDAO
DAO for Budget
| Method Summary | |
|---|---|
java.util.List |
getByWorkItemAndPerson(java.lang.Integer workItemID,
java.lang.Integer personID)
Get the budget history for an item |
java.util.List |
loadByWorkItemKeys(int[] workItemKeys)
Loads a BudgetBean list by workItemKeys |
java.util.List |
loadLastBudgetForWorkItems()
Gets a list of TComputedValuesBean with the last cost/time values grouped by workItems |
TBudgetBean |
loadLastByWorkItemKey1(java.lang.Integer objectID)
Loads the last BudgetBean by workItemKey |
java.lang.Integer |
save(TBudgetBean budgetBean)
Saves a BudgetBean in the TBudget table |
| Method Detail |
|---|
TBudgetBean loadLastByWorkItemKey1(java.lang.Integer objectID)
objectID -
java.util.List loadByWorkItemKeys(int[] workItemKeys)
workItemKeys -
java.lang.Integer save(TBudgetBean budgetBean)
budgetBean -
java.util.List getByWorkItemAndPerson(java.lang.Integer workItemID,
java.lang.Integer personID)
workItemKey - personID - if not null filter also by personID
java.util.List loadLastBudgetForWorkItems()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||