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(TrainingClassSectionTranslationPK pk) TrainingClassSectionTranslationFactory.getEntityFromPK(EntityPermission entityPermission, TrainingClassSectionTranslationPK pk) TrainingClassSectionTranslationFactory.getValueFromPK(TrainingClassSectionTranslationPK pk) voidTrainingClassSectionTranslationFactory.remove(TrainingClassSectionTranslationPK pk) booleanTrainingClassSectionTranslationFactory.validPK(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.getValuesFromPKs(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 -
Uses of TrainingClassSectionTranslationPK in com.echothree.model.jooq.server.records.training
Methods in com.echothree.model.jooq.server.records.training that return TrainingClassSectionTranslationPKModifier and TypeMethodDescriptionTrainingClassSectionTranslations.TrainingClassSectionTranslation()Getter fortrainingclasssectiontranslations.trnclsstr_trainingclasssectiontranslationid.Methods in com.echothree.model.jooq.server.records.training that return types with arguments of type TrainingClassSectionTranslationPKModifier and TypeMethodDescriptionorg.jooq.Record1<TrainingClassSectionTranslationPK> TrainingClassSectionTranslations.key()Methods in com.echothree.model.jooq.server.records.training with parameters of type TrainingClassSectionTranslationPKModifier and TypeMethodDescriptionvoidTrainingClassSectionTranslations.TrainingClassSectionTranslation(TrainingClassSectionTranslationPK value) Setter fortrainingclasssectiontranslations.trnclsstr_trainingclasssectiontranslationid.Constructors in com.echothree.model.jooq.server.records.training with parameters of type TrainingClassSectionTranslationPKModifierConstructorDescriptionTrainingClassSectionTranslations(TrainingClassSectionTranslationPK TrainingClassSectionTranslation, TrainingClassSectionPK TrainingClassSection, LanguagePK Language, String Description, MimeTypePK OverviewMimeType, String Overview, MimeTypePK IntroductionMimeType, String Introduction, Long FromTime, Long ThruTime) Create a detached, initialised TrainingClassSectionTranslations -
Uses of TrainingClassSectionTranslationPK in com.echothree.model.jooq.server.tables.training
Fields in com.echothree.model.jooq.server.tables.training with type parameters of type TrainingClassSectionTranslationPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<TrainingClassSectionTranslations, TrainingClassSectionTranslationPK> TrainingClassSectionTranslations.TRAINING_CLASS_SECTION_TRANSLATIONThe columntrainingclasssectiontranslations.trnclsstr_trainingclasssectiontranslationid.