Package com.soffid.iam.am.service
Interface ServiceService
public interface ServiceService
Service ServiceService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionOperation createvoidOperation deletefindServiceByName(String codi) Operation findServiceByNamecom.soffid.zkdb.api.PagedResult<Service>findServices(com.soffid.zkdb.api.Query q) Operation findServicesOperation getServicesOperation update
-
Field Details
-
REMOTE_PATH
- See Also:
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
create
Operation create- Parameters:
servei-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findServiceByName
Operation findServiceByName- Parameters:
codi-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
update
Operation update- Parameters:
servei-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findServices
com.soffid.zkdb.api.PagedResult<Service> findServices(com.soffid.zkdb.api.Query q) throws InternalErrorException Operation findServices- Parameters:
q-- Returns:
- Throws:
InternalErrorException
-
getServices
Operation getServices- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
delete
Operation delete- Parameters:
servei-- Throws:
InternalErrorExceptionInternalErrorException
-