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

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

public class ThematiqueManager
extends java.lang.Object


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

Constructor Detail

ThematiqueManager

public ThematiqueManager()
Method Detail

getInstance

public static ThematiqueManager getInstance()

get

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

getAll

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

saveOrUpdate

public int saveOrUpdate(ThematiqueTO themTO)
                 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.