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.ServicehandleCreate(com.soffid.iam.api.Service servei)protected voidhandleDelete(com.soffid.iam.api.Service servei)protected com.soffid.iam.api.ServicehandleFindServiceByName(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.ServicehandleUpdate(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:
handleCreatein 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:
handleDeletein 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:
handleUpdatein 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:
handleFindServicesByCriteriain classServiceServiceBase- Throws:
Exception
-
handleFindServiceByName
protected com.soffid.iam.api.Service handleFindServiceByName(String codi) throws Exception
- Specified by:
handleFindServiceByNamein classServiceServiceBase- Throws:
Exception
-
handleGetServices
protected Collection<com.soffid.iam.api.Service> handleGetServices() throws Exception
- Specified by:
handleGetServicesin classServiceServiceBase- Throws:
Exception
-
-