Package com.soffid.iam.service.ejb
Interface ServiceService
-
public interface ServiceServiceEJB ServiceService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Servicecreate(Service servei)voiddelete(Service servei)Collection<Service>findServicesByCriteria(String codi, String descripcio)Serviceupdate(Service servei)
-
-
-
Method Detail
-
create
Service create(Service servei) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
Service update(Service servei) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findServicesByCriteria
Collection<Service> findServicesByCriteria(String codi, String descripcio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(Service servei) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-