Package es.caib.seycon.ng.servei
Class GrupServiceBaseProxy
- java.lang.Object
-
- es.caib.seycon.ng.servei.GrupServiceBaseProxy
-
- All Implemented Interfaces:
es.caib.seycon.ng.servei.GrupService
public class GrupServiceBaseProxy extends Object implements es.caib.seycon.ng.servei.GrupService
Spring Service base class for
see es.caib.seycon.ng.servei.GrupServicees.caib.seycon.ng.servei.GrupService, provides access to all services and entities referenced by this service.
-
-
Constructor Summary
Constructors Constructor Description GrupServiceBaseProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGrupToUsuari(String codiUsuari, String codiGrup)es.caib.seycon.ng.comu.Grupcreate(es.caib.seycon.ng.comu.Grup grup)es.caib.seycon.ng.comu.UsuariGrupcreate(es.caib.seycon.ng.comu.UsuariGrup usuariGrup)es.caib.seycon.ng.comu.GrupcreateHistoric(es.caib.seycon.ng.comu.Grup grup)voiddelete(es.caib.seycon.ng.comu.Grup grup)voiddelete(es.caib.seycon.ng.comu.UsuariGrup usuariGrup)es.caib.seycon.ng.comu.GrupfindGroupByGroupNameAndDate(String codi, Date date)List<es.caib.seycon.ng.comu.Grup>findGroupByJsonQuery(String query)com.soffid.iam.api.PagedResult<es.caib.seycon.ng.comu.Grup>findGroupByJsonQuery(String query, Integer startIndex, Integer count)com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.Grup>findGroupByJsonQueryAsync(String query)List<es.caib.seycon.ng.comu.Grup>findGroupByText(String text)List<es.caib.seycon.ng.comu.Grup>findGroupByTextAndFilter(String text, String filter)com.soffid.iam.api.PagedResult<es.caib.seycon.ng.comu.Grup>findGroupByTextAndFilter(String text, String filter, Integer first, Integer pageSize)com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.Grup>findGroupByTextAndFilterAsync(String text, String filter)com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.Grup>findGroupByTextAsync(String text)com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.Grup>findGroupHistoryByTextAndFilterAsync(String text, String filter, Date date)Collection<String>findGroupNames()com.soffid.iam.api.PagedResult<es.caib.seycon.ng.comu.UsuariGrup>findGroupUserByJsonQuery(String query, Integer startIndex, Integer count)es.caib.seycon.ng.comu.GrupfindGrupByCodiGrup(String codi)es.caib.seycon.ng.comu.GrupfindGrupById(Long grupId)es.caib.seycon.ng.comu.GrupfindGrupPrimariByCodiUsuari(String codiUsuari)Collection<es.caib.seycon.ng.comu.Grup>findGrupsByCodiUsuari(String codiUsuari)Collection<es.caib.seycon.ng.comu.Grup>findGrupsByFiltre(String codi, String pare, String unitatOfimatica, String descripcio, String tipus, String obsolet)Collection<es.caib.seycon.ng.comu.Grup>findGrupsByFiltre(String codi, String pare, String unitatOfimatica, String descripcio, String tipus, String obsolet, String servidorOfimatic, String seccioPressupostaria)Collection<es.caib.seycon.ng.comu.Grup>findGrupsByTipusGrup(String tipus)Collection<es.caib.seycon.ng.comu.Grup>findGrupsFromRolsByCodiUsuari(String codiUsuari)Collection<es.caib.seycon.ng.comu.Grup>findGrupsFromUsuarisByCodiUsuari(String codiUsuari)Collection<es.caib.seycon.ng.comu.RolAccount>findRolsUsuarisAmbGrupByCodiUsuari(String codiUsuari)Collection<es.caib.seycon.ng.comu.RolAccount>findRolsUsuarisTipusDominiGrupsAndGrupsUsuari(String codiGrup)Collection<es.caib.seycon.ng.comu.Grup>findSubGrupsByCodiGrup(String codi)Collection<es.caib.seycon.ng.comu.Grup>findSubGrupsByCodiGrupAndDate(String codi, Date date)Collection<es.caib.seycon.ng.comu.UsuariGrup>findUserGroupHistoryByUserName(String userName)es.caib.seycon.ng.comu.UsuariGrupfindUsuariGrupByCodiUsuariAndCodiGrup(String codiUsuari, String codiGrup)Collection<es.caib.seycon.ng.comu.UsuariGrup>findUsuariGrupsByCodiUsuari(String codiUsuari)Collection<es.caib.seycon.ng.comu.UsuariGrup>findUsuarisPertanyenAlGrupByCodiGrup(String codiGrup)Collection<es.caib.seycon.ng.comu.UsuariGrup>findUsuarisPertanyenAlGrupByCodiGrup(String codiGrup, Date date)com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.UsuariGrup>findUsuarisPertanyenAlGrupByCodiGrupAsync(String codiGrup)Collection<es.caib.seycon.ng.comu.Grup>getConselleriesAmbDireccionsGenerals()com.soffid.iam.service.GroupServicegetGroupService()Gets reference togroupService.Collection<es.caib.seycon.ng.comu.Grup>getGrups()Collection<es.caib.seycon.ng.comu.Grup>getLlistaDePares(String codiGrup)protected PrincipalgetPrincipal()Gets the currentprincipalif one has been set, otherwise returnsnull.Collection<es.caib.seycon.ng.comu.Rol>getRolsFromGrup(es.caib.seycon.ng.comu.Grup grup)Collection<es.caib.seycon.ng.comu.RolsGrup>getRolsFromGrup(String codiGrup)Collection<es.caib.seycon.ng.comu.RolsGrup>getRolsFromGrupYParesGrup(es.caib.seycon.ng.comu.Grup grup)es.caib.seycon.ng.comu.MaquinagetServidorOfimatic(es.caib.seycon.ng.comu.Grup grup)es.caib.seycon.ng.comu.GrupgetSuperGrup(String codiGrup)voidpropagateRolsChangesToDispatcher(String codiGrup)voidremoveGrupFromUsuari(String codiUsuari, String codiGrup)voidsetGroupService(com.soffid.iam.service.GroupService groupService)Sets reference togroupService.voidsetSuperGrup(String codiSubGrup, String codiSuperGrup)es.caib.seycon.ng.comu.Grupupdate(es.caib.seycon.ng.comu.Grup grup)es.caib.seycon.ng.comu.UsuariGrupupdate(es.caib.seycon.ng.comu.UsuariGrup usuariGrup)
-
-
-
Method Detail
-
setGroupService
public void setGroupService(com.soffid.iam.service.GroupService groupService)
Sets reference togroupService.
-
getGroupService
public com.soffid.iam.service.GroupService getGroupService()
Gets reference togroupService.
-
findGroupByJsonQueryAsync
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.Grup> findGroupByJsonQueryAsync(String query) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGroupByJsonQueryAsyncin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGroupByTextAndFilterAsync
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.Grup> findGroupByTextAndFilterAsync(String text, String filter) throws es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGroupByTextAndFilterAsyncin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGroupByTextAsync
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.Grup> findGroupByTextAsync(String text) throws es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGroupByTextAsyncin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGroupHistoryByTextAndFilterAsync
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.Grup> findGroupHistoryByTextAndFilterAsync(String text, String filter, Date date) throws es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGroupHistoryByTextAndFilterAsyncin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findUsuarisPertanyenAlGrupByCodiGrupAsync
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.UsuariGrup> findUsuarisPertanyenAlGrupByCodiGrupAsync(String codiGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findUsuarisPertanyenAlGrupByCodiGrupAsyncin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGroupByJsonQuery
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.PagedResult<es.caib.seycon.ng.comu.Grup> findGroupByJsonQuery(String query, Integer startIndex, Integer count) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGroupByJsonQueryin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGroupByTextAndFilter
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.PagedResult<es.caib.seycon.ng.comu.Grup> findGroupByTextAndFilter(String text, String filter, Integer first, Integer pageSize) throws es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGroupByTextAndFilterin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGroupUserByJsonQuery
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.PagedResult<es.caib.seycon.ng.comu.UsuariGrup> findGroupUserByJsonQuery(String query, Integer startIndex, Integer count) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGroupUserByJsonQueryin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
create
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.Grup create(es.caib.seycon.ng.comu.Grup grup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
createHistoric
@Transactional(rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.Grup createHistoric(es.caib.seycon.ng.comu.Grup grup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
createHistoricin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGroupByGroupNameAndDate
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.Grup findGroupByGroupNameAndDate(String codi, Date date) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGroupByGroupNameAndDatein interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGrupByCodiGrup
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.Grup findGrupByCodiGrup(String codi) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGrupByCodiGrupin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGrupById
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.Grup findGrupById(Long grupId) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGrupByIdin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGrupPrimariByCodiUsuari
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.Grup findGrupPrimariByCodiUsuari(String codiUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGrupPrimariByCodiUsuariin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getSuperGrup
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.Grup getSuperGrup(String codiGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getSuperGrupin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
update
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.Grup update(es.caib.seycon.ng.comu.Grup grup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
updatein interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getServidorOfimatic
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.Maquina getServidorOfimatic(es.caib.seycon.ng.comu.Grup grup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getServidorOfimaticin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
create
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.UsuariGrup create(es.caib.seycon.ng.comu.UsuariGrup usuariGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findUsuariGrupByCodiUsuariAndCodiGrup
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.UsuariGrup findUsuariGrupByCodiUsuariAndCodiGrup(String codiUsuari, String codiGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findUsuariGrupByCodiUsuariAndCodiGrupin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
update
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public es.caib.seycon.ng.comu.UsuariGrup update(es.caib.seycon.ng.comu.UsuariGrup usuariGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
updatein interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGroupNames
@Transactional(isolation=DEFAULT, propagation=REQUIRED, readOnly=true) public Collection<String> findGroupNames() throws es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGroupNamesin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGrupsByCodiUsuari
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.Grup> findGrupsByCodiUsuari(String codiUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGrupsByCodiUsuariin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGrupsByFiltre
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.Grup> findGrupsByFiltre(String codi, String pare, String unitatOfimatica, String descripcio, String tipus, String obsolet) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGrupsByFiltrein interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGrupsByFiltre
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.Grup> findGrupsByFiltre(String codi, String pare, String unitatOfimatica, String descripcio, String tipus, String obsolet, String servidorOfimatic, String seccioPressupostaria) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGrupsByFiltrein interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGrupsByTipusGrup
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.Grup> findGrupsByTipusGrup(String tipus) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGrupsByTipusGrupin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGrupsFromRolsByCodiUsuari
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.Grup> findGrupsFromRolsByCodiUsuari(String codiUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGrupsFromRolsByCodiUsuariin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGrupsFromUsuarisByCodiUsuari
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.Grup> findGrupsFromUsuarisByCodiUsuari(String codiUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGrupsFromUsuarisByCodiUsuariin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findRolsUsuarisAmbGrupByCodiUsuari
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.RolAccount> findRolsUsuarisAmbGrupByCodiUsuari(String codiUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findRolsUsuarisAmbGrupByCodiUsuariin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findRolsUsuarisTipusDominiGrupsAndGrupsUsuari
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.RolAccount> findRolsUsuarisTipusDominiGrupsAndGrupsUsuari(String codiGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findRolsUsuarisTipusDominiGrupsAndGrupsUsuariin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findSubGrupsByCodiGrup
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.Grup> findSubGrupsByCodiGrup(String codi) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findSubGrupsByCodiGrupin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findSubGrupsByCodiGrupAndDate
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.Grup> findSubGrupsByCodiGrupAndDate(String codi, Date date) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findSubGrupsByCodiGrupAndDatein interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findUserGroupHistoryByUserName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.UsuariGrup> findUserGroupHistoryByUserName(String userName) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findUserGroupHistoryByUserNamein interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findUsuariGrupsByCodiUsuari
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.UsuariGrup> findUsuariGrupsByCodiUsuari(String codiUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findUsuariGrupsByCodiUsuariin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findUsuarisPertanyenAlGrupByCodiGrup
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.UsuariGrup> findUsuarisPertanyenAlGrupByCodiGrup(String codiGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findUsuarisPertanyenAlGrupByCodiGrupin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findUsuarisPertanyenAlGrupByCodiGrup
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.UsuariGrup> findUsuarisPertanyenAlGrupByCodiGrup(String codiGrup, Date date) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findUsuarisPertanyenAlGrupByCodiGrupin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getConselleriesAmbDireccionsGenerals
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.Grup> getConselleriesAmbDireccionsGenerals() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getConselleriesAmbDireccionsGeneralsin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getGrups
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.Grup> getGrups() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getGrupsin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getLlistaDePares
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.Grup> getLlistaDePares(String codiGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getLlistaDeParesin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getRolsFromGrup
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.Rol> getRolsFromGrup(es.caib.seycon.ng.comu.Grup grup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getRolsFromGrupin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getRolsFromGrup
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.RolsGrup> getRolsFromGrup(String codiGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getRolsFromGrupin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getRolsFromGrupYParesGrup
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Collection<es.caib.seycon.ng.comu.RolsGrup> getRolsFromGrupYParesGrup(es.caib.seycon.ng.comu.Grup grup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getRolsFromGrupYParesGrupin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGroupByJsonQuery
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<es.caib.seycon.ng.comu.Grup> findGroupByJsonQuery(String query) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGroupByJsonQueryin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGroupByText
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<es.caib.seycon.ng.comu.Grup> findGroupByText(String text) throws es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGroupByTextin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
findGroupByTextAndFilter
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<es.caib.seycon.ng.comu.Grup> findGroupByTextAndFilter(String text, String filter) throws es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findGroupByTextAndFilterin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
addGrupToUsuari
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void addGrupToUsuari(String codiUsuari, String codiGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
addGrupToUsuariin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
delete
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void delete(es.caib.seycon.ng.comu.Grup grup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deletein interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
delete
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void delete(es.caib.seycon.ng.comu.UsuariGrup usuariGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deletein interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
propagateRolsChangesToDispatcher
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void propagateRolsChangesToDispatcher(String codiGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
propagateRolsChangesToDispatcherin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
removeGrupFromUsuari
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void removeGrupFromUsuari(String codiUsuari, String codiGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
removeGrupFromUsuariin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
setSuperGrup
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void setSuperGrup(String codiSubGrup, String codiSuperGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
setSuperGrupin interfacees.caib.seycon.ng.servei.GrupService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
getPrincipal
protected Principal getPrincipal()
Gets the currentprincipalif one has been set, otherwise returnsnull.- Returns:
- the current principal
-
-