com.aurel.track.dao
Interface ActualEstimatedBudgetDAO

All Known Implementing Classes:
TActualEstimatedBudgetPeer

public interface ActualEstimatedBudgetDAO

O DAO for ActualEstimatedBudget

Author:
Tamas Ruff

Method Summary
 TActualEstimatedBudgetBean loadByWorkItemKey1(java.lang.Integer objectID)
          Loads the last ActualEstimatedBudgetBean by workItemKey
 java.util.List loadByWorkItemKeys(int[] workItemKeys)
          Loads a ActualEstimatedBudgetBean list by workItemKeys
 java.lang.Integer save(TActualEstimatedBudgetBean actualEstimatedbudgetBean)
          Saves an ActualEstimatedBudgetBean in the TActualEstimatedBudget table
 

Method Detail

loadByWorkItemKey1

TActualEstimatedBudgetBean loadByWorkItemKey1(java.lang.Integer objectID)
Loads the last ActualEstimatedBudgetBean by workItemKey

Parameters:
objectID -
Returns:

loadByWorkItemKeys

java.util.List loadByWorkItemKeys(int[] workItemKeys)
Loads a ActualEstimatedBudgetBean list by workItemKeys

Parameters:
workItemKeys -
Returns:

save

java.lang.Integer save(TActualEstimatedBudgetBean actualEstimatedbudgetBean)
Saves an ActualEstimatedBudgetBean in the TActualEstimatedBudget table

Parameters:
baseLineBean -
Returns:


Issue Tracking with Track+: Home Page      Copyright © 2008 Trackplus. All Rights Reserved.