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

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

public class CollegeManager
extends java.lang.Object


Constructor Summary
CollegeManager()
           
 
Method Summary
 java.lang.String[] createListSelectionHeure(int idColl)
           
 void delete(int id)
           
 CollegeTO get(int id)
           
 java.util.List<CollegeTO> getAll()
           
static CollegeManager getInstance()
           
 int saveOrUpdate(CollegeTO collegeTO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollegeManager

public CollegeManager()
Method Detail

getInstance

public static CollegeManager getInstance()

get

public CollegeTO get(int id)
              throws CollaborateurException
Throws:
CollaborateurException

getAll

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

saveOrUpdate

public int saveOrUpdate(CollegeTO collegeTO)
                 throws CollaborateurException
Throws:
CollaborateurException

delete

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

createListSelectionHeure

public java.lang.String[] createListSelectionHeure(int idColl)
                                            throws CollaborateurException
Throws:
CollaborateurException


Copyright © 2011. All Rights Reserved.