Project

General

Profile

« Previous | Next » 

Revision 59573

Edit improvements

View differences:

RegisteredServiceDao.java
7 7

  
8 8
public interface RegisteredServiceDao {
9 9

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

  

Also available in: Unified diff