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

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

public class DomaineManager
extends java.lang.Object


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

Constructor Detail

DomaineManager

public DomaineManager()
Method Detail

getInstance

public static DomaineManager getInstance()

get

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

getAll

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

saveOrUpdate

public int saveOrUpdate(DomaineTO domTO)
                 throws ProjetException
Throws:
ProjetException

delete

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

isInProject

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


Copyright © 2011. All Rights Reserved.