Class DominiUsuariServiceBaseProxy

  • All Implemented Interfaces:
    es.caib.seycon.ng.servei.DominiUsuariService

    public class DominiUsuariServiceBaseProxy
    extends Object
    implements es.caib.seycon.ng.servei.DominiUsuariService

    Spring Service base class for es.caib.seycon.ng.servei.DominiUsuariService, provides access to all services and entities referenced by this service.

    see es.caib.seycon.ng.servei.DominiUsuariService
    • Field Summary

      • Fields inherited from interface es.caib.seycon.ng.servei.DominiUsuariService

        SERVICE_NAME
    • Constructor Detail

      • DominiUsuariServiceBaseProxy

        public DominiUsuariServiceBaseProxy()
    • Method Detail

      • setUserDomainService

        public void setUserDomainService​(com.soffid.iam.service.UserDomainService userDomainService)
        Sets reference to userDomainService.
      • getUserDomainService

        public com.soffid.iam.service.UserDomainService getUserDomainService()
        Gets reference to userDomainService.
      • findUserTypeByTextAndFilterAsync

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public com.soffid.iam.api.AsyncList<es.caib.seycon.ng.comu.TipusUsuari> findUserTypeByTextAndFilterAsync​(String text,
                                                                                                                 String query)
                                                                                                          throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                                                                 es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        findUserTypeByTextAndFilterAsync in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • findUserTypeByTextAndFilter

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public com.soffid.iam.api.PagedResult<es.caib.seycon.ng.comu.TipusUsuari> findUserTypeByTextAndFilter​(String text,
                                                                                                              String query,
                                                                                                              Integer first,
                                                                                                              Integer max)
                                                                                                       throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                                                              es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        findUserTypeByTextAndFilter in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • create

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.DominiContrasenya create​(es.caib.seycon.ng.comu.DominiContrasenya dominiContrasenya)
                                                        throws es.caib.seycon.ng.exception.InternalErrorException,
                                                               es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        create in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • findDominiContrasenyaByCodi

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.DominiContrasenya findDominiContrasenyaByCodi​(String codi)
                                                                             throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                                    es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        findDominiContrasenyaByCodi in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • update

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.DominiContrasenya update​(es.caib.seycon.ng.comu.DominiContrasenya dominiContrasenya)
                                                        throws es.caib.seycon.ng.exception.InternalErrorException,
                                                               es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        update in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • create

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.DominiUsuari create​(es.caib.seycon.ng.comu.DominiUsuari dominiUsuari)
                                                   throws es.caib.seycon.ng.exception.InternalErrorException,
                                                          es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        create in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • findDominiUsuariByCodi

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.DominiUsuari findDominiUsuariByCodi​(String codiDominiUsuari)
                                                                   throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                          es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        findDominiUsuariByCodi in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • update

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.DominiUsuari update​(es.caib.seycon.ng.comu.DominiUsuari dominiUsuari)
                                                   throws es.caib.seycon.ng.exception.InternalErrorException,
                                                          es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        update in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • create

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.ParaulaProhibida create​(es.caib.seycon.ng.comu.ParaulaProhibida paraulaProhibida)
                                                       throws es.caib.seycon.ng.exception.InternalErrorException,
                                                              es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        create in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • update

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.ParaulaProhibida update​(es.caib.seycon.ng.comu.ParaulaProhibida paraulaProhibida)
                                                       throws es.caib.seycon.ng.exception.InternalErrorException,
                                                              es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        update in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • create

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.ParaulaProhibidaPoliticaContrasenya create​(es.caib.seycon.ng.comu.ParaulaProhibidaPoliticaContrasenya paraulaProhibidaContrasenya)
                                                                          throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                                 es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        create in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • update

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.ParaulaProhibidaPoliticaContrasenya update​(es.caib.seycon.ng.comu.ParaulaProhibidaPoliticaContrasenya paraulaProhibidaContrasenya)
                                                                          throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                                 es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        update in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • create

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.PoliticaContrasenya create​(es.caib.seycon.ng.comu.PoliticaContrasenya politicaContrasenyaDomini)
                                                          throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                 es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        create in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • findPoliticaByTipusAndDominiContrasenyas

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.PoliticaContrasenya findPoliticaByTipusAndDominiContrasenyas​(String tipus,
                                                                                                   String domini)
                                                                                            throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                                                   es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        findPoliticaByTipusAndDominiContrasenyas in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • update

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.PoliticaContrasenya update​(es.caib.seycon.ng.comu.PoliticaContrasenya politicaContrasenyaDomini)
                                                          throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                 es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        update in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • create

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.TipusUsuari create​(es.caib.seycon.ng.comu.TipusUsuari tipusUsuari)
                                                  throws es.caib.seycon.ng.exception.InternalErrorException,
                                                         es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        create in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • update

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.seycon.ng.comu.TipusUsuari update​(es.caib.seycon.ng.comu.TipusUsuari tipusUsuari)
                                                  throws es.caib.seycon.ng.exception.InternalErrorException,
                                                         es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        update in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • findAllDominiContrasenya

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public Collection<es.caib.seycon.ng.comu.DominiContrasenya> findAllDominiContrasenya()
                                                                                      throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                                             es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        findAllDominiContrasenya in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • findAllDominiUsuari

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public Collection<es.caib.seycon.ng.comu.DominiUsuari> findAllDominiUsuari()
                                                                            throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                                   es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        findAllDominiUsuari in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • findAllParaulesProhibides

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public Collection<es.caib.seycon.ng.comu.ParaulaProhibida> findAllParaulesProhibides()
                                                                                      throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                                             es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        findAllParaulesProhibides in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • findAllPolitiquesContrasenyaDomini

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public Collection<es.caib.seycon.ng.comu.PoliticaContrasenya> findAllPolitiquesContrasenyaDomini​(String codiDominiContrasenya)
                                                                                                  throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                                                         es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        findAllPolitiquesContrasenyaDomini in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • findAllTipusUsuari

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public Collection<es.caib.seycon.ng.comu.TipusUsuari> findAllTipusUsuari()
                                                                          throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                                 es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        findAllTipusUsuari in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • findNameGenerators

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public Collection<String> findNameGenerators()
                                              throws es.caib.seycon.ng.exception.InternalErrorException,
                                                     es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        findNameGenerators in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • findParaulesProhibidesPoliticaContrasenya

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public Collection<es.caib.seycon.ng.comu.ParaulaProhibidaPoliticaContrasenya> findParaulesProhibidesPoliticaContrasenya​(es.caib.seycon.ng.comu.PoliticaContrasenya politicaContrasenya)
                                                                                                                         throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                                                                                es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        findParaulesProhibidesPoliticaContrasenya in interface es.caib.seycon.ng.servei.DominiUsuariService
        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.DominiContrasenya dominiContrasenya)
                    throws es.caib.seycon.ng.exception.InternalErrorException,
                           es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        delete in interface es.caib.seycon.ng.servei.DominiUsuariService
        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.DominiUsuari dominiUsuari)
                    throws es.caib.seycon.ng.exception.InternalErrorException,
                           es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        delete in interface es.caib.seycon.ng.servei.DominiUsuariService
        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.ParaulaProhibida paraulaProhibida)
                    throws es.caib.seycon.ng.exception.InternalErrorException,
                           es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        delete in interface es.caib.seycon.ng.servei.DominiUsuariService
        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.ParaulaProhibidaPoliticaContrasenya paraulaProhibidaContrasenya)
                    throws es.caib.seycon.ng.exception.InternalErrorException,
                           es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        delete in interface es.caib.seycon.ng.servei.DominiUsuariService
        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.PoliticaContrasenya politicaContrasenyaDomini)
                    throws es.caib.seycon.ng.exception.InternalErrorException,
                           es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        delete in interface es.caib.seycon.ng.servei.DominiUsuariService
        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.TipusUsuari tipusUsuari)
                    throws es.caib.seycon.ng.exception.InternalErrorException,
                           es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        delete in interface es.caib.seycon.ng.servei.DominiUsuariService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • getPrincipal

        protected Principal getPrincipal()
        Gets the current principal if one has been set, otherwise returns null.
        Returns:
        the current principal