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
-
public class JobStatusHistoryDao extends AbstractDao
Provides a DAO for the Collaboration Job Status History entity.- Since:
- 18.05.0
- See Also:
JobStatusHistory
-
-
Field Summary
-
Fields inherited from class com.avoka.core.dao.BaseDao
FETCH_LIMIT, STATEMENT_MAX_NO_PARAMETERS
-
-
Constructor Summary
Constructors Constructor Description JobStatusHistoryDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobStatusHistory
getObjectForPk(Object jobStatusHistoryId)
Return the job status history for the given OID.org.apache.cayenne.ResultIterator<JobStatusHistory>
getStatusHistoryForLicensing()
Return up to 100,000 collaboration job status entries that have not yet been published for licensing-
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
-
-
-
-
Method Detail
-
getObjectForPk
public JobStatusHistory getObjectForPk(Object jobStatusHistoryId)
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
public org.apache.cayenne.ResultIterator<JobStatusHistory> 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
-
-