org.jeinnov.jeitime.api.service.collaborateur
Class CollaborateurManager
java.lang.Object
org.jeinnov.jeitime.api.service.collaborateur.CollaborateurManager
public class CollaborateurManager
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollaborateurManager
public CollaborateurManager()
getInstance
public static CollaborateurManager getInstance()
init
public void init()
throws CollaborateurException
- Throws:
CollaborateurException
get
public CollaborateurTO get(int id)
throws CollaborateurException
- Throws:
CollaborateurException
getByLogin
public CollaborateurP getByLogin(java.lang.String login)
throws CollaborateurException
- Throws:
CollaborateurException
getAll
public java.util.List<CollaborateurTO> getAll()
getAllWithoutAdmin
public java.util.List<CollaborateurTO> getAllWithoutAdmin()
getAllByIdEquipe
public java.util.List<CollaborateurTO> getAllByIdEquipe(int idEquipe)
saveOrUpdate
public int saveOrUpdate(CollaborateurTO collaborateur)
throws CollaborateurException
- Throws:
CollaborateurException
delete
public void delete(int id)
throws CollaborateurException
- Throws:
CollaborateurException
isInLientTachUtil
public boolean isInLientTachUtil(int id)
passwordCrypting
public java.lang.String passwordCrypting(java.lang.String password)
Copyright © 2011. All Rights Reserved.