Package es.caib.seycon.ng.servei.ejb
Interface ConfiguracioService
-
public interface ConfiguracioServiceEJB ConfiguracioService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Configuraciocreate(Configuracio configuracio)voiddelete(Configuracio configuracio)voiddeleteBlob(String name)Collection<Configuracio>findConfiguracioByFiltre(String codi, String valor, String descripcio, String codiXarxa)ConfiguraciofindParametreByCodiAndCodiXarxa(String codiParametre, String codiXarxa)StringfindTenantParameter(String tenant, String parameter)byte[]getBlob(String name)Collection<Configuracio>getParametres()Configuracioupdate(Configuracio configuracio)voidupdateBlob(String name, byte[] data)
-
-
-
Method Detail
-
getBlob
byte[] getBlob(String name) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
Configuracio create(Configuracio configuracio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findParametreByCodiAndCodiXarxa
Configuracio findParametreByCodiAndCodiXarxa(String codiParametre, String codiXarxa) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
Configuracio update(Configuracio configuracio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findTenantParameter
String findTenantParameter(String tenant, String parameter) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findConfiguracioByFiltre
Collection<Configuracio> findConfiguracioByFiltre(String codi, String valor, String descripcio, String codiXarxa) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getParametres
Collection<Configuracio> getParametres() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(Configuracio configuracio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
deleteBlob
void deleteBlob(String name) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
updateBlob
void updateBlob(String name, byte[] data) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-