|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.trg.dao.hibernate.HibernateBaseDAO
com.trg.dao.hibernate.GenericDAOImpl<T,PK>
org.jeinnov.jeitime.persistence.dao.GenericDAO<ProjetP,java.lang.Integer>
org.jeinnov.jeitime.persistence.dao.projet.ProjetDAO
public class ProjetDAO
| Field Summary |
|---|
| Fields inherited from class com.trg.dao.hibernate.GenericDAOImpl |
|---|
persistentClass |
| Constructor Summary | |
|---|---|
ProjetDAO()
|
|
| Method Summary | |
|---|---|
java.util.List<ProjetP> |
getAll()
|
java.util.List<ProjetP> |
getAllClose()
|
java.util.List<ProjetP> |
getAllLock()
|
java.util.List<ProjetP> |
getAllNotClose()
|
java.util.List<ProjetP> |
getAllNotLock()
|
ProjetP |
getByName(java.lang.String name)
|
java.util.List<ProjetP> |
getBySousProjet(ProjetP projet)
|
static ProjetDAO |
getInstance()
|
ProjetP |
getProjectNotLock(int id)
|
ProjetP |
getProjectNotLockNotClose(int id)
|
boolean |
verifLien(int id,
org.hibernate.Session session)
|
| Methods inherited from class org.jeinnov.jeitime.persistence.dao.GenericDAO |
|---|
removeAll |
| Methods inherited from class com.trg.dao.hibernate.GenericDAOImpl |
|---|
count, find, find, findAll, flush, getFilterFromExample, getFilterFromExample, getReference, getReferences, isAttached, refresh, remove, remove, removeById, removeByIds, save, save, search, searchAndCount, searchGeneric, searchUnique, searchUniqueGeneric |
| Methods inherited from class com.trg.dao.hibernate.HibernateBaseDAO |
|---|
_all, _count, _count, _count, _deleteById, _deleteById, _deleteEntities, _deleteEntity, _exists, _exists, _exists, _flush, _get, _get, _getFilterFromExample, _getFilterFromExample, _load, _load, _load, _merge, _persist, _refresh, _save, _save, _saveOrUpdate, _saveOrUpdateIsNew, _saveOrUpdateIsNew, _search, _search, _searchAndCount, _searchAndCount, _searchUnique, _searchUnique, _sessionContains, _update, getMetaDataUtil, getSearchProcessor, getSession, getSessionFactory, setSessionFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjetDAO()
| Method Detail |
|---|
public static ProjetDAO getInstance()
public ProjetP getProjectNotLock(int id)
public ProjetP getProjectNotLockNotClose(int id)
public java.util.List<ProjetP> getAll()
public java.util.List<ProjetP> getAllNotLock()
public java.util.List<ProjetP> getAllLock()
public java.util.List<ProjetP> getAllNotClose()
public java.util.List<ProjetP> getAllClose()
public ProjetP getByName(java.lang.String name)
public java.util.List<ProjetP> getBySousProjet(ProjetP projet)
public boolean verifLien(int id,
org.hibernate.Session session)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||