Project

General

Profile

« Previous | Next » 

Revision 59600

mainly delete added

View differences:

RegisteredServiceDao.java
9 9

  
10 10
    public int insertRegisteredService(RegisteredService registeredService) throws SQLException ;
11 11
    public boolean update (final RegisteredService registeredService) throws SQLException;
12
    public boolean delete (int id) throws SQLException;
12 13
    public RegisteredService fetchRegisteredServiceById(int id) throws SQLException;
13 14
    public List<RegisteredService> fetchAllRegisteredServicesByOwner(String owner) throws SQLException;
14 15

  

Also available in: Unified diff