Class BpmConfigServiceBaseProxy

  • All Implemented Interfaces:
    es.caib.bpm.servei.BpmConfigService, es.caib.seycon.ng.servei.ApplicationBootService

    public class BpmConfigServiceBaseProxy
    extends ApplicationBootServiceBase
    implements es.caib.bpm.servei.BpmConfigService

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

    see es.caib.bpm.servei.BpmConfigService
    • Constructor Detail

      • BpmConfigServiceBaseProxy

        public BpmConfigServiceBaseProxy()
    • Method Detail

      • setBpmConfigService

        public void setBpmConfigService​(com.soffid.iam.bpm.service.BpmConfigService bpmConfigService)
        Sets reference to bpmConfigService.
      • getBpmConfigService

        public com.soffid.iam.bpm.service.BpmConfigService getBpmConfigService()
        Gets reference to bpmConfigService.
      • findFirstByAppKey

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public es.caib.bpm.vo.ConfigParameterVO findFirstByAppKey​(String app,
                                                                  String key)
                                                           throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                  es.caib.seycon.ng.exception.InternalErrorException,
                                                                  es.caib.bpm.exception.BPMException
        Specified by:
        findFirstByAppKey in interface es.caib.bpm.servei.BpmConfigService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        es.caib.bpm.exception.BPMException
      • findAll

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public Collection<es.caib.bpm.vo.ConfigParameterVO> findAll()
                                                             throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                    es.caib.seycon.ng.exception.InternalErrorException,
                                                                    es.caib.bpm.exception.BPMException
        Specified by:
        findAll in interface es.caib.bpm.servei.BpmConfigService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        es.caib.bpm.exception.BPMException
      • findByAppKey

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public Collection<es.caib.bpm.vo.ConfigParameterVO> findByAppKey​(String app,
                                                                         String key)
                                                                  throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                         es.caib.seycon.ng.exception.InternalErrorException,
                                                                         es.caib.bpm.exception.BPMException
        Specified by:
        findByAppKey in interface es.caib.bpm.servei.BpmConfigService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        es.caib.bpm.exception.BPMException
      • findById

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public Collection<es.caib.bpm.vo.ConfigParameterVO> findById​(long id)
                                                              throws es.caib.seycon.ng.exception.InternalErrorException,
                                                                     es.caib.seycon.ng.exception.InternalErrorException,
                                                                     es.caib.bpm.exception.BPMException
        Specified by:
        findById in interface es.caib.bpm.servei.BpmConfigService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        es.caib.bpm.exception.BPMException
      • create

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=es.caib.seycon.ng.exception.InternalErrorException.class)
        public void create​(es.caib.bpm.vo.ConfigParameterVO config)
                    throws es.caib.seycon.ng.exception.InternalErrorException,
                           es.caib.seycon.ng.exception.InternalErrorException,
                           es.caib.bpm.exception.BPMException
        Specified by:
        create in interface es.caib.bpm.servei.BpmConfigService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        es.caib.bpm.exception.BPMException
      • delete

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=es.caib.seycon.ng.exception.InternalErrorException.class)
        public void delete​(es.caib.bpm.vo.ConfigParameterVO config)
                    throws es.caib.seycon.ng.exception.InternalErrorException,
                           es.caib.seycon.ng.exception.InternalErrorException,
                           es.caib.bpm.exception.BPMException
        Specified by:
        delete in interface es.caib.bpm.servei.BpmConfigService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        es.caib.bpm.exception.BPMException
      • update

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=es.caib.seycon.ng.exception.InternalErrorException.class)
        public void update​(es.caib.bpm.vo.ConfigParameterVO config)
                    throws es.caib.seycon.ng.exception.InternalErrorException,
                           es.caib.seycon.ng.exception.InternalErrorException,
                           es.caib.bpm.exception.BPMException
        Specified by:
        update in interface es.caib.bpm.servei.BpmConfigService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        es.caib.bpm.exception.BPMException
      • updateAll

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackFor=java.lang.Exception.class)
        public void updateAll​(Collection<es.caib.bpm.vo.ConfigParameterVO> config)
                       throws es.caib.seycon.ng.exception.InternalErrorException,
                              es.caib.seycon.ng.exception.InternalErrorException,
                              es.caib.bpm.exception.BPMException
        Specified by:
        updateAll in interface es.caib.bpm.servei.BpmConfigService
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
        es.caib.bpm.exception.BPMException
      • consoleBoot

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackForClassName="java.lang.Exception")
        public void consoleBoot()
                         throws es.caib.seycon.ng.exception.InternalErrorException,
                                es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        consoleBoot in interface es.caib.seycon.ng.servei.ApplicationBootService
        Overrides:
        consoleBoot in class ApplicationBootServiceBase
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • syncServerBoot

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackForClassName="java.lang.Exception")
        public void syncServerBoot()
                            throws es.caib.seycon.ng.exception.InternalErrorException,
                                   es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        syncServerBoot in interface es.caib.seycon.ng.servei.ApplicationBootService
        Overrides:
        syncServerBoot in class ApplicationBootServiceBase
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException
      • tenantBoot

        @Transactional(isolation=DEFAULT,
                       propagation=REQUIRED,
                       rollbackForClassName="java.lang.Exception")
        public void tenantBoot​(com.soffid.iam.api.Tenant tenant)
                        throws es.caib.seycon.ng.exception.InternalErrorException,
                               es.caib.seycon.ng.exception.InternalErrorException
        Specified by:
        tenantBoot in interface es.caib.seycon.ng.servei.ApplicationBootService
        Overrides:
        tenantBoot in class ApplicationBootServiceBase
        Throws:
        es.caib.seycon.ng.exception.InternalErrorException