|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaDAOImpl<E>
fr.ifremer.isisfish.entities.StrategyMonthInfoDAOAbstract<E>
public abstract class StrategyMonthInfoDAOAbstract<E extends StrategyMonthInfo>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
StrategyMonthInfoDAOAbstract()
|
|
| Method Summary | ||
|---|---|---|
List<E> |
findAllByMinInactivityDays(double v)
|
|
List<E> |
findAllByMonth(Month v)
|
|
List<E> |
findAllByNumberOfTrips(double v)
|
|
List<E> |
findAllByProportionMetier(org.nuiton.math.matrix.MatrixND v)
|
|
List<E> |
findAllByStrategy(Strategy v)
|
|
List<E> |
findAllByTripType(TripType v)
|
|
Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> |
findAllUsages(E entity)
|
|
E |
findByMinInactivityDays(double v)
|
|
E |
findByMonth(Month v)
|
|
E |
findByNumberOfTrips(double v)
|
|
E |
findByProportionMetier(org.nuiton.math.matrix.MatrixND v)
|
|
E |
findByStrategy(Strategy v)
|
|
E |
findByTripType(TripType v)
|
|
|
findUsages(Class<U> type,
E entity)
|
|
Class<E> |
getEntityClass()
|
|
IsisFishDAOHelper.IsisFishEntityEnum |
getTopiaEntityEnum()
|
|
| Methods inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
addTopiaEntityListener, addTopiaEntityVetoable, count, countByQuery, create, create, create, createQuery, createQuery, delete, existByProperties, existByQuery, existByTopiaId, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllContains, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, findContains, getContext, getId, getId, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StrategyMonthInfoDAOAbstract()
| Method Detail |
|---|
public Class<E> getEntityClass()
getEntityClass in interface org.nuiton.topia.persistence.TopiaDAO<E extends StrategyMonthInfo>getEntityClass in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends StrategyMonthInfo>public IsisFishDAOHelper.IsisFishEntityEnum getTopiaEntityEnum()
getTopiaEntityEnum in interface org.nuiton.topia.persistence.TopiaDAO<E extends StrategyMonthInfo>getTopiaEntityEnum in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends StrategyMonthInfo>
public E findByMonth(Month v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByMonth(Month v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByMinInactivityDays(double v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByMinInactivityDays(double v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByNumberOfTrips(double v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByNumberOfTrips(double v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByProportionMetier(org.nuiton.math.matrix.MatrixND v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByProportionMetier(org.nuiton.math.matrix.MatrixND v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByTripType(TripType v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByTripType(TripType v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByStrategy(Strategy v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByStrategy(Strategy v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public <U extends org.nuiton.topia.persistence.TopiaEntity> List<U> findUsages(Class<U> type,
E entity)
throws org.nuiton.topia.TopiaException
findUsages in interface org.nuiton.topia.persistence.TopiaDAO<E extends StrategyMonthInfo>findUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends StrategyMonthInfo>org.nuiton.topia.TopiaException
public Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> findAllUsages(E entity)
throws org.nuiton.topia.TopiaException
findAllUsages in interface org.nuiton.topia.persistence.TopiaDAO<E extends StrategyMonthInfo>findAllUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends StrategyMonthInfo>org.nuiton.topia.TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||