Package es.caib.seycon.ng.servei.ejb
Interface ServeiService
-
public interface ServeiServiceEJB ServeiService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Serveicreate(Servei servei)voiddelete(Servei servei)Collection<Servei>findServeisByCriteri(String codi, String descripcio)Serveiupdate(Servei servei)
-
-
-
Method Detail
-
create
Servei create(Servei servei) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
Servei update(Servei servei) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findServeisByCriteri
Collection<Servei> findServeisByCriteri(String codi, String descripcio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(Servei servei) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-