Package fr.ifremer.isisfish.entities
Class SetOfVesselsDAOAbstract<E extends SetOfVessels>
java.lang.Object
org.nuiton.topia.persistence.TopiaDAOImpl<E>
fr.ifremer.isisfish.entities.SetOfVesselsDAOAbstract<E>
- All Implemented Interfaces:
Iterable<E>
,org.nuiton.topia.persistence.TopiaDAO<E>
,org.nuiton.topia.persistence.TopiaDAODeprecated<E>
- Direct Known Subclasses:
SetOfVesselsDAOImpl
public abstract class SetOfVesselsDAOAbstract<E extends SetOfVessels>
extends org.nuiton.topia.persistence.TopiaDAOImpl<E>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.nuiton.topia.persistence.TopiaDAOImpl
org.nuiton.topia.persistence.TopiaDAOImpl.FindAllIterator<E extends org.nuiton.topia.persistence.TopiaEntity,
R extends Object> -
Field Summary
Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl
context, entityClass
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
findAllByCapitalDeprecation
(double v) findAllByFixedCosts
(double v) findAllByInterestCost
(double v) findAllByNumberOfVessels
(int v) findAllByVesselCosts
(double v) Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,
List<? extends org.nuiton.topia.persistence.TopiaEntity>> findAllUsages
(E entity) findByCapitalDeprecation
(double v) findByFixedCosts
(double v) findByInterestCost
(double v) findByName
(String v) findByNumberOfVessels
(int v) findByPort
(Port v) findByVesselCosts
(double v) <U extends org.nuiton.topia.persistence.TopiaEntity>
List<U>findUsages
(Class<U> type, E entity) Methods inherited from class org.nuiton.topia.persistence.TopiaDAOImpl
addTopiaEntityListener, addTopiaEntityVetoable, computeAndAddRecordsToPager, count, countByQuery, countByQuery, create, create, create, createQuery, createQuery, createSimpleQuery, deleteAll, existByProperties, existByQuery, existByTopiaId, existsByQuery, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllByQuery, findAllByQuery, findAllByQueryAndPager, findAllByQueryAndPager, findAllByQueryWithBound, findAllByQueryWithBound, findAllContains, findAllIds, findAllLazyByQuery, findAllLazyByQuery, findAllLazyByQuery, findAllLazyByQuery, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByQuery, findByQuery, findByTopiaId, findContains, getBatchSize, getContext, getId, getId, getRequestPermission, init, iterator, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, setBatchSize, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SetOfVesselsDAOAbstract
public SetOfVesselsDAOAbstract()
-
-
Method Details
-
getEntityClass
- Specified by:
getEntityClass
in interfaceorg.nuiton.topia.persistence.TopiaDAO<E extends SetOfVessels>
- Overrides:
getEntityClass
in classorg.nuiton.topia.persistence.TopiaDAOImpl<E extends SetOfVessels>
-
getTopiaEntityEnum
- Specified by:
getTopiaEntityEnum
in interfaceorg.nuiton.topia.persistence.TopiaDAO<E extends SetOfVessels>
- Overrides:
getTopiaEntityEnum
in classorg.nuiton.topia.persistence.TopiaDAOImpl<E extends SetOfVessels>
-
delete
- Specified by:
delete
in interfaceorg.nuiton.topia.persistence.TopiaDAO<E extends SetOfVessels>
- Overrides:
delete
in classorg.nuiton.topia.persistence.TopiaDAOImpl<E extends SetOfVessels>
- Throws:
org.nuiton.topia.TopiaException
-
findByName
- Throws:
org.nuiton.topia.TopiaException
-
findAllByName
- Throws:
org.nuiton.topia.TopiaException
-
findByNumberOfVessels
- Throws:
org.nuiton.topia.TopiaException
-
findAllByNumberOfVessels
- Throws:
org.nuiton.topia.TopiaException
-
findByFixedCosts
- Throws:
org.nuiton.topia.TopiaException
-
findAllByFixedCosts
- Throws:
org.nuiton.topia.TopiaException
-
findByVesselCosts
- Throws:
org.nuiton.topia.TopiaException
-
findAllByVesselCosts
- Throws:
org.nuiton.topia.TopiaException
-
findByCapitalDeprecation
- Throws:
org.nuiton.topia.TopiaException
-
findAllByCapitalDeprecation
- Throws:
org.nuiton.topia.TopiaException
-
findByInterestCost
- Throws:
org.nuiton.topia.TopiaException
-
findAllByInterestCost
- Throws:
org.nuiton.topia.TopiaException
-
findByComment
- Throws:
org.nuiton.topia.TopiaException
-
findAllByComment
- Throws:
org.nuiton.topia.TopiaException
-
findByTechnicalEfficiencyEquation
- Throws:
org.nuiton.topia.TopiaException
-
findAllByTechnicalEfficiencyEquation
public List<E> findAllByTechnicalEfficiencyEquation(Equation v) throws org.nuiton.topia.TopiaException - Throws:
org.nuiton.topia.TopiaException
-
findByPort
- Throws:
org.nuiton.topia.TopiaException
-
findAllByPort
- Throws:
org.nuiton.topia.TopiaException
-
findByVesselType
- Throws:
org.nuiton.topia.TopiaException
-
findAllByVesselType
- Throws:
org.nuiton.topia.TopiaException
-
findUsages
public <U extends org.nuiton.topia.persistence.TopiaEntity> List<U> findUsages(Class<U> type, E entity) throws org.nuiton.topia.TopiaException - Specified by:
findUsages
in interfaceorg.nuiton.topia.persistence.TopiaDAO<E extends SetOfVessels>
- Overrides:
findUsages
in classorg.nuiton.topia.persistence.TopiaDAOImpl<E extends SetOfVessels>
- Throws:
org.nuiton.topia.TopiaException
-
findAllUsages
public Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> findAllUsages(E entity) throws org.nuiton.topia.TopiaException - Specified by:
findAllUsages
in interfaceorg.nuiton.topia.persistence.TopiaDAO<E extends SetOfVessels>
- Overrides:
findAllUsages
in classorg.nuiton.topia.persistence.TopiaDAOImpl<E extends SetOfVessels>
- Throws:
org.nuiton.topia.TopiaException
-