Package com.soffid.iam.service.ejb
Interface ServiceService
-
public interface ServiceService
EJB ServiceService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service
create(Service servei)
void
delete(Service servei)
Collection<Service>
findServicesByCriteria(String codi, String descripcio)
Service
update(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
-
-