Uses of Class
com.echothree.model.data.core.common.pk.CommandMessageTranslationPK
Packages that use CommandMessageTranslationPK
Package
Description
-
Uses of CommandMessageTranslationPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CommandMessageTranslationPK -
Uses of CommandMessageTranslationPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CommandMessageTranslationPKModifier and TypeMethodDescriptionCommandMessageTranslationFactory.getNextPK()CommandMessageTranslationFactory.getPKFromQuery(PreparedStatement ps, Object... params) CommandMessageTranslationFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CommandMessageTranslationPKModifier and TypeMethodDescriptionCommandMessageTranslationFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CommandMessageTranslationFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CommandMessageTranslationFactory.getPKsFromResultSetAsList(ResultSet rs) CommandMessageTranslationFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CommandMessageTranslationPKModifier and TypeMethodDescriptionCommandMessageTranslationFactory.getEntityFromCache(CommandMessageTranslationPK pk) CommandMessageTranslationFactory.getEntityFromPK(EntityPermission entityPermission, CommandMessageTranslationPK pk) CommandMessageTranslationFactory.getValueFromPK(CommandMessageTranslationPK pk) voidCommandMessageTranslationFactory.remove(CommandMessageTranslationPK pk) booleanCommandMessageTranslationFactory.validPK(CommandMessageTranslationPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CommandMessageTranslationPKModifier and TypeMethodDescriptionCommandMessageTranslationFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommandMessageTranslationPK> pks) CommandMessageTranslationFactory.getValuesFromPKs(Collection<CommandMessageTranslationPK> pks) voidCommandMessageTranslationFactory.remove(Collection<CommandMessageTranslationPK> pks) -
Uses of CommandMessageTranslationPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return CommandMessageTranslationPKConstructors in com.echothree.model.data.core.server.value with parameters of type CommandMessageTranslationPKModifierConstructorDescriptionCommandMessageTranslationValue(CommandMessageTranslationPK commandMessageTranslationPK, CommandMessagePK commandMessagePK, LanguagePK languagePK, String translation, Long fromTime, Long thruTime) Creates a new instance of CommandMessageTranslationValue -
Uses of CommandMessageTranslationPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return CommandMessageTranslationPKModifier and TypeMethodDescriptionCommandMessageTranslations.CommandMessageTranslation()Getter forcommandmessagetranslations.cmdmssgtr_commandmessagetranslationid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type CommandMessageTranslationPKModifier and TypeMethodDescriptionorg.jooq.Record1<CommandMessageTranslationPK> CommandMessageTranslations.key()Methods in com.echothree.model.jooq.server.records.core with parameters of type CommandMessageTranslationPKModifier and TypeMethodDescriptionvoidCommandMessageTranslations.CommandMessageTranslation(CommandMessageTranslationPK value) Setter forcommandmessagetranslations.cmdmssgtr_commandmessagetranslationid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type CommandMessageTranslationPKModifierConstructorDescriptionCommandMessageTranslations(CommandMessageTranslationPK CommandMessageTranslation, CommandMessagePK CommandMessage, LanguagePK Language, String Translation, Long FromTime, Long ThruTime) Create a detached, initialised CommandMessageTranslations -
Uses of CommandMessageTranslationPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type CommandMessageTranslationPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommandMessageTranslations, CommandMessageTranslationPK> CommandMessageTranslations.COMMAND_MESSAGE_TRANSLATIONThe columncommandmessagetranslations.cmdmssgtr_commandmessagetranslationid.