public interface RegisteredServiceDao
| Modifier and Type | Method and Description |
|---|---|
long |
countRegisteredServices(String owner) |
boolean |
delete(int id) |
List<RegisteredService> |
fetchAllRegisteredServicesByOwner(String owner) |
RegisteredService |
fetchRegisteredServiceById(int id) |
int |
insertRegisteredService(RegisteredService registeredService) |
boolean |
update(RegisteredService registeredService) |
int insertRegisteredService(RegisteredService registeredService) throws SQLException
SQLExceptionboolean update(RegisteredService registeredService) throws SQLException
SQLExceptionboolean delete(int id)
throws SQLException
SQLExceptionRegisteredService fetchRegisteredServiceById(int id) throws SQLException
SQLExceptionList<RegisteredService> fetchAllRegisteredServicesByOwner(String owner) throws SQLException
SQLExceptionlong countRegisteredServices(String owner) throws SQLException
SQLExceptionCopyright © 2026. All rights reserved.