Class RatingProxyDAO

java.lang.Object
com.openmeet.webservice.proxies.ProxyDAO<com.openmeet.shared.data.rating.Rating>
com.openmeet.webservice.proxies.RatingProxyDAO
All Implemented Interfaces:
com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.rating.Rating>

public class RatingProxyDAO extends ProxyDAO<com.openmeet.shared.data.rating.Rating> implements com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.rating.Rating>
Proxy class for RatingDAO.
See Also:
  • Constructor Details

    • RatingProxyDAO

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

    • doRetrieveByCondition

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

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

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

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

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

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

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

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

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