Package com.soffid.iam.service
Interface ServiceService
-
public interface ServiceServiceService ServiceService
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Servicecreate(Service servei)Operation createvoiddelete(Service servei)Operation deleteServicefindServiceByName(String codi)Operation findServiceByNameCollection<Service>findServicesByCriteria(String codi, String descripcio)Operation findServicesByCriteriaCollection<Service>getServices()Operation getServicesServiceupdate(Service servei)Operation update
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
Service create(Service servei) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
servei-- Returns:
- Throws:
InternalErrorException
-
findServiceByName
Service findServiceByName(String codi) throws InternalErrorException, InternalErrorException
Operation findServiceByName- Parameters:
codi-- Returns:
- Throws:
InternalErrorException
-
update
Service update(Service servei) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
servei-- Returns:
- Throws:
InternalErrorException
-
findServicesByCriteria
Collection<Service> findServicesByCriteria(String codi, String descripcio) throws InternalErrorException, InternalErrorException
Operation findServicesByCriteria- Parameters:
codi-descripcio-- Returns:
- Throws:
InternalErrorException
-
getServices
Collection<Service> getServices() throws InternalErrorException, InternalErrorException
Operation getServices- Returns:
- Throws:
InternalErrorException
-
delete
void delete(Service servei) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
servei-- Throws:
InternalErrorException
-
-