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

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

public class ContratManager
extends java.lang.Object


Constructor Summary
ContratManager()
           
 
Method Summary
 void delete(int idProjet)
           
 void delete(int idP, int idCP)
           
 java.util.List<ClientPartTO> getClientPartByProjectIdInContrat(int idProjet)
           
static ContratManager getInstance()
           
 void save(int idProjet, int idCliPart, int typeCli)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContratManager

public ContratManager()
Method Detail

getInstance

public static ContratManager getInstance()

getClientPartByProjectIdInContrat

public java.util.List<ClientPartTO> getClientPartByProjectIdInContrat(int idProjet)
                                                               throws ProjetException
Throws:
ProjetException

save

public void save(int idProjet,
                 int idCliPart,
                 int typeCli)
          throws ProjetException
Throws:
ProjetException

delete

public void delete(int idP,
                   int idCP)
            throws ProjetException
Throws:
ProjetException

delete

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


Copyright © 2011. All Rights Reserved.