Interface AltaBaixaUsuariService
-
public interface AltaBaixaUsuariService
EJB AltaBaixaUsuariService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Grup>
getManagedGroups()
String
setPasswordInicialToUsuari(String codiUsuari, String codiDominiContrasenyes)
-
-
-
Method Detail
-
setPasswordInicialToUsuari
String setPasswordInicialToUsuari(String codiUsuari, String codiDominiContrasenyes) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getManagedGroups
Collection<Grup> getManagedGroups() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-