/[projects]/dao/DaoAdresseService/src/main/java/dk/daoas/daoadresseservice/db/DatabaseLayer.java
ViewVC logotype

Diff of /dao/DaoAdresseService/src/main/java/dk/daoas/daoadresseservice/db/DatabaseLayer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2942 by torben, Tue Aug 25 08:46:29 2015 UTC revision 2943 by torben, Sat Feb 13 07:24:34 2016 UTC
# Line 14  import dk.daoas.daoadresseservice.beans. Line 14  import dk.daoas.daoadresseservice.beans.
14  public interface DatabaseLayer {  public interface DatabaseLayer {
15                    
16                    
17          public List<Address> getAllAdresses() throws SQLException ;          List<Address> getAllAdresses() throws SQLException ;
18                    
19          public List<AliasBean> getAliasList() throws SQLException;          List<AliasBean> getAliasList() throws SQLException;
20                    
21          public List<ExtendedBean> getExtendedAdresslist() throws SQLException;          List<ExtendedBean> getExtendedAdresslist() throws SQLException;
22                    
23          public Map<Short,HundredePctBean> get100PctList() throws SQLException;          Map<Short,HundredePctBean> get100PctList() throws SQLException;
           
         public void saveRequestLog(String brugerid, String postnr, String adresse, String omdelingsdag, SearchResult result) throws SQLException;  
           
   
24                    
25            void saveRequestLog(String brugerid, String postnr, String adresse, String omdelingsdag, SearchResult result) throws SQLException;
26                    
27  }  }

Legend:
Removed from v.2942  
changed lines
  Added in v.2943

  ViewVC Help
Powered by ViewVC 1.1.20