public class AbstractInputTopiaDao extends AbstractAbstractInputTopiaDao<AbstractInput>
org.nuiton.topia.persistence.internal.AbstractTopiaDao.FindAllIterator<E extends org.nuiton.topia.persistence.TopiaEntity,O>, org.nuiton.topia.persistence.internal.AbstractTopiaDao.InnerTopiaQueryBuilderAddCriteriaOrRunQueryStep<E extends org.nuiton.topia.persistence.TopiaEntity>, org.nuiton.topia.persistence.internal.AbstractTopiaDao.InnerTopiaQueryBuilderRunQueryStep<E extends org.nuiton.topia.persistence.TopiaEntity>| Modifier and Type | Field and Description |
|---|---|
protected static String |
FIND_INTERVENTION_INPUT_IDS_QUERY |
cacheServiceSupplier| Constructor and Description |
|---|
AbstractInputTopiaDao() |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractInput> |
findAllByEffectiveIntervention(EffectiveIntervention effectiveIntervention)
Search all inputs defined on actions in given effective intervention.
|
protected List<AbstractInput> |
findAllByIntervention(String toInterventionProperty,
Object intervention) |
List<AbstractInput> |
findAllByPracticedIntervention(PracticedIntervention practicedIntervention)
Search all inputs defined on actions in given practiced intervention.
|
protected List<String> |
getInterventionInputIds(String toInterventionProperty,
org.nuiton.topia.persistence.TopiaEntity intervention) |
protected List<AbstractInput> |
getInterventionInputs(List<String> inputIds) |
createByNotNull, delete, findAllByInputType, findAllByProductName, findAllByQtAvg, findAllByQtMax, findAllByQtMed, findAllByQtMin, findAllUsages, findByInputType, findByProductName, findByQtAvg, findByQtMax, findByQtMed, findByQtMin, findUsages, forInputTypeEquals, forInputTypeIn, forProductNameEquals, forProductNameIn, forQtAvgEquals, forQtAvgIn, forQtMaxEquals, forQtMaxIn, forQtMedEquals, forQtMedIn, forQtMinEquals, forQtMinIn, getAggregate, getComposite, getEntityClass, getTopiaEntityEnumfindPropertyDistinctValues, getCacheService, getProjectionHelper, setCacheServiceSupplieraddTopiaEntityListener, addTopiaEntityVetoable, count, count, create, create, create, create, createAll, deleteAll, exists, find, find, find, findAll, findAll, findAll, findAllIds, findAllLazy, findAllLazy, findAllLazy, findAllLazy, findAllLazy, findAny, findAnyOrNull, findAnyOrNull, findByTopiaId, findFirst, findFirstOrNull, findPage, findUnique, findUniqueOrNull, forAll, forContains, forEquals, forHql, forHql, forHql, forIn, forProperties, forProperties, forTopiaIdEquals, forTopiaIdIn, getBatchSize, getHqlForNoConstraint, getHqlForProperties, getHqlForProperties, getTopiaFiresSupport, hqlContainsCount, hqlContainsOrderBy, hqlStartsWithSelect, init, initPagination, initPagination, iterator, newFromClause, newFromClause, newHqlAndParametersBuilder, newInstance, newQueryBuilder, removeTopiaEntityListener, removeTopiaEntityVetoable, setBatchSize, tryFindAny, tryFindByTopiaId, tryFindFirst, tryFindUnique, update, updateAllprotected static final String FIND_INTERVENTION_INPUT_IDS_QUERY
public List<AbstractInput> findAllByEffectiveIntervention(EffectiveIntervention effectiveIntervention)
effectiveIntervention - effective interventionpublic List<AbstractInput> findAllByPracticedIntervention(PracticedIntervention practicedIntervention)
practicedIntervention - practiced interventionprotected List<AbstractInput> findAllByIntervention(String toInterventionProperty, Object intervention)
protected List<AbstractInput> getInterventionInputs(List<String> inputIds)
Copyright © 2013–2015 Inra. All rights reserved.