Uses of Class
com.echothree.model.data.training.common.pk.TrainingClassSectionTranslationPK
Packages that use TrainingClassSectionTranslationPK
Package
Description
-
Uses of TrainingClassSectionTranslationPK in com.echothree.model.data.training.server.entity
Methods in com.echothree.model.data.training.server.entity that return TrainingClassSectionTranslationPK -
Uses of TrainingClassSectionTranslationPK in com.echothree.model.data.training.server.factory
Methods in com.echothree.model.data.training.server.factory that return TrainingClassSectionTranslationPKModifier and TypeMethodDescriptionTrainingClassSectionTranslationFactory.getNextPK()TrainingClassSectionTranslationFactory.getPKFromQuery(PreparedStatement ps, Object... params) TrainingClassSectionTranslationFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.training.server.factory that return types with arguments of type TrainingClassSectionTranslationPKModifier and TypeMethodDescriptionTrainingClassSectionTranslationFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) TrainingClassSectionTranslationFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) TrainingClassSectionTranslationFactory.getPKsFromResultSetAsList(ResultSet rs) TrainingClassSectionTranslationFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.training.server.factory with parameters of type TrainingClassSectionTranslationPKModifier and TypeMethodDescriptionTrainingClassSectionTranslationFactory.getEntityFromCache(Session session, TrainingClassSectionTranslationPK pk) TrainingClassSectionTranslationFactory.getEntityFromPK(EntityPermission entityPermission, TrainingClassSectionTranslationPK pk) TrainingClassSectionTranslationFactory.getEntityFromPK(Session session, EntityPermission entityPermission, TrainingClassSectionTranslationPK pk) TrainingClassSectionTranslationFactory.getValueFromPK(Session session, TrainingClassSectionTranslationPK pk) voidTrainingClassSectionTranslationFactory.remove(Session session, TrainingClassSectionTranslationPK pk) booleanTrainingClassSectionTranslationFactory.validPK(Session session, TrainingClassSectionTranslationPK pk) Method parameters in com.echothree.model.data.training.server.factory with type arguments of type TrainingClassSectionTranslationPKModifier and TypeMethodDescriptionTrainingClassSectionTranslationFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<TrainingClassSectionTranslationPK> pks) TrainingClassSectionTranslationFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<TrainingClassSectionTranslationPK> pks) TrainingClassSectionTranslationFactory.getValuesFromPKs(Session session, Collection<TrainingClassSectionTranslationPK> pks) voidTrainingClassSectionTranslationFactory.remove(Session session, Collection<TrainingClassSectionTranslationPK> pks) voidTrainingClassSectionTranslationFactory.remove(Collection<TrainingClassSectionTranslationPK> pks) -
Uses of TrainingClassSectionTranslationPK in com.echothree.model.data.training.server.value
Methods in com.echothree.model.data.training.server.value that return TrainingClassSectionTranslationPKConstructors in com.echothree.model.data.training.server.value with parameters of type TrainingClassSectionTranslationPKModifierConstructorDescriptionTrainingClassSectionTranslationValue(TrainingClassSectionTranslationPK trainingClassSectionTranslationPK, TrainingClassSectionPK trainingClassSectionPK, LanguagePK languagePK, String description, MimeTypePK overviewMimeTypePK, String overview, MimeTypePK introductionMimeTypePK, String introduction, Long fromTime, Long thruTime) Creates a new instance of TrainingClassSectionTranslationValue