Package com.soffid.iam.service
Class ConfigurationServiceImpl
- java.lang.Object
-
- com.soffid.iam.service.ConfigurationServiceBase
-
- com.soffid.iam.service.ConfigurationServiceImpl
-
- All Implemented Interfaces:
com.soffid.iam.service.ConfigurationService
public class ConfigurationServiceImpl extends ConfigurationServiceBase
- See Also:
ConfiguracioService
-
-
Constructor Summary
Constructors Constructor Description ConfigurationServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.soffid.iam.api.Configuration
handleCreate(com.soffid.iam.api.Configuration configuracio)
protected void
handleDelete(com.soffid.iam.api.Configuration configuracio)
protected void
handleDeleteBlob(String name)
protected Collection<com.soffid.iam.api.Configuration>
handleFindConfigurationByFilter(String codi, String valor, String descripcio, String codiXarxa)
protected com.soffid.iam.api.Configuration
handleFindMasterParameterByNameAndNetwork(String parameter, String networkName)
protected com.soffid.iam.api.Configuration
handleFindParameterByNameAndNetworkName(String codiParametre, String codiXarxa)
protected String
handleFindTenantParameter(String tenant, String parameter)
protected byte[]
handleGetBlob(String name)
protected String
handleGetBlobVersion(String name)
protected Collection<com.soffid.iam.api.Configuration>
handleGetParameters()
protected com.soffid.iam.api.Configuration
handleUpdate(com.soffid.iam.api.Configuration configuracio)
protected void
handleUpdateBlob(String name, byte[] data)
protected void
handleUpdateBlob(String name, byte[] data, String version)
-
Methods inherited from class com.soffid.iam.service.ConfigurationServiceBase
create, delete, deleteBlob, findConfigurationByFilter, findMasterParameterByNameAndNetwork, findParameterByNameAndNetworkName, findTenantParameter, getBlob, getBlobConfigurationEntityDao, getBlobVersion, getConfigEntityDao, getParameters, getPrincipal, getSyncServerService, setBlobConfigurationEntityDao, setConfigEntityDao, setSyncServerService, update, updateBlob, updateBlob
-
-
-
-
Method Detail
-
handleGetParameters
protected Collection<com.soffid.iam.api.Configuration> handleGetParameters() throws Exception
- Specified by:
handleGetParameters
in classConfigurationServiceBase
- Throws:
Exception
-
handleCreate
protected com.soffid.iam.api.Configuration handleCreate(com.soffid.iam.api.Configuration configuracio) throws Exception
- Specified by:
handleCreate
in classConfigurationServiceBase
- Throws:
Exception
-
handleDelete
protected void handleDelete(com.soffid.iam.api.Configuration configuracio) throws Exception
- Specified by:
handleDelete
in classConfigurationServiceBase
- Throws:
Exception
-
handleUpdate
protected com.soffid.iam.api.Configuration handleUpdate(com.soffid.iam.api.Configuration configuracio) throws Exception
- Specified by:
handleUpdate
in classConfigurationServiceBase
- Throws:
Exception
-
handleFindConfigurationByFilter
protected Collection<com.soffid.iam.api.Configuration> handleFindConfigurationByFilter(String codi, String valor, String descripcio, String codiXarxa) throws Exception
- Specified by:
handleFindConfigurationByFilter
in classConfigurationServiceBase
- Throws:
Exception
-
handleFindParameterByNameAndNetworkName
protected com.soffid.iam.api.Configuration handleFindParameterByNameAndNetworkName(String codiParametre, String codiXarxa) throws Exception
- Specified by:
handleFindParameterByNameAndNetworkName
in classConfigurationServiceBase
- Throws:
Exception
-
handleGetBlob
protected byte[] handleGetBlob(String name) throws Exception
- Specified by:
handleGetBlob
in classConfigurationServiceBase
- Throws:
Exception
-
handleUpdateBlob
protected void handleUpdateBlob(String name, byte[] data) throws Exception
- Specified by:
handleUpdateBlob
in classConfigurationServiceBase
- Throws:
Exception
-
handleDeleteBlob
protected void handleDeleteBlob(String name) throws Exception
- Specified by:
handleDeleteBlob
in classConfigurationServiceBase
- Throws:
Exception
-
handleUpdateBlob
protected void handleUpdateBlob(String name, byte[] data, String version) throws Exception
- Specified by:
handleUpdateBlob
in classConfigurationServiceBase
- Throws:
Exception
-
handleGetBlobVersion
protected String handleGetBlobVersion(String name) throws Exception
- Specified by:
handleGetBlobVersion
in classConfigurationServiceBase
- Throws:
Exception
-
handleFindMasterParameterByNameAndNetwork
protected com.soffid.iam.api.Configuration handleFindMasterParameterByNameAndNetwork(String parameter, String networkName) throws Exception
- Specified by:
handleFindMasterParameterByNameAndNetwork
in classConfigurationServiceBase
- Throws:
Exception
-
handleFindTenantParameter
protected String handleFindTenantParameter(String tenant, String parameter) throws Exception
- Specified by:
handleFindTenantParameter
in classConfigurationServiceBase
- Throws:
Exception
-
-