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

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

public class TypeProjetManager
extends java.lang.Object


Constructor Summary
TypeProjetManager()
           
 
Method Summary
 void delete(int id)
           
 TypeProjetTO get(int id)
           
 java.util.List<TypeProjetTO> getAll()
           
static TypeProjetManager getInstance()
           
 boolean isInProjet(int id)
           
 int saveOrUpdate(TypeProjetTO tPTO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeProjetManager

public TypeProjetManager()
Method Detail

getInstance

public static TypeProjetManager getInstance()

get

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

getAll

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

saveOrUpdate

public int saveOrUpdate(TypeProjetTO tPTO)
                 throws ProjetException
Throws:
ProjetException

delete

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

isInProjet

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


Copyright © 2011. All Rights Reserved.