Class PartyTrainingClassSessionSectionFactory
java.lang.Object
com.echothree.model.data.training.server.factory.PartyTrainingClassSessionSectionFactory
- All Implemented Interfaces:
BaseFactory<PartyTrainingClassSessionSectionPK,
PartyTrainingClassSessionSection>
public class PartyTrainingClassSessionSectionFactory
extends Object
implements BaseFactory<PartyTrainingClassSessionSectionPK,PartyTrainingClassSessionSection>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(PartyTrainingClassSessionPK partyTrainingClassSessionPK, Integer partyTrainingClassSessionSectionSequence, TrainingClassSectionPK trainingClassSectionPK, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) create
(PartyTrainingClassSession partyTrainingClassSession, Integer partyTrainingClassSessionSectionSequence, TrainingClassSection trainingClassSection, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) create
(Session session, PartyTrainingClassSessionPK partyTrainingClassSessionPK, Integer partyTrainingClassSessionSectionSequence, TrainingClassSectionPK trainingClassSectionPK, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) create
(Session session, PartyTrainingClassSession partyTrainingClassSession, Integer partyTrainingClassSessionSectionSequence, TrainingClassSection trainingClassSection, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) void
create
(Session session, Collection<PartyTrainingClassSessionSectionValue> _values) void
getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyTrainingClassSessionSectionPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyTrainingClassSessionSectionPK> 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, PartyTrainingClassSessionSectionPK pk) getEntityFromPK
(EntityPermission entityPermission, PartyTrainingClassSessionSectionPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, PartyTrainingClassSessionSectionPK 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, PartyTrainingClassSessionSectionValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, PartyTrainingClassSessionSectionValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, PartyTrainingClassSessionSectionPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<PartyTrainingClassSessionSectionPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, PartyTrainingClassSessionSectionPK pk) void
remove
(Session session, PartyTrainingClassSessionSection entity) void
remove
(Session session, Collection<PartyTrainingClassSessionSectionPK> pks) void
void
store
(Session session, PartyTrainingClassSessionSection entity) void
store
(Session session, Collection<PartyTrainingClassSessionSection> entities) void
store
(Collection<PartyTrainingClassSessionSection> entities) boolean
validPK
(Session session, PartyTrainingClassSessionSectionPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
PTRNCLSS_PARTYTRAININGCLASSSESSIONSECTIONID
- See Also:
-
PTRNCLSS_PTRNCLSSESS_PARTYTRAININGCLASSSESSIONID
- See Also:
-
PTRNCLSS_PARTYTRAININGCLASSSESSIONSECTIONSEQUENCE
- See Also:
-
PTRNCLSS_TRNCLSS_TRAININGCLASSSECTIONID
- See Also:
-
PTRNCLSS_READINGSTARTTIME
- See Also:
-
PTRNCLSS_READINGENDTIME
- See Also:
-
PTRNCLSS_FROMTIME
- See Also:
-
PTRNCLSS_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<PartyTrainingClassSessionSectionPK,
PartyTrainingClassSessionSection>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<PartyTrainingClassSessionSectionPK,
PartyTrainingClassSessionSection>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<PartyTrainingClassSessionSectionPK,
PartyTrainingClassSessionSection>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<PartyTrainingClassSessionSectionPK,
PartyTrainingClassSessionSection>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<PartyTrainingClassSessionSectionPK,
PartyTrainingClassSessionSection>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PartyTrainingClassSessionSectionPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PartyTrainingClassSessionSectionPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public PartyTrainingClassSessionSectionPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PartyTrainingClassSessionSectionValue> getValuesFromPKs(Session session, Collection<PartyTrainingClassSessionSectionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PartyTrainingClassSessionSectionValue getValueFromPK(Session session, PartyTrainingClassSessionSectionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PartyTrainingClassSessionSectionValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PartyTrainingClassSessionSectionValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyTrainingClassSessionSection> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyTrainingClassSessionSectionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyTrainingClassSessionSection> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PartyTrainingClassSessionSectionPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PartyTrainingClassSessionSection getEntityFromValue(EntityPermission entityPermission, PartyTrainingClassSessionSectionValue value) -
getEntityFromValue
public PartyTrainingClassSessionSection getEntityFromValue(Session session, EntityPermission entityPermission, PartyTrainingClassSessionSectionValue value) -
getEntityFromPK
public PartyTrainingClassSessionSection getEntityFromPK(EntityPermission entityPermission, PartyTrainingClassSessionSectionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public PartyTrainingClassSessionSection getEntityFromCache(Session session, PartyTrainingClassSessionSectionPK pk) -
getEntityFromPK
public PartyTrainingClassSessionSection getEntityFromPK(Session session, EntityPermission entityPermission, PartyTrainingClassSessionSectionPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PartyTrainingClassSessionSectionPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PartyTrainingClassSessionSectionPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PartyTrainingClassSessionSectionPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionSection> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionSection> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionSection> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionSection> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionSection> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionSection> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionSection> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionSection getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionSection getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionSection getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionSection getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionSection getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionSection getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionSection getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyTrainingClassSessionSection> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyTrainingClassSessionSection> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyTrainingClassSessionSection getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyTrainingClassSessionSection getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PartyTrainingClassSessionSection create(Session session, PartyTrainingClassSession partyTrainingClassSession, Integer partyTrainingClassSessionSectionSequence, TrainingClassSection trainingClassSection, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyTrainingClassSessionSection create(PartyTrainingClassSession partyTrainingClassSession, Integer partyTrainingClassSessionSectionSequence, TrainingClassSection trainingClassSection, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyTrainingClassSessionSection create(Session session, PartyTrainingClassSessionPK partyTrainingClassSessionPK, Integer partyTrainingClassSessionSectionSequence, TrainingClassSectionPK trainingClassSectionPK, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyTrainingClassSessionSection create(PartyTrainingClassSessionPK partyTrainingClassSessionPK, Integer partyTrainingClassSessionSectionSequence, TrainingClassSectionPK trainingClassSectionPK, Long readingStartTime, Long readingEndTime, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<PartyTrainingClassSessionSectionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PartyTrainingClassSessionSectionValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, PartyTrainingClassSessionSection entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PartyTrainingClassSessionSectionPK,
PartyTrainingClassSessionSection> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<PartyTrainingClassSessionSection> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PartyTrainingClassSessionSectionPK,
PartyTrainingClassSessionSection> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<PartyTrainingClassSessionSection> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<PartyTrainingClassSessionSectionPK,
PartyTrainingClassSessionSection> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PartyTrainingClassSessionSection entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyTrainingClassSessionSectionPK,
PartyTrainingClassSessionSection> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, PartyTrainingClassSessionSectionPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyTrainingClassSessionSectionPK,
PartyTrainingClassSessionSection> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<PartyTrainingClassSessionSectionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyTrainingClassSessionSectionPK,
PartyTrainingClassSessionSection> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<PartyTrainingClassSessionSectionPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<PartyTrainingClassSessionSectionPK,
PartyTrainingClassSessionSection> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, PartyTrainingClassSessionSectionPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<PartyTrainingClassSessionSectionPK,
PartyTrainingClassSessionSection> - Throws:
PersistenceDatabaseException
-