Package com.avoka.fc.core.dao
Class SubmissionDeliveryFuncDao
java.lang.Object
com.avoka.core.dao.BaseDao
com.avoka.fc.core.dao.SubmissionDeliveryFuncDao
Provides a DAO for the SubmissionDeliveryFunc entities.
- Since:
- 17.10.0
-
Field Summary
Fields inherited from class com.avoka.core.dao.BaseDao
FETCH_LIMIT, STATEMENT_MAX_NO_PARAMETERS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFuncForSubmission
(Submission submission, ServiceDefinition deliveryService) Return the SubmissionDeliveryFunc for the given submission and service definition.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
-
SubmissionDeliveryFuncDao
public SubmissionDeliveryFuncDao()
-
-
Method Details
-
getFuncForSubmission
public SubmissionDeliveryFunc getFuncForSubmission(Submission submission, ServiceDefinition deliveryService) Return the SubmissionDeliveryFunc for the given submission and service definition.- Parameters:
submission
- the submission record (required)deliveryService
- the function service definition (record)- Returns:
- the SubmissionDeliveryFunc for the given submission and service definition
-