Class Meeter_InterestProxyDAO

java.lang.Object
com.openmeet.webservice.proxies.ProxyDAO<com.openmeet.shared.data.meeter_interest.Meeter_Interest>
com.openmeet.webservice.proxies.Meeter_InterestProxyDAO
All Implemented Interfaces:
com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.meeter_interest.Meeter_Interest>

public class Meeter_InterestProxyDAO extends ProxyDAO<com.openmeet.shared.data.meeter_interest.Meeter_Interest> implements com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.meeter_interest.Meeter_Interest>
Proxy class for Meeter_InterestDAO.
See Also:
  • Field Summary

    Fields inherited from class com.openmeet.webservice.proxies.ProxyDAO

    dao, out, request

    Fields inherited from interface com.openmeet.shared.data.storage.DAO

    DO_DELETE, DO_RETRIEVE_ALL, DO_RETRIEVE_ALL_LIMIT, DO_RETRIEVE_ALL_LIMIT_OFFSET, DO_RETRIEVE_BY_CONDITION, DO_RETRIEVE_BY_CONDITION_LIMIT, DO_RETRIEVE_BY_CONDITION_LIMIT_OFFSET, DO_RETRIEVE_BY_KEY, DO_SAVE, DO_SAVE_OR_UPDATE, DO_SAVE_PARTIAL, DO_UPDATE, logger
  • Constructor Summary

    Constructors
    Constructor
    Description
    Meeter_InterestProxyDAO(com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.meeter_interest.Meeter_Interest> dao, jakarta.servlet.http.HttpServletRequest request, PrintWriter out)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    doDelete(String condition)
     
    List<com.openmeet.shared.data.meeter_interest.Meeter_Interest>
     
    List<com.openmeet.shared.data.meeter_interest.Meeter_Interest>
    doRetrieveAll(int row_count)
     
    List<com.openmeet.shared.data.meeter_interest.Meeter_Interest>
    doRetrieveAll(int offset, int row_count)
     
    List<com.openmeet.shared.data.meeter_interest.Meeter_Interest>
     
    List<com.openmeet.shared.data.meeter_interest.Meeter_Interest>
    doRetrieveByCondition(String condition, int row_count)
     
    List<com.openmeet.shared.data.meeter_interest.Meeter_Interest>
    doRetrieveByCondition(String condition, int offset, int row_count)
     
    com.openmeet.shared.data.meeter_interest.Meeter_Interest
     
    boolean
    doSave(com.openmeet.shared.data.meeter_interest.Meeter_Interest obj)
     
    boolean
    doSave(HashMap<String,?> values)
     
    boolean
    doSaveOrUpdate(com.openmeet.shared.data.meeter_interest.Meeter_Interest obj)
     
    boolean
    doUpdate(HashMap<String,?> values, String condition)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Meeter_InterestProxyDAO

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

    • doRetrieveByCondition

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

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

      public List<com.openmeet.shared.data.meeter_interest.Meeter_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.meeter_interest.Meeter_Interest>
      Throws:
      SQLException
    • doRetrieveByKey

      public com.openmeet.shared.data.meeter_interest.Meeter_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.meeter_interest.Meeter_Interest>
      Throws:
      SQLException
      com.openmeet.shared.exceptions.InvalidPrimaryKeyException
    • doRetrieveAll

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

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

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

      public boolean doSave(com.openmeet.shared.data.meeter_interest.Meeter_Interest obj) throws SQLException
      Specified by:
      doSave in interface com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.meeter_interest.Meeter_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.meeter_interest.Meeter_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.meeter_interest.Meeter_Interest>
      Throws:
      SQLException
    • doSaveOrUpdate

      public boolean doSaveOrUpdate(com.openmeet.shared.data.meeter_interest.Meeter_Interest obj) throws SQLException
      Specified by:
      doSaveOrUpdate in interface com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.meeter_interest.Meeter_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.meeter_interest.Meeter_Interest>
      Throws:
      SQLException