Package com.avoka.fc.core.dao
Class JobActionDao
java.lang.Object
com.avoka.core.dao.BaseDao
com.avoka.fc.core.dao.AbstractDao
com.avoka.fc.core.dao.JobActionDao
Provides a Collaboration Job Action DAO class.
- Since:
- 4.0.0
-
Field Summary
Fields inherited from class com.avoka.core.dao.BaseDao
FETCH_LIMIT, STATEMENT_MAX_NO_PARAMETERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetActionsForJobStep
(Object jobStepId) Return the list of actions for the job step with the given ID, sorted by action sequence and then action id.Return the Job Action for the given action primary key, or null if not foundgetJobActionForKey
(String jobActionKey) Return the Job Action for the specified job action key, or null if not found.Methods inherited from class com.avoka.fc.core.dao.AbstractDao
andFilterClientExcludeNull, andFilterClientIncludeNull, andFilterClientOnly, isClientAccessAllowed, performQueryConfigCached
Methods inherited from class com.avoka.core.dao.BaseDao
addOrdering, addOrderingCaseInsensitive, addOrderingCaseSensitive, andQueryBetween, andQueryInExp, andQueryInExp, andQueryLikeIgnoreCaseExp, andQueryMatchDbExp, andQueryMatchExp, andQueryMatchIsNotNull, andQueryMatchIsNull, andQueryNoMatchExp, andQueryNotTrue, deleteObject, deleteObjects, findObject, getDataContext, getFetchLimit, getLogger, getObjectForPK, newObject, orQueryLikeIgnoreCaseExp, orQueryMatchExp, performNamedQuery, performNamedQuery, performNamedQuery, performNamedQuery, performNonSelectingQuery, performNonSelectingQuery, performNonSelectingQuery, performNonSelectingQuery, performQuery, performQuery, performQuery, registerNewObject, setCacheStrategy, setFetchLimit, setLocalCacheStrategy, setLocalCacheStrategy, setSharedCacheStrategy, toMap, toMap
-
Constructor Details
-
JobActionDao
public JobActionDao()
-
-
Method Details
-
getJobActionForID
Return the Job Action for the given action primary key, or null if not found- Parameters:
id
- the Job Action primary key- Returns:
- the Job Action for the given primary key
-
getJobActionForKey
Return the Job Action for the specified job action key, or null if not found.- Parameters:
jobActionKey
- the unique job action key (required)- Returns:
- the Job Action for the specified job action key, or null if not found
-
getActionsForJobStep
Return the list of actions for the job step with the given ID, sorted by action sequence and then action id.- Parameters:
jobStepId
- the OID of the job step (required)- Returns:
- the list of matching job actions
-