Package com.openmeet.webservice.proxies
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:
-
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
ConstructorsConstructorDescriptionInterestProxyDAO(com.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest> dao, jakarta.servlet.http.HttpServletRequest request, PrintWriter out) -
Method Summary
Modifier and TypeMethodDescriptionbooleanList<com.openmeet.shared.data.interest.Interest>List<com.openmeet.shared.data.interest.Interest>doRetrieveAll(int row_count) List<com.openmeet.shared.data.interest.Interest>doRetrieveAll(int offset, int row_count) List<com.openmeet.shared.data.interest.Interest>doRetrieveByCondition(String condition) List<com.openmeet.shared.data.interest.Interest>doRetrieveByCondition(String condition, int row_count) List<com.openmeet.shared.data.interest.Interest>doRetrieveByCondition(String condition, int offset, int row_count) com.openmeet.shared.data.interest.InterestdoRetrieveByKey(String key) booleandoSave(com.openmeet.shared.data.interest.Interest obj) booleanbooleandoSaveOrUpdate(com.openmeet.shared.data.interest.Interest obj) boolean
-
Constructor Details
-
Method Details
-
doRetrieveByCondition
public List<com.openmeet.shared.data.interest.Interest> doRetrieveByCondition(String condition) throws SQLException - Specified by:
doRetrieveByConditionin interfacecom.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:
doRetrieveByConditionin interfacecom.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:
doRetrieveByConditionin interfacecom.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:
doRetrieveByKeyin interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>- Throws:
SQLExceptioncom.openmeet.shared.exceptions.InvalidPrimaryKeyException
-
doRetrieveAll
- Specified by:
doRetrieveAllin interfacecom.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:
doRetrieveAllin interfacecom.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:
doRetrieveAllin interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>- Throws:
SQLException
-
doSave
- Specified by:
doSavein interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>- Throws:
SQLException
-
doUpdate
- Specified by:
doUpdatein interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>- Throws:
SQLException
-
doDelete
- Specified by:
doDeletein interfacecom.openmeet.shared.data.storage.DAO<com.openmeet.shared.data.interest.Interest>- Throws:
SQLException
-