Package com.soffid.iam.service
Interface ServiceService
-
public interface ServiceService
Service ServiceService
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service
create(Service servei)
Operation createvoid
delete(Service servei)
Operation deleteService
findServiceByName(String codi)
Operation findServiceByNameCollection<Service>
findServicesByCriteria(String codi, String descripcio)
Operation findServicesByCriteriaCollection<Service>
getServices()
Operation getServicesService
update(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
-
-