Package com.avoka.fc.core.dao
Class WorkspaceDao
java.lang.Object
com.avoka.core.dao.BaseDao
com.avoka.fc.core.dao.WorkspaceDao
Provides Work Space DAO operations.
- Since:
- 4.3.4
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Job search criteria.static class
Submission search criteria. -
Field Summary
Fields inherited from class com.avoka.core.dao.BaseDao
FETCH_LIMIT, STATEMENT_MAX_NO_PARAMETERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetJobList
(WorkspaceDao.JobCriteria criteria) Return job list for the given search criteria.Return submission list for the given search criteria.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
-
WorkspaceDao
public WorkspaceDao()
-
-
Method Details
-
getJobList
Return job list for the given search criteria.- Parameters:
criteria
- the search criteria- Returns:
- the job list for the given search criteria.
-
getSubmissionList
Return submission list for the given search criteria.- Parameters:
criteria
- the search criteria- Returns:
- the submission list for the given search criteria.
-