Package com.soffid.iam.service
Class ServiceServiceImpl
- java.lang.Object
-
- com.soffid.iam.service.ServiceServiceBase
-
- com.soffid.iam.service.ServiceServiceImpl
-
- All Implemented Interfaces:
com.soffid.iam.service.ServiceService
public class ServiceServiceImpl extends ServiceServiceBase
- See Also:
ServeiService
-
-
Constructor Summary
Constructors Constructor Description ServiceServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.soffid.iam.api.Service
handleCreate(com.soffid.iam.api.Service servei)
protected void
handleDelete(com.soffid.iam.api.Service servei)
protected com.soffid.iam.api.Service
handleFindServiceByName(String codi)
protected Collection<com.soffid.iam.api.Service>
handleFindServicesByCriteria(String codi, String descripcio)
protected Collection<com.soffid.iam.api.Service>
handleGetServices()
protected com.soffid.iam.api.Service
handleUpdate(com.soffid.iam.api.Service servei)
-
Methods inherited from class com.soffid.iam.service.ServiceServiceBase
create, delete, findServiceByName, findServicesByCriteria, getPrincipal, getServiceEntityDao, getServices, setServiceEntityDao, update
-
-
-
-
Method Detail
-
handleCreate
protected com.soffid.iam.api.Service handleCreate(com.soffid.iam.api.Service servei) throws Exception
- Specified by:
handleCreate
in classServiceServiceBase
- Throws:
Exception
- See Also:
ServeiService.create(es.caib.seycon.ng.comu.Servei)
-
handleDelete
protected void handleDelete(com.soffid.iam.api.Service servei) throws Exception
- Specified by:
handleDelete
in classServiceServiceBase
- Throws:
Exception
- See Also:
ServeiService.delete(es.caib.seycon.ng.comu.Servei)
-
handleUpdate
protected com.soffid.iam.api.Service handleUpdate(com.soffid.iam.api.Service servei) throws Exception
- Specified by:
handleUpdate
in classServiceServiceBase
- Throws:
Exception
- See Also:
ServeiService.update(es.caib.seycon.ng.comu.Servei)
-
handleFindServicesByCriteria
protected Collection<com.soffid.iam.api.Service> handleFindServicesByCriteria(String codi, String descripcio) throws Exception
- Specified by:
handleFindServicesByCriteria
in classServiceServiceBase
- Throws:
Exception
-
handleFindServiceByName
protected com.soffid.iam.api.Service handleFindServiceByName(String codi) throws Exception
- Specified by:
handleFindServiceByName
in classServiceServiceBase
- Throws:
Exception
-
handleGetServices
protected Collection<com.soffid.iam.api.Service> handleGetServices() throws Exception
- Specified by:
handleGetServices
in classServiceServiceBase
- Throws:
Exception
-
-