org.jeinnov.jeitime.api.service.collaborateur
Class AppartientCollegeManager

java.lang.Object
  extended by org.jeinnov.jeitime.api.service.collaborateur.AppartientCollegeManager

public class AppartientCollegeManager
extends java.lang.Object


Constructor Summary
AppartientCollegeManager()
           
 
Method Summary
 void deleteByIdCollaborateur(int idCollaborateur)
           
 void deleteByIdCollege(int idCollege)
           
 int get(int idCollaborateur)
           
static AppartientCollegeManager getInstance()
           
 void saveOrUpdate(int idCollege, int idCollaborateur)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppartientCollegeManager

public AppartientCollegeManager()
Method Detail

getInstance

public static AppartientCollegeManager getInstance()

get

public int get(int idCollaborateur)

saveOrUpdate

public void saveOrUpdate(int idCollege,
                         int idCollaborateur)
                  throws CollaborateurException
Throws:
CollaborateurException

deleteByIdCollaborateur

public void deleteByIdCollaborateur(int idCollaborateur)
                             throws CollaborateurException
Throws:
CollaborateurException

deleteByIdCollege

public void deleteByIdCollege(int idCollege)
                       throws CollaborateurException
Throws:
CollaborateurException


Copyright © 2011. All Rights Reserved.