Class ModeratorDAO
java.lang.Object
com.openmeet.shared.data.storage.SQLDAO
com.openmeet.webapp.dataLayer.moderator.ModeratorDAO
- All Implemented Interfaces:
com.openmeet.shared.data.storage.DAO<Moderator>
public class ModeratorDAO
extends com.openmeet.shared.data.storage.SQLDAO
implements com.openmeet.shared.data.storage.DAO<Moderator>
-
Field Summary
Fields inherited from class com.openmeet.shared.data.storage.SQLDAO
sourceFields 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 -
Method Summary
Modifier and TypeMethodDescriptionbooleandoRetrieveAll(int row_count) doRetrieveAll(int offset, int row_count) doRetrieveByCondition(String condition) doRetrieveByCondition(String condition, int row_count) doRetrieveByCondition(String condition, int offset, int row_count) doRetrieveByKey(String key) booleanbooleanbooleandoSaveOrUpdate(Moderator obj) boolean
-
Constructor Details
-
ModeratorDAO
-
-
Method Details
-
doRetrieveByCondition
- Specified by:
doRetrieveByConditionin interfacecom.openmeet.shared.data.storage.DAO<Moderator>- Throws:
SQLException
-
doRetrieveByCondition
- Specified by:
doRetrieveByConditionin interfacecom.openmeet.shared.data.storage.DAO<Moderator>- Throws:
SQLException
-
doRetrieveByCondition
public List<Moderator> doRetrieveByCondition(String condition, int offset, int row_count) throws SQLException - Specified by:
doRetrieveByConditionin interfacecom.openmeet.shared.data.storage.DAO<Moderator>- Throws:
SQLException
-
doRetrieveByKey
public Moderator doRetrieveByKey(String key) throws SQLException, com.openmeet.shared.exceptions.InvalidPrimaryKeyException - Specified by:
doRetrieveByKeyin interfacecom.openmeet.shared.data.storage.DAO<Moderator>- Throws:
SQLExceptioncom.openmeet.shared.exceptions.InvalidPrimaryKeyException
-
doRetrieveAll
- Specified by:
doRetrieveAllin interfacecom.openmeet.shared.data.storage.DAO<Moderator>- Throws:
SQLException
-
doRetrieveAll
- Specified by:
doRetrieveAllin interfacecom.openmeet.shared.data.storage.DAO<Moderator>- Throws:
SQLException
-
doRetrieveAll
- Specified by:
doRetrieveAllin interfacecom.openmeet.shared.data.storage.DAO<Moderator>- Throws:
SQLException
-
doSave
- Specified by:
doSavein interfacecom.openmeet.shared.data.storage.DAO<Moderator>- Throws:
SQLException
-
doSave
- Specified by:
doSavein interfacecom.openmeet.shared.data.storage.DAO<Moderator>- Throws:
SQLException
-
doUpdate
- Specified by:
doUpdatein interfacecom.openmeet.shared.data.storage.DAO<Moderator>- Throws:
SQLException
-
doSaveOrUpdate
- Specified by:
doSaveOrUpdatein interfacecom.openmeet.shared.data.storage.DAO<Moderator>- Throws:
SQLException
-
doDelete
- Specified by:
doDeletein interfacecom.openmeet.shared.data.storage.DAO<Moderator>- Throws:
SQLException
-