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

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

public class ClientPartManager
extends java.lang.Object


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

Constructor Detail

ClientPartManager

public ClientPartManager()
Method Detail

getInstance

public static ClientPartManager getInstance()

get

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

getAll

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

saveOrUpdate

public int saveOrUpdate(ClientPartTO cPTO)
                 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.