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

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

public class TypeTacheManager
extends java.lang.Object


Constructor Summary
TypeTacheManager()
           
 
Method Summary
 void delete(int id)
           
 TypeTacheTO get(int id)
           
 java.util.List<TypeTacheTO> getAll()
           
 java.util.List<TypeTacheTO> getAllTypeTacheInProject(java.util.List<TacheTO> alltaches)
           
static TypeTacheManager getInstance()
           
 boolean isInNomTache(int id)
           
 int saveOrUpdate(TypeTacheTO typeTTO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeTacheManager

public TypeTacheManager()
Method Detail

getInstance

public static TypeTacheManager getInstance()

get

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

getAll

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

getAllTypeTacheInProject

public java.util.List<TypeTacheTO> getAllTypeTacheInProject(java.util.List<TacheTO> alltaches)

saveOrUpdate

public int saveOrUpdate(TypeTacheTO typeTTO)
                 throws ProjetException
Throws:
ProjetException

delete

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

isInNomTache

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


Copyright © 2011. All Rights Reserved.