Package es.caib.seycon.ng.servei.ejb
Interface ServeiService
-
public interface ServeiService
EJB ServeiService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Servei
create(Servei servei)
void
delete(Servei servei)
Collection<Servei>
findServeisByCriteri(String codi, String descripcio)
Servei
update(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
-
-