Package com.openmeet.webservice.proxies
Class ImageProxyDAO
java.lang.Object
com.openmeet.webservice.proxies.ProxyDAO<com.openmeet.shared.data.image.Image>
com.openmeet.webservice.proxies.ImageProxyDAO
- All Implemented Interfaces:
com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.image.Image>
public class ImageProxyDAO
extends ProxyDAO<com.openmeet.shared.data.image.Image>
implements com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.image.Image>
Proxy class for ImageDAO.
- See Also:
-
ProxyDAODAOGenericProxyDAO
-
Field Summary
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
ConstructorsConstructorDescriptionImageProxyDAO(com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.image.Image> dao, jakarta.servlet.http.HttpServletRequest request, PrintWriter out) -
Method Summary
Modifier and TypeMethodDescriptionbooleanList<com.openmeet.shared.data.image.Image>List<com.openmeet.shared.data.image.Image>doRetrieveAll(int row_count) List<com.openmeet.shared.data.image.Image>doRetrieveAll(int offset, int row_count) List<com.openmeet.shared.data.image.Image>doRetrieveByCondition(String condition) List<com.openmeet.shared.data.image.Image>doRetrieveByCondition(String condition, int row_count) List<com.openmeet.shared.data.image.Image>doRetrieveByCondition(String condition, int offset, int row_count) com.openmeet.shared.data.image.ImagedoRetrieveByKey(String key) booleandoSave(com.openmeet.shared.data.image.Image obj) booleanbooleandoSaveOrUpdate(com.openmeet.shared.data.image.Image obj) boolean
-
Constructor Details
-
Method Details
-
doRetrieveByCondition
public List<com.openmeet.shared.data.image.Image> doRetrieveByCondition(String condition) throws SQLException - Specified by:
doRetrieveByConditionin interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.image.Image>- Throws:
SQLException
-
doRetrieveByCondition
public List<com.openmeet.shared.data.image.Image> doRetrieveByCondition(String condition, int row_count) throws SQLException - Specified by:
doRetrieveByConditionin interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.image.Image>- Throws:
SQLException
-
doRetrieveByCondition
public List<com.openmeet.shared.data.image.Image> doRetrieveByCondition(String condition, int offset, int row_count) throws SQLException - Specified by:
doRetrieveByConditionin interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.image.Image>- Throws:
SQLException
-
doRetrieveByKey
public com.openmeet.shared.data.image.Image doRetrieveByKey(String key) throws SQLException, com.openmeet.shared.exceptions.InvalidPrimaryKeyException - Specified by:
doRetrieveByKeyin interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.image.Image>- Throws:
SQLExceptioncom.openmeet.shared.exceptions.InvalidPrimaryKeyException
-
doRetrieveAll
- Specified by:
doRetrieveAllin interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.image.Image>- Throws:
SQLException
-
doRetrieveAll
- Specified by:
doRetrieveAllin interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.image.Image>- Throws:
SQLException
-
doRetrieveAll
public List<com.openmeet.shared.data.image.Image> doRetrieveAll(int offset, int row_count) throws SQLException - Specified by:
doRetrieveAllin interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.image.Image>- Throws:
SQLException
-
doSave
- Specified by:
doSavein interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.image.Image>- Throws:
SQLException
-
doUpdate
- Specified by:
doUpdatein interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.image.Image>- Throws:
SQLException
-
doDelete
- Specified by:
doDeletein interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.image.Image>- Throws:
SQLException
-