org.jeinnov.jeitime.api.service.projet
Class NomTacheManager

java.lang.Object
  extended by org.jeinnov.jeitime.api.service.projet.NomTacheManager

public class NomTacheManager
extends java.lang.Object


Constructor Summary
NomTacheManager()
           
 
Method Summary
 void delete(int id)
           
 NomTacheTO get(int id)
           
 java.util.List<NomTacheTO> getAll()
           
 java.util.List<NomTacheTO> getAllByIdTypeTache(int idTypeTache)
           
static NomTacheManager getInstance()
           
 boolean isInTache(int id)
           
 int saveOrUpdate(NomTacheTO nomTTO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NomTacheManager

public NomTacheManager()
Method Detail

getInstance

public static NomTacheManager getInstance()

get

public NomTacheTO get(int id)
               throws ProjetException
Throws:
ProjetException

getAll

public java.util.List<NomTacheTO> getAll()

getAllByIdTypeTache

public java.util.List<NomTacheTO> getAllByIdTypeTache(int idTypeTache)
                                               throws ProjetException
Throws:
ProjetException

saveOrUpdate

public int saveOrUpdate(NomTacheTO nomTTO)
                 throws ProjetException
Throws:
ProjetException

delete

public void delete(int id)
            throws ProjetException
Throws:
ProjetException

isInTache

public boolean isInTache(int id)
                  throws ProjetException
Throws:
ProjetException


Copyright © 2011. All Rights Reserved.