fr.ifremer.isisfish.entities
Class CellDAOAbstract<E extends Cell>

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaDAOImpl<E>
      extended by fr.ifremer.isisfish.entities.CellDAOAbstract<E>
All Implemented Interfaces:
org.nuiton.topia.persistence.TopiaDAO<E>
Direct Known Subclasses:
CellDAOImpl

public abstract class CellDAOAbstract<E extends Cell>
extends org.nuiton.topia.persistence.TopiaDAOImpl<E>


Field Summary
 
Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl
context, entityClass
 
Constructor Summary
CellDAOAbstract()
           
 
Method Summary
 void delete(E entity)
           
 List<E> findAllByComment(String v)
           
 List<E> findAllByLand(boolean v)
           
 List<E> findAllByLatitude(float v)
           
 List<E> findAllByLongitude(float v)
           
 List<E> findAllByName(String v)
           
 Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> findAllUsages(E entity)
           
 E findByComment(String v)
           
 E findByLand(boolean v)
           
 E findByLatitude(float v)
           
 E findByLongitude(float v)
           
 E findByName(String v)
           
<U extends org.nuiton.topia.persistence.TopiaEntity>
List<U>
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, 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

CellDAOAbstract

public CellDAOAbstract()
Method Detail

getEntityClass

public Class<E> getEntityClass()
Specified by:
getEntityClass in interface org.nuiton.topia.persistence.TopiaDAO<E extends Cell>
Overrides:
getEntityClass in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends Cell>

getTopiaEntityEnum

public IsisFishDAOHelper.IsisFishEntityEnum getTopiaEntityEnum()
Specified by:
getTopiaEntityEnum in interface org.nuiton.topia.persistence.TopiaDAO<E extends Cell>
Overrides:
getTopiaEntityEnum in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends Cell>

delete

public void delete(E entity)
            throws org.nuiton.topia.TopiaException
Specified by:
delete in interface org.nuiton.topia.persistence.TopiaDAO<E extends Cell>
Overrides:
delete in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends Cell>
Throws:
org.nuiton.topia.TopiaException

findByName

public E findByName(String v)
                          throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findAllByName

public List<E> findAllByName(String v)
                                   throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findByLatitude

public E findByLatitude(float v)
                              throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findAllByLatitude

public List<E> findAllByLatitude(float v)
                                       throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findByLongitude

public E findByLongitude(float v)
                               throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findAllByLongitude

public List<E> findAllByLongitude(float v)
                                        throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findByLand

public E findByLand(boolean v)
                          throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findAllByLand

public List<E> findAllByLand(boolean v)
                                   throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findByComment

public E findByComment(String v)
                             throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findAllByComment

public List<E> findAllByComment(String v)
                                      throws org.nuiton.topia.TopiaException
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 interface org.nuiton.topia.persistence.TopiaDAO<E extends Cell>
Overrides:
findUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends Cell>
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 interface org.nuiton.topia.persistence.TopiaDAO<E extends Cell>
Overrides:
findAllUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends Cell>
Throws:
org.nuiton.topia.TopiaException


Copyright © 1999-2012 CodeLutin. All Rights Reserved.