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.ConfigurationhandleCreate(com.soffid.iam.api.Configuration configuracio)protected voidhandleDelete(com.soffid.iam.api.Configuration configuracio)protected voidhandleDeleteBlob(String name)protected Collection<com.soffid.iam.api.Configuration>handleFindConfigurationByFilter(String codi, String valor, String descripcio, String codiXarxa)protected com.soffid.iam.api.ConfigurationhandleFindMasterParameterByNameAndNetwork(String parameter, String networkName)protected com.soffid.iam.api.ConfigurationhandleFindParameterByNameAndNetworkName(String codiParametre, String codiXarxa)protected StringhandleFindTenantParameter(String tenant, String parameter)protected byte[]handleGetBlob(String name)protected StringhandleGetBlobVersion(String name)protected Collection<com.soffid.iam.api.Configuration>handleGetParameters()protected com.soffid.iam.api.ConfigurationhandleUpdate(com.soffid.iam.api.Configuration configuracio)protected voidhandleUpdateBlob(String name, byte[] data)protected voidhandleUpdateBlob(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:
handleGetParametersin classConfigurationServiceBase- Throws:
Exception
-
handleCreate
protected com.soffid.iam.api.Configuration handleCreate(com.soffid.iam.api.Configuration configuracio) throws Exception- Specified by:
handleCreatein classConfigurationServiceBase- Throws:
Exception
-
handleDelete
protected void handleDelete(com.soffid.iam.api.Configuration configuracio) throws Exception- Specified by:
handleDeletein classConfigurationServiceBase- Throws:
Exception
-
handleUpdate
protected com.soffid.iam.api.Configuration handleUpdate(com.soffid.iam.api.Configuration configuracio) throws Exception- Specified by:
handleUpdatein classConfigurationServiceBase- Throws:
Exception
-
handleFindConfigurationByFilter
protected Collection<com.soffid.iam.api.Configuration> handleFindConfigurationByFilter(String codi, String valor, String descripcio, String codiXarxa) throws Exception
- Specified by:
handleFindConfigurationByFilterin classConfigurationServiceBase- Throws:
Exception
-
handleFindParameterByNameAndNetworkName
protected com.soffid.iam.api.Configuration handleFindParameterByNameAndNetworkName(String codiParametre, String codiXarxa) throws Exception
- Specified by:
handleFindParameterByNameAndNetworkNamein classConfigurationServiceBase- Throws:
Exception
-
handleGetBlob
protected byte[] handleGetBlob(String name) throws Exception
- Specified by:
handleGetBlobin classConfigurationServiceBase- Throws:
Exception
-
handleUpdateBlob
protected void handleUpdateBlob(String name, byte[] data) throws Exception
- Specified by:
handleUpdateBlobin classConfigurationServiceBase- Throws:
Exception
-
handleDeleteBlob
protected void handleDeleteBlob(String name) throws Exception
- Specified by:
handleDeleteBlobin classConfigurationServiceBase- Throws:
Exception
-
handleUpdateBlob
protected void handleUpdateBlob(String name, byte[] data, String version) throws Exception
- Specified by:
handleUpdateBlobin classConfigurationServiceBase- Throws:
Exception
-
handleGetBlobVersion
protected String handleGetBlobVersion(String name) throws Exception
- Specified by:
handleGetBlobVersionin classConfigurationServiceBase- Throws:
Exception
-
handleFindMasterParameterByNameAndNetwork
protected com.soffid.iam.api.Configuration handleFindMasterParameterByNameAndNetwork(String parameter, String networkName) throws Exception
- Specified by:
handleFindMasterParameterByNameAndNetworkin classConfigurationServiceBase- Throws:
Exception
-
handleFindTenantParameter
protected String handleFindTenantParameter(String tenant, String parameter) throws Exception
- Specified by:
handleFindTenantParameterin classConfigurationServiceBase- Throws:
Exception
-
-