Package com.avoka.fc.core.dao
Class JobStatusHistoryDao
java.lang.Object
com.avoka.core.dao.BaseDao
com.avoka.fc.core.dao.AbstractDao
com.avoka.fc.core.dao.JobStatusHistoryDao
Provides a DAO for the Collaboration Job Status History entity.
- Since:
- 18.05.0
- See Also:
-
Field Summary
Fields inherited from class com.avoka.core.dao.BaseDao
FETCH_LIMIT, STATEMENT_MAX_NO_PARAMETERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetObjectForPk
(Object jobStatusHistoryId) Return the job status history for the given OID.org.apache.cayenne.ResultIterator<JobStatusHistory>
Return up to 100,000 collaboration job status entries that have not yet been published for licensingMethods 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
-
JobStatusHistoryDao
public JobStatusHistoryDao()
-
-
Method Details
-
getObjectForPk
Return the job status history for the given OID.- Parameters:
jobStatusHistoryId
- the job status history OID- Returns:
- the matching job status history, if one exists
-
getStatusHistoryForLicensing
Return up to 100,000 collaboration job status entries that have not yet been published for licensing- Returns:
- a result iterator for matching job status history entries
-