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

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

public class RoleCollabManager
extends java.lang.Object


Constructor Summary
RoleCollabManager()
           
 
Method Summary
 void delete(int idCollab)
           
 java.util.List<RolesCollab> getByCollaborateurId(int idCollab)
           
static RoleCollabManager getInstance()
           
 java.lang.String getRole(int statut)
           
 void init()
           
 void save(int statut, int idCollab)
           
 void update(int statut, int idCollab)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleCollabManager

public RoleCollabManager()
Method Detail

getInstance

public static RoleCollabManager getInstance()

init

public void init()

getByCollaborateurId

public java.util.List<RolesCollab> getByCollaborateurId(int idCollab)
                                                 throws CollaborateurException
Throws:
CollaborateurException

save

public void save(int statut,
                 int idCollab)
          throws CollaborateurException
Throws:
CollaborateurException

update

public void update(int statut,
                   int idCollab)
            throws CollaborateurException
Throws:
CollaborateurException

delete

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

getRole

public java.lang.String getRole(int statut)


Copyright © 2011. All Rights Reserved.