Package es.caib.seycon.ng.servei
Interface GrupService
-
public interface GrupService
Service GrupService
-
-
Field Summary
Fields Modifier and Type Field Description static String
REMOTE_PATH
static String
SERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addGrupToUsuari(String codiUsuari, String codiGrup)
Operation addGrupToUsuariGrup
create(Grup grup)
Operation createUsuariGrup
create(UsuariGrup usuariGrup)
Operation createGrup
createHistoric(Grup grup)
Operation createHistoricvoid
delete(Grup grup)
Operation deletevoid
delete(UsuariGrup usuariGrup)
Operation deleteGrup
findGroupByGroupNameAndDate(String codi, Date date)
Operation findGroupByGroupNameAndDateList<Grup>
findGroupByJsonQuery(String query)
Operation findGroupByJsonQueryPagedResult<Grup>
findGroupByJsonQuery(String query, Integer startIndex, Integer count)
Operation findGroupByJsonQueryAsyncList<Grup>
findGroupByJsonQueryAsync(String query)
Operation findGroupByJsonQueryAsyncList<Grup>
findGroupByText(String text)
Operation findGroupByTextList<Grup>
findGroupByTextAndFilter(String text, String filter)
Operation findGroupByTextAndFilterPagedResult<Grup>
findGroupByTextAndFilter(String text, String filter, Integer first, Integer pageSize)
Operation findGroupByTextAndFilterAsyncList<Grup>
findGroupByTextAndFilterAsync(String text, String filter)
Operation findGroupByTextAndFilterAsyncAsyncList<Grup>
findGroupByTextAsync(String text)
Operation findGroupByTextAsyncAsyncList<Grup>
findGroupHistoryByTextAndFilterAsync(String text, String filter, Date date)
Operation findGroupHistoryByTextAndFilterAsyncCollection<String>
findGroupNames()
Operation findGroupNamesPagedResult<UsuariGrup>
findGroupUserByJsonQuery(String query, Integer startIndex, Integer count)
Operation findGroupUserByJsonQueryGrup
findGrupByCodiGrup(String codi)
Operation findGrupByCodiGrupGrup
findGrupById(Long grupId)
Operation findGrupByIdGrup
findGrupPrimariByCodiUsuari(String codiUsuari)
Operation findGrupPrimariByCodiUsuariCollection<Grup>
findGrupsByCodiUsuari(String codiUsuari)
Operation findGrupsByCodiUsuariCollection<Grup>
findGrupsByFiltre(String codi, String pare, String unitatOfimatica, String descripcio, String tipus, String obsolet)
Operation findGrupsByFiltreCollection<Grup>
findGrupsByFiltre(String codi, String pare, String unitatOfimatica, String descripcio, String tipus, String obsolet, String servidorOfimatic, String seccioPressupostaria)
Operation findGrupsByFiltreCollection<Grup>
findGrupsByTipusGrup(String tipus)
Operation findGrupsByTipusGrupCollection<Grup>
findGrupsFromRolsByCodiUsuari(String codiUsuari)
Operation findGrupsFromRolsByCodiUsuariCollection<Grup>
findGrupsFromUsuarisByCodiUsuari(String codiUsuari)
Operation findGrupsFromUsuarisByCodiUsuariCollection<RolAccount>
findRolsUsuarisAmbGrupByCodiUsuari(String codiUsuari)
Operation findRolsUsuarisAmbGrupByCodiUsuariCollection<RolAccount>
findRolsUsuarisTipusDominiGrupsAndGrupsUsuari(String codiGrup)
Operation findRolsUsuarisTipusDominiGrupsAndGrupsUsuariCollection<Grup>
findSubGrupsByCodiGrup(String codi)
Operation findSubGrupsByCodiGrupCollection<Grup>
findSubGrupsByCodiGrupAndDate(String codi, Date date)
Operation findSubGrupsByCodiGrupAndDateCollection<UsuariGrup>
findUserGroupHistoryByUserName(String userName)
Operation findUserGroupHistoryByUserNameUsuariGrup
findUsuariGrupByCodiUsuariAndCodiGrup(String codiUsuari, String codiGrup)
Operation findUsuariGrupByCodiUsuariAndCodiGrupCollection<UsuariGrup>
findUsuariGrupsByCodiUsuari(String codiUsuari)
Operation findUsuariGrupsByCodiUsuariCollection<UsuariGrup>
findUsuarisPertanyenAlGrupByCodiGrup(String codiGrup)
Operation findUsuarisPertanyenAlGrupByCodiGrupCollection<UsuariGrup>
findUsuarisPertanyenAlGrupByCodiGrup(String codiGrup, Date date)
Operation findUsuarisPertanyenAlGrupByCodiGrupAsyncList<UsuariGrup>
findUsuarisPertanyenAlGrupByCodiGrupAsync(String codiGrup)
Operation findUsuarisPertanyenAlGrupByCodiGrupAsyncCollection<Grup>
getConselleriesAmbDireccionsGenerals()
Operation getConselleriesAmbDireccionsGeneralsCollection<Grup>
getGrups()
Operation getGrupsCollection<Grup>
getLlistaDePares(String codiGrup)
Operation getLlistaDeParesCollection<Rol>
getRolsFromGrup(Grup grup)
Operation getRolsFromGrupCollection<RolsGrup>
getRolsFromGrup(String codiGrup)
Operation getRolsFromGrupCollection<RolsGrup>
getRolsFromGrupYParesGrup(Grup grup)
Operation getRolsFromGrupYParesGrupMaquina
getServidorOfimatic(Grup grup)
Operation getServidorOfimaticGrup
getSuperGrup(String codiGrup)
Operation getSuperGrupvoid
propagateRolsChangesToDispatcher(String codiGrup)
Operation propagateRolsChangesToDispatchervoid
removeGrupFromUsuari(String codiUsuari, String codiGrup)
Operation removeGrupFromUsuarivoid
setSuperGrup(String codiSubGrup, String codiSuperGrup)
Operation setSuperGrupGrup
update(Grup grup)
Operation updateUsuariGrup
update(UsuariGrup usuariGrup)
Operation update
-
-
-
Field Detail
-
REMOTE_PATH
static final String REMOTE_PATH
- See Also:
- Constant Field Values
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
findGroupByJsonQueryAsync
AsyncList<Grup> findGroupByJsonQueryAsync(String query) throws InternalErrorException, InternalErrorException
Operation findGroupByJsonQueryAsync- Parameters:
query
-- Returns:
- Throws:
InternalErrorException
-
findGroupByTextAndFilterAsync
AsyncList<Grup> findGroupByTextAndFilterAsync(String text, String filter) throws InternalErrorException
Operation findGroupByTextAndFilterAsync- Parameters:
text
-filter
-- Returns:
- Throws:
InternalErrorException
-
findGroupByTextAsync
AsyncList<Grup> findGroupByTextAsync(String text) throws InternalErrorException
Operation findGroupByTextAsync- Parameters:
text
-- Returns:
- Throws:
InternalErrorException
-
findGroupHistoryByTextAndFilterAsync
AsyncList<Grup> findGroupHistoryByTextAndFilterAsync(String text, String filter, Date date) throws InternalErrorException
Operation findGroupHistoryByTextAndFilterAsync- Parameters:
text
-filter
-date
-- Returns:
- Throws:
InternalErrorException
-
findUsuarisPertanyenAlGrupByCodiGrupAsync
AsyncList<UsuariGrup> findUsuarisPertanyenAlGrupByCodiGrupAsync(String codiGrup) throws InternalErrorException, InternalErrorException
Operation findUsuarisPertanyenAlGrupByCodiGrupAsync- Parameters:
codiGrup
-- Returns:
- Throws:
InternalErrorException
-
findGroupByJsonQuery
PagedResult<Grup> findGroupByJsonQuery(String query, Integer startIndex, Integer count) throws InternalErrorException, InternalErrorException
Operation findGroupByJsonQuery- Parameters:
query
-startIndex
-count
-- Returns:
- Throws:
InternalErrorException
-
findGroupByTextAndFilter
PagedResult<Grup> findGroupByTextAndFilter(String text, String filter, Integer first, Integer pageSize) throws InternalErrorException
Operation findGroupByTextAndFilter- Parameters:
text
-filter
-first
-pageSize
-- Returns:
- Throws:
InternalErrorException
-
findGroupUserByJsonQuery
PagedResult<UsuariGrup> findGroupUserByJsonQuery(String query, Integer startIndex, Integer count) throws InternalErrorException, InternalErrorException
Operation findGroupUserByJsonQuery- Parameters:
query
-startIndex
-count
-- Returns:
- Throws:
InternalErrorException
-
create
Grup create(Grup grup) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
grup
-- Returns:
- Throws:
InternalErrorException
-
createHistoric
Grup createHistoric(Grup grup) throws InternalErrorException, InternalErrorException
Operation createHistoric- Parameters:
grup
-- Returns:
- Throws:
InternalErrorException
-
findGroupByGroupNameAndDate
Grup findGroupByGroupNameAndDate(String codi, Date date) throws InternalErrorException, InternalErrorException
Operation findGroupByGroupNameAndDate- Parameters:
codi
-date
-- Returns:
- Throws:
InternalErrorException
-
findGrupByCodiGrup
Grup findGrupByCodiGrup(String codi) throws InternalErrorException, InternalErrorException
Operation findGrupByCodiGrup- Parameters:
codi
-- Returns:
- Throws:
InternalErrorException
-
findGrupById
Grup findGrupById(Long grupId) throws InternalErrorException, InternalErrorException
Operation findGrupById- Parameters:
grupId
-- Returns:
- Throws:
InternalErrorException
-
findGrupPrimariByCodiUsuari
Grup findGrupPrimariByCodiUsuari(String codiUsuari) throws InternalErrorException, InternalErrorException
Operation findGrupPrimariByCodiUsuari- Parameters:
codiUsuari
-- Returns:
- Throws:
InternalErrorException
-
getSuperGrup
Grup getSuperGrup(String codiGrup) throws InternalErrorException, InternalErrorException
Operation getSuperGrup- Parameters:
codiGrup
-- Returns:
- Throws:
InternalErrorException
-
update
Grup update(Grup grup) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
grup
-- Returns:
- Throws:
InternalErrorException
-
getServidorOfimatic
Maquina getServidorOfimatic(Grup grup) throws InternalErrorException, InternalErrorException
Operation getServidorOfimatic- Parameters:
grup
-- Returns:
- Throws:
InternalErrorException
-
create
UsuariGrup create(UsuariGrup usuariGrup) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
usuariGrup
-- Returns:
- Throws:
InternalErrorException
-
findUsuariGrupByCodiUsuariAndCodiGrup
UsuariGrup findUsuariGrupByCodiUsuariAndCodiGrup(String codiUsuari, String codiGrup) throws InternalErrorException, InternalErrorException
Operation findUsuariGrupByCodiUsuariAndCodiGrup- Parameters:
codiUsuari
-codiGrup
-- Returns:
- Throws:
InternalErrorException
-
update
UsuariGrup update(UsuariGrup usuariGrup) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
usuariGrup
-- Returns:
- Throws:
InternalErrorException
-
findGroupNames
Collection<String> findGroupNames() throws InternalErrorException
Operation findGroupNames- Returns:
- Throws:
InternalErrorException
-
findGrupsByCodiUsuari
Collection<Grup> findGrupsByCodiUsuari(String codiUsuari) throws InternalErrorException, InternalErrorException
Operation findGrupsByCodiUsuari- Parameters:
codiUsuari
-- Returns:
- Throws:
InternalErrorException
-
findGrupsByFiltre
Collection<Grup> findGrupsByFiltre(String codi, String pare, String unitatOfimatica, String descripcio, String tipus, String obsolet) throws InternalErrorException, InternalErrorException
Operation findGrupsByFiltre- Parameters:
codi
-pare
-unitatOfimatica
-descripcio
-tipus
-obsolet
-- Returns:
- 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
Operation findGrupsByFiltre- Parameters:
codi
-pare
-unitatOfimatica
-descripcio
-tipus
-obsolet
-servidorOfimatic
-seccioPressupostaria
-- Returns:
- Throws:
InternalErrorException
-
findGrupsByTipusGrup
Collection<Grup> findGrupsByTipusGrup(String tipus) throws InternalErrorException, InternalErrorException
Operation findGrupsByTipusGrup- Parameters:
tipus
-- Returns:
- Throws:
InternalErrorException
-
findGrupsFromRolsByCodiUsuari
Collection<Grup> findGrupsFromRolsByCodiUsuari(String codiUsuari) throws InternalErrorException, InternalErrorException
Operation findGrupsFromRolsByCodiUsuari- Parameters:
codiUsuari
-- Returns:
- Throws:
InternalErrorException
-
findGrupsFromUsuarisByCodiUsuari
Collection<Grup> findGrupsFromUsuarisByCodiUsuari(String codiUsuari) throws InternalErrorException, InternalErrorException
Operation findGrupsFromUsuarisByCodiUsuari- Parameters:
codiUsuari
-- Returns:
- Throws:
InternalErrorException
-
findRolsUsuarisAmbGrupByCodiUsuari
Collection<RolAccount> findRolsUsuarisAmbGrupByCodiUsuari(String codiUsuari) throws InternalErrorException, InternalErrorException
Operation findRolsUsuarisAmbGrupByCodiUsuari- Parameters:
codiUsuari
-- Returns:
- Throws:
InternalErrorException
-
findRolsUsuarisTipusDominiGrupsAndGrupsUsuari
Collection<RolAccount> findRolsUsuarisTipusDominiGrupsAndGrupsUsuari(String codiGrup) throws InternalErrorException, InternalErrorException
Operation findRolsUsuarisTipusDominiGrupsAndGrupsUsuari- Parameters:
codiGrup
-- Returns:
- Throws:
InternalErrorException
-
findSubGrupsByCodiGrup
Collection<Grup> findSubGrupsByCodiGrup(String codi) throws InternalErrorException, InternalErrorException
Operation findSubGrupsByCodiGrup- Parameters:
codi
-- Returns:
- Throws:
InternalErrorException
-
findSubGrupsByCodiGrupAndDate
Collection<Grup> findSubGrupsByCodiGrupAndDate(String codi, Date date) throws InternalErrorException, InternalErrorException
Operation findSubGrupsByCodiGrupAndDate- Parameters:
codi
-date
-- Returns:
- Throws:
InternalErrorException
-
findUserGroupHistoryByUserName
Collection<UsuariGrup> findUserGroupHistoryByUserName(String userName) throws InternalErrorException, InternalErrorException
Operation findUserGroupHistoryByUserName- Parameters:
userName
-- Returns:
- Throws:
InternalErrorException
-
findUsuariGrupsByCodiUsuari
Collection<UsuariGrup> findUsuariGrupsByCodiUsuari(String codiUsuari) throws InternalErrorException, InternalErrorException
Operation findUsuariGrupsByCodiUsuari- Parameters:
codiUsuari
-- Returns:
- Throws:
InternalErrorException
-
findUsuarisPertanyenAlGrupByCodiGrup
Collection<UsuariGrup> findUsuarisPertanyenAlGrupByCodiGrup(String codiGrup) throws InternalErrorException, InternalErrorException
Operation findUsuarisPertanyenAlGrupByCodiGrup- Parameters:
codiGrup
-- Returns:
- Throws:
InternalErrorException
-
findUsuarisPertanyenAlGrupByCodiGrup
Collection<UsuariGrup> findUsuarisPertanyenAlGrupByCodiGrup(String codiGrup, Date date) throws InternalErrorException, InternalErrorException
Operation findUsuarisPertanyenAlGrupByCodiGrup- Parameters:
codiGrup
-date
-- Returns:
- Throws:
InternalErrorException
-
getConselleriesAmbDireccionsGenerals
Collection<Grup> getConselleriesAmbDireccionsGenerals() throws InternalErrorException, InternalErrorException
Operation getConselleriesAmbDireccionsGenerals- Returns:
- Throws:
InternalErrorException
-
getGrups
Collection<Grup> getGrups() throws InternalErrorException, InternalErrorException
Operation getGrups- Returns:
- Throws:
InternalErrorException
-
getLlistaDePares
Collection<Grup> getLlistaDePares(String codiGrup) throws InternalErrorException, InternalErrorException
Operation getLlistaDePares- Parameters:
codiGrup
-- Returns:
- Throws:
InternalErrorException
-
getRolsFromGrup
Collection<Rol> getRolsFromGrup(Grup grup) throws InternalErrorException, InternalErrorException
Operation getRolsFromGrup- Parameters:
grup
-- Returns:
- Throws:
InternalErrorException
-
getRolsFromGrup
Collection<RolsGrup> getRolsFromGrup(String codiGrup) throws InternalErrorException, InternalErrorException
Operation getRolsFromGrup- Parameters:
codiGrup
-- Returns:
- Throws:
InternalErrorException
-
getRolsFromGrupYParesGrup
Collection<RolsGrup> getRolsFromGrupYParesGrup(Grup grup) throws InternalErrorException, InternalErrorException
Operation getRolsFromGrupYParesGrup- Parameters:
grup
-- Returns:
- Throws:
InternalErrorException
-
findGroupByJsonQuery
List<Grup> findGroupByJsonQuery(String query) throws InternalErrorException, InternalErrorException
Operation findGroupByJsonQuery- Parameters:
query
-- Returns:
- Throws:
InternalErrorException
-
findGroupByText
List<Grup> findGroupByText(String text) throws InternalErrorException
Operation findGroupByText- Parameters:
text
-- Returns:
- Throws:
InternalErrorException
-
findGroupByTextAndFilter
List<Grup> findGroupByTextAndFilter(String text, String filter) throws InternalErrorException
Operation findGroupByTextAndFilter- Parameters:
text
-filter
-- Returns:
- Throws:
InternalErrorException
-
addGrupToUsuari
void addGrupToUsuari(String codiUsuari, String codiGrup) throws InternalErrorException, InternalErrorException
Operation addGrupToUsuari- Parameters:
codiUsuari
-codiGrup
-- Throws:
InternalErrorException
-
delete
void delete(Grup grup) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
grup
-- Throws:
InternalErrorException
-
delete
void delete(UsuariGrup usuariGrup) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
usuariGrup
-- Throws:
InternalErrorException
-
propagateRolsChangesToDispatcher
void propagateRolsChangesToDispatcher(String codiGrup) throws InternalErrorException, InternalErrorException
Operation propagateRolsChangesToDispatcher- Parameters:
codiGrup
-- Throws:
InternalErrorException
-
removeGrupFromUsuari
void removeGrupFromUsuari(String codiUsuari, String codiGrup) throws InternalErrorException, InternalErrorException
Operation removeGrupFromUsuari- Parameters:
codiUsuari
-codiGrup
-- Throws:
InternalErrorException
-
setSuperGrup
void setSuperGrup(String codiSubGrup, String codiSuperGrup) throws InternalErrorException, InternalErrorException
Operation setSuperGrup- Parameters:
codiSubGrup
-codiSuperGrup
-- Throws:
InternalErrorException
-
-