Class PartyTrainingClassSessionQuestionDetailFactory
java.lang.Object
com.echothree.model.data.training.server.factory.PartyTrainingClassSessionQuestionDetailFactory
- All Implemented Interfaces:
BaseFactory<PartyTrainingClassSessionQuestionDetailPK,
PartyTrainingClassSessionQuestionDetail>
public class PartyTrainingClassSessionQuestionDetailFactory
extends Object
implements BaseFactory<PartyTrainingClassSessionQuestionDetailPK,PartyTrainingClassSessionQuestionDetail>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK, PartyTrainingClassSessionPK partyTrainingClassSessionPK, TrainingClassQuestionPK trainingClassQuestionPK, Integer sortOrder, Long fromTime, Long thruTime) create
(PartyTrainingClassSessionQuestion partyTrainingClassSessionQuestion, PartyTrainingClassSession partyTrainingClassSession, TrainingClassQuestion trainingClassQuestion, Integer sortOrder, Long fromTime, Long thruTime) create
(Session session, PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK, PartyTrainingClassSessionPK partyTrainingClassSessionPK, TrainingClassQuestionPK trainingClassQuestionPK, Integer sortOrder, Long fromTime, Long thruTime) create
(Session session, PartyTrainingClassSessionQuestion partyTrainingClassSessionQuestion, PartyTrainingClassSession partyTrainingClassSession, TrainingClassQuestion trainingClassQuestion, Integer sortOrder, Long fromTime, Long thruTime) void
create
(Session session, Collection<PartyTrainingClassSessionQuestionDetailValue> _values) void
getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyTrainingClassSessionQuestionDetailPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyTrainingClassSessionQuestionDetailPK> 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) getEntityFromPK
(EntityPermission entityPermission, PartyTrainingClassSessionQuestionDetailPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, PartyTrainingClassSessionQuestionDetailPK 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, PartyTrainingClassSessionQuestionDetailValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, PartyTrainingClassSessionQuestionDetailValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, PartyTrainingClassSessionQuestionDetailPK pk) void
remove
(Session session, PartyTrainingClassSessionQuestionDetail entity) void
remove
(Session session, Collection<PartyTrainingClassSessionQuestionDetailPK> pks) void
void
store
(Session session, PartyTrainingClassSessionQuestionDetail entity) void
store
(Session session, Collection<PartyTrainingClassSessionQuestionDetail> entities) void
boolean
validPK
(Session session, PartyTrainingClassSessionQuestionDetailPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
PTRNCLSQUSDT_PARTYTRAININGCLASSSESSIONQUESTIONDETAILID
- See Also:
-
PTRNCLSQUSDT_PTRNCLSQUS_PARTYTRAININGCLASSSESSIONQUESTIONID
- See Also:
-
PTRNCLSQUSDT_PTRNCLSSESS_PARTYTRAININGCLASSSESSIONID
- See Also:
-
PTRNCLSQUSDT_TRNCLSQUS_TRAININGCLASSQUESTIONID
- See Also:
-
PTRNCLSQUSDT_SORTORDER
- See Also:
-
PTRNCLSQUSDT_FROMTIME
- See Also:
-
PTRNCLSQUSDT_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,
PartyTrainingClassSessionQuestionDetail>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,
PartyTrainingClassSessionQuestionDetail>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,
PartyTrainingClassSessionQuestionDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,
PartyTrainingClassSessionQuestionDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,
PartyTrainingClassSessionQuestionDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PartyTrainingClassSessionQuestionDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PartyTrainingClassSessionQuestionDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public PartyTrainingClassSessionQuestionDetailPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PartyTrainingClassSessionQuestionDetailValue> getValuesFromPKs(Session session, Collection<PartyTrainingClassSessionQuestionDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PartyTrainingClassSessionQuestionDetailValue getValueFromPK(Session session, PartyTrainingClassSessionQuestionDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PartyTrainingClassSessionQuestionDetailValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PartyTrainingClassSessionQuestionDetailValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyTrainingClassSessionQuestionDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyTrainingClassSessionQuestionDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PartyTrainingClassSessionQuestionDetail getEntityFromValue(EntityPermission entityPermission, PartyTrainingClassSessionQuestionDetailValue value) -
getEntityFromValue
public PartyTrainingClassSessionQuestionDetail getEntityFromValue(Session session, EntityPermission entityPermission, PartyTrainingClassSessionQuestionDetailValue value) -
getEntityFromPK
public PartyTrainingClassSessionQuestionDetail getEntityFromPK(EntityPermission entityPermission, PartyTrainingClassSessionQuestionDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public PartyTrainingClassSessionQuestionDetail getEntityFromPK(Session session, EntityPermission entityPermission, PartyTrainingClassSessionQuestionDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PartyTrainingClassSessionQuestionDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PartyTrainingClassSessionQuestionDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PartyTrainingClassSessionQuestionDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionQuestionDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionQuestionDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionQuestionDetail getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionQuestionDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionQuestionDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionQuestionDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionQuestionDetail getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyTrainingClassSessionQuestionDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyTrainingClassSessionQuestionDetail getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PartyTrainingClassSessionQuestionDetail create(Session session, PartyTrainingClassSessionQuestion partyTrainingClassSessionQuestion, PartyTrainingClassSession partyTrainingClassSession, TrainingClassQuestion trainingClassQuestion, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyTrainingClassSessionQuestionDetail create(PartyTrainingClassSessionQuestion partyTrainingClassSessionQuestion, PartyTrainingClassSession partyTrainingClassSession, TrainingClassQuestion trainingClassQuestion, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyTrainingClassSessionQuestionDetail create(Session session, PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK, PartyTrainingClassSessionPK partyTrainingClassSessionPK, TrainingClassQuestionPK trainingClassQuestionPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyTrainingClassSessionQuestionDetail create(PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK, PartyTrainingClassSessionPK partyTrainingClassSessionPK, TrainingClassQuestionPK trainingClassQuestionPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<PartyTrainingClassSessionQuestionDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PartyTrainingClassSessionQuestionDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, PartyTrainingClassSessionQuestionDetail entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,
PartyTrainingClassSessionQuestionDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PartyTrainingClassSessionQuestionDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,
PartyTrainingClassSessionQuestionDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<PartyTrainingClassSessionQuestionDetail> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,
PartyTrainingClassSessionQuestionDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PartyTrainingClassSessionQuestionDetail entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,
PartyTrainingClassSessionQuestionDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PartyTrainingClassSessionQuestionDetailPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,
PartyTrainingClassSessionQuestionDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PartyTrainingClassSessionQuestionDetailPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,
PartyTrainingClassSessionQuestionDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<PartyTrainingClassSessionQuestionDetailPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,
PartyTrainingClassSessionQuestionDetail> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, PartyTrainingClassSessionQuestionDetailPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,
PartyTrainingClassSessionQuestionDetail> - Throws:
PersistenceDatabaseException
-