Class InterestProxyDAO

java.lang.Object
com.openmeet.webservice.proxies.ProxyDAO<com.openmeet.shared.data.interest.Interest>
com.openmeet.webservice.proxies.InterestProxyDAO
All Implemented Interfaces:
com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>

public class InterestProxyDAO extends ProxyDAO<com.openmeet.shared.data.interest.Interest> implements com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>
Proxy class for InterestDAO.
See Also:
  • Constructor Details

    • InterestProxyDAO

      public InterestProxyDAO(com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest> dao, jakarta.servlet.http.HttpServletRequest request, PrintWriter out)
  • Method Details

    • doRetrieveByCondition

      public List<com.openmeet.shared.data.interest.Interest> doRetrieveByCondition(String condition) throws SQLException
      Specified by:
      doRetrieveByCondition in interface com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>
      Throws:
      SQLException
    • doRetrieveByCondition

      public List<com.openmeet.shared.data.interest.Interest> doRetrieveByCondition(String condition, int row_count) throws SQLException
      Specified by:
      doRetrieveByCondition in interface com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>
      Throws:
      SQLException
    • doRetrieveByCondition

      public List<com.openmeet.shared.data.interest.Interest> doRetrieveByCondition(String condition, int offset, int row_count) throws SQLException
      Specified by:
      doRetrieveByCondition in interface com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>
      Throws:
      SQLException
    • doRetrieveByKey

      public com.openmeet.shared.data.interest.Interest doRetrieveByKey(String key) throws SQLException, com.openmeet.shared.exceptions.InvalidPrimaryKeyException
      Specified by:
      doRetrieveByKey in interface com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>
      Throws:
      SQLException
      com.openmeet.shared.exceptions.InvalidPrimaryKeyException
    • doRetrieveAll

      public List<com.openmeet.shared.data.interest.Interest> doRetrieveAll() throws SQLException
      Specified by:
      doRetrieveAll in interface com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>
      Throws:
      SQLException
    • doRetrieveAll

      public List<com.openmeet.shared.data.interest.Interest> doRetrieveAll(int row_count) throws SQLException
      Specified by:
      doRetrieveAll in interface com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>
      Throws:
      SQLException
    • doRetrieveAll

      public List<com.openmeet.shared.data.interest.Interest> doRetrieveAll(int offset, int row_count) throws SQLException
      Specified by:
      doRetrieveAll in interface com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>
      Throws:
      SQLException
    • doSave

      public boolean doSave(com.openmeet.shared.data.interest.Interest obj) throws SQLException
      Specified by:
      doSave in interface com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>
      Throws:
      SQLException
    • doSave

      public boolean doSave(HashMap<String,?> values) throws SQLException
      Specified by:
      doSave in interface com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>
      Throws:
      SQLException
    • doUpdate

      public boolean doUpdate(HashMap<String,?> values, String condition) throws SQLException
      Specified by:
      doUpdate in interface com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>
      Throws:
      SQLException
    • doSaveOrUpdate

      public boolean doSaveOrUpdate(com.openmeet.shared.data.interest.Interest obj) throws SQLException
      Specified by:
      doSaveOrUpdate in interface com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>
      Throws:
      SQLException
    • doDelete

      public boolean doDelete(String condition) throws SQLException
      Specified by:
      doDelete in interface com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>
      Throws:
      SQLException