Class BanProxyDAO

java.lang.Object
com.openmeet.webservice.proxies.ProxyDAO<com.openmeet.shared.data.ban.Ban>
com.openmeet.webservice.proxies.BanProxyDAO
All Implemented Interfaces:
com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.ban.Ban>

public class BanProxyDAO extends ProxyDAO<com.openmeet.shared.data.ban.Ban> implements com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.ban.Ban>
Proxy class for BanDAO.
See Also:
  • Constructor Details

    • BanProxyDAO

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

    • doRetrieveByCondition

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

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

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

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

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

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

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

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

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