Package es.caib.seycon.ng.servei.ejb
Interface GrupService
-
public interface GrupService
EJB GrupService
-
-
Method Summary
-
-
-
Method Detail
-
findGroupByJsonQueryAsync
AsyncList<Grup> findGroupByJsonQueryAsync(String query) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findGroupByTextAndFilterAsync
AsyncList<Grup> findGroupByTextAndFilterAsync(String text, String filter) throws InternalErrorException
- Throws:
InternalErrorException
-
findGroupByTextAsync
AsyncList<Grup> findGroupByTextAsync(String text) throws InternalErrorException
- Throws:
InternalErrorException
-
findGroupHistoryByTextAndFilterAsync
AsyncList<Grup> findGroupHistoryByTextAndFilterAsync(String text, String filter, Date date) throws InternalErrorException
- Throws:
InternalErrorException
-
findUsuarisPertanyenAlGrupByCodiGrupAsync
AsyncList<UsuariGrup> findUsuarisPertanyenAlGrupByCodiGrupAsync(String codiGrup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findGroupByJsonQuery
PagedResult<Grup> findGroupByJsonQuery(String query, Integer startIndex, Integer count) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findGroupByTextAndFilter
PagedResult<Grup> findGroupByTextAndFilter(String text, String filter, Integer first, Integer pageSize) throws InternalErrorException
- Throws:
InternalErrorException
-
findGroupUserByJsonQuery
PagedResult<UsuariGrup> findGroupUserByJsonQuery(String query, Integer startIndex, Integer count) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
Grup create(Grup grup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findGroupByGroupNameAndDate
Grup findGroupByGroupNameAndDate(String codi, Date date) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findGrupByCodiGrup
Grup findGrupByCodiGrup(String codi) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findGrupById
Grup findGrupById(Long grupId) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getSuperGrup
Grup getSuperGrup(String codiGrup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
Grup update(Grup grup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
UsuariGrup create(UsuariGrup usuariGrup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
UsuariGrup update(UsuariGrup usuariGrup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findGrupsByFiltre
Collection<Grup> findGrupsByFiltre(String codi, String pare, String unitatOfimatica, String descripcio, String tipus, String obsolet, String servidorOfimatic, String seccioPressupostaria) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findRolsUsuarisTipusDominiGrupsAndGrupsUsuari
Collection<RolAccount> findRolsUsuarisTipusDominiGrupsAndGrupsUsuari(String codiGrup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findSubGrupsByCodiGrup
Collection<Grup> findSubGrupsByCodiGrup(String codi) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findSubGrupsByCodiGrupAndDate
Collection<Grup> findSubGrupsByCodiGrupAndDate(String codi, Date date) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findUserGroupHistoryByUserName
Collection<UsuariGrup> findUserGroupHistoryByUserName(String userName) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findUsuariGrupsByCodiUsuari
Collection<UsuariGrup> findUsuariGrupsByCodiUsuari(String codiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findUsuarisPertanyenAlGrupByCodiGrup
Collection<UsuariGrup> findUsuarisPertanyenAlGrupByCodiGrup(String codiGrup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findUsuarisPertanyenAlGrupByCodiGrup
Collection<UsuariGrup> findUsuarisPertanyenAlGrupByCodiGrup(String codiGrup, Date date) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getConselleriesAmbDireccionsGenerals
Collection<Grup> getConselleriesAmbDireccionsGenerals() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getLlistaDePares
Collection<Grup> getLlistaDePares(String codiGrup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getRolsFromGrup
Collection<Rol> getRolsFromGrup(Grup grup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getRolsFromGrupYParesGrup
Collection<RolsGrup> getRolsFromGrupYParesGrup(Grup grup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findGroupByJsonQuery
List<Grup> findGroupByJsonQuery(String query) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findGroupByText
List<Grup> findGroupByText(String text) throws InternalErrorException
- Throws:
InternalErrorException
-
findGroupByTextAndFilter
List<Grup> findGroupByTextAndFilter(String text, String filter) throws InternalErrorException
- Throws:
InternalErrorException
-
addGrupToUsuari
void addGrupToUsuari(String codiUsuari, String codiGrup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(Grup grup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(UsuariGrup usuariGrup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
removeGrupFromUsuari
void removeGrupFromUsuari(String codiUsuari, String codiGrup) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-