Class RecoveryQuestionDetailFactory
java.lang.Object
com.echothree.model.data.user.server.factory.RecoveryQuestionDetailFactory
- All Implemented Interfaces:
BaseFactory<RecoveryQuestionDetailPK,
RecoveryQuestionDetail>
public class RecoveryQuestionDetailFactory
extends Object
implements BaseFactory<RecoveryQuestionDetailPK,RecoveryQuestionDetail>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(RecoveryQuestionPK recoveryQuestionPK, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create
(RecoveryQuestion recoveryQuestion, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create
(Session session, RecoveryQuestionPK recoveryQuestionPK, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) create
(Session session, RecoveryQuestion recoveryQuestion, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
create
(Session session, Collection<RecoveryQuestionDetailValue> _values) void
create
(Collection<RecoveryQuestionDetailValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<RecoveryQuestionDetailPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<RecoveryQuestionDetailPK> pks) getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) getEntityFromCache
(Session session, RecoveryQuestionDetailPK pk) getEntityFromPK
(EntityPermission entityPermission, RecoveryQuestionDetailPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, RecoveryQuestionDetailPK pk) getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) getEntityFromValue
(EntityPermission entityPermission, RecoveryQuestionDetailValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, RecoveryQuestionDetailValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, RecoveryQuestionDetailPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<RecoveryQuestionDetailPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, RecoveryQuestionDetailPK pk) void
remove
(Session session, RecoveryQuestionDetail entity) void
remove
(Session session, Collection<RecoveryQuestionDetailPK> pks) void
void
store
(Session session, RecoveryQuestionDetail entity) void
store
(Session session, Collection<RecoveryQuestionDetail> entities) void
store
(Collection<RecoveryQuestionDetail> entities) boolean
validPK
(Session session, RecoveryQuestionDetailPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
RQUSDT_RECOVERYQUESTIONDETAILID
- See Also:
-
RQUSDT_RQUS_RECOVERYQUESTIONID
- See Also:
-
RQUSDT_RECOVERYQUESTIONNAME
- See Also:
-
RQUSDT_ISDEFAULT
- See Also:
-
RQUSDT_SORTORDER
- See Also:
-
RQUSDT_FROMTIME
- See Also:
-
RQUSDT_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<RecoveryQuestionDetailPK,
RecoveryQuestionDetail>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<RecoveryQuestionDetailPK,
RecoveryQuestionDetail>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<RecoveryQuestionDetailPK,
RecoveryQuestionDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<RecoveryQuestionDetailPK,
RecoveryQuestionDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<RecoveryQuestionDetailPK,
RecoveryQuestionDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<RecoveryQuestionDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<RecoveryQuestionDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public RecoveryQuestionDetailPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<RecoveryQuestionDetailValue> getValuesFromPKs(Session session, Collection<RecoveryQuestionDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public RecoveryQuestionDetailValue getValueFromPK(Session session, RecoveryQuestionDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<RecoveryQuestionDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public RecoveryQuestionDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<RecoveryQuestionDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<RecoveryQuestionDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<RecoveryQuestionDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<RecoveryQuestionDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public RecoveryQuestionDetail getEntityFromValue(EntityPermission entityPermission, RecoveryQuestionDetailValue value) -
getEntityFromValue
public RecoveryQuestionDetail getEntityFromValue(Session session, EntityPermission entityPermission, RecoveryQuestionDetailValue value) -
getEntityFromPK
public RecoveryQuestionDetail getEntityFromPK(EntityPermission entityPermission, RecoveryQuestionDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public RecoveryQuestionDetail getEntityFromPK(Session session, EntityPermission entityPermission, RecoveryQuestionDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<RecoveryQuestionDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<RecoveryQuestionDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public RecoveryQuestionDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<RecoveryQuestionDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<RecoveryQuestionDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<RecoveryQuestionDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<RecoveryQuestionDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<RecoveryQuestionDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<RecoveryQuestionDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<RecoveryQuestionDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public RecoveryQuestionDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public RecoveryQuestionDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public RecoveryQuestionDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public RecoveryQuestionDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public RecoveryQuestionDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public RecoveryQuestionDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public RecoveryQuestionDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<RecoveryQuestionDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<RecoveryQuestionDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public RecoveryQuestionDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public RecoveryQuestionDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public RecoveryQuestionDetail create(Session session, RecoveryQuestion recoveryQuestion, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public RecoveryQuestionDetail create(RecoveryQuestion recoveryQuestion, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public RecoveryQuestionDetail create(Session session, RecoveryQuestionPK recoveryQuestionPK, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public RecoveryQuestionDetail create(RecoveryQuestionPK recoveryQuestionPK, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<RecoveryQuestionDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<RecoveryQuestionDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, RecoveryQuestionDetail entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<RecoveryQuestionDetailPK,
RecoveryQuestionDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<RecoveryQuestionDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<RecoveryQuestionDetailPK,
RecoveryQuestionDetail> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
store
in interfaceBaseFactory<RecoveryQuestionDetailPK,
RecoveryQuestionDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, RecoveryQuestionDetail entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<RecoveryQuestionDetailPK,
RecoveryQuestionDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, RecoveryQuestionDetailPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<RecoveryQuestionDetailPK,
RecoveryQuestionDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<RecoveryQuestionDetailPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<RecoveryQuestionDetailPK,
RecoveryQuestionDetail> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<RecoveryQuestionDetailPK,
RecoveryQuestionDetail> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, RecoveryQuestionDetailPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<RecoveryQuestionDetailPK,
RecoveryQuestionDetail> - Throws:
PersistenceDatabaseException
-