Uses of Class
com.echothree.model.data.core.common.pk.CommandMessagePK
Packages that use CommandMessagePK
Package
Description
-
Uses of CommandMessagePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CommandMessagePKModifier and TypeMethodDescriptionCommandMessageDetail.getCommandMessagePK()CommandMessageTranslation.getCommandMessagePK()CommandMessage.getPrimaryKey()Methods in com.echothree.model.data.core.server.entity with parameters of type CommandMessagePKModifier and TypeMethodDescriptionvoidCommandMessageDetail.setCommandMessagePK(CommandMessagePK commandMessagePK) voidCommandMessageTranslation.setCommandMessagePK(CommandMessagePK commandMessagePK) -
Uses of CommandMessagePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CommandMessagePKModifier and TypeMethodDescriptionCommandMessageFactory.getNextPK()CommandMessageFactory.getPKFromQuery(PreparedStatement ps, Object... params) CommandMessageFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CommandMessagePKModifier and TypeMethodDescriptionCommandMessageFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CommandMessageFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CommandMessageFactory.getPKsFromResultSetAsList(ResultSet rs) CommandMessageFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CommandMessagePKModifier and TypeMethodDescriptionCommandMessageDetailFactory.create(CommandMessagePK commandMessagePK, CommandMessageTypePK commandMessageTypePK, String commandMessageKey, Long fromTime, Long thruTime) CommandMessageTranslationFactory.create(CommandMessagePK commandMessagePK, LanguagePK languagePK, String translation, Long fromTime, Long thruTime) CommandMessageFactory.getEntityFromCache(CommandMessagePK pk) CommandMessageFactory.getEntityFromPK(EntityPermission entityPermission, CommandMessagePK pk) CommandMessageFactory.getValueFromPK(CommandMessagePK pk) voidCommandMessageFactory.remove(CommandMessagePK pk) booleanCommandMessageFactory.validPK(CommandMessagePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CommandMessagePKModifier and TypeMethodDescriptionCommandMessageFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommandMessagePK> pks) CommandMessageFactory.getValuesFromPKs(Collection<CommandMessagePK> pks) voidCommandMessageFactory.remove(Collection<CommandMessagePK> pks) -
Uses of CommandMessagePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return CommandMessagePKModifier and TypeMethodDescriptionCommandMessageDetailValue.getCommandMessagePK()CommandMessageTranslationValue.getCommandMessagePK()CommandMessageValue.getPrimaryKey()Methods in com.echothree.model.data.core.server.value with parameters of type CommandMessagePKModifier and TypeMethodDescriptionvoidCommandMessageDetailValue.setCommandMessagePK(CommandMessagePK commandMessagePK) voidCommandMessageTranslationValue.setCommandMessagePK(CommandMessagePK commandMessagePK) Constructors in com.echothree.model.data.core.server.value with parameters of type CommandMessagePKModifierConstructorDescriptionCommandMessageDetailValue(CommandMessageDetailPK commandMessageDetailPK, CommandMessagePK commandMessagePK, CommandMessageTypePK commandMessageTypePK, String commandMessageKey, Long fromTime, Long thruTime) Creates a new instance of CommandMessageDetailValueCommandMessageDetailValue(CommandMessagePK commandMessagePK, CommandMessageTypePK commandMessageTypePK, String commandMessageKey, Long fromTime, Long thruTime) Creates a new instance of CommandMessageDetailValueCommandMessageTranslationValue(CommandMessagePK commandMessagePK, LanguagePK languagePK, String translation, Long fromTime, Long thruTime) Creates a new instance of CommandMessageTranslationValueCommandMessageTranslationValue(CommandMessageTranslationPK commandMessageTranslationPK, CommandMessagePK commandMessagePK, LanguagePK languagePK, String translation, Long fromTime, Long thruTime) Creates a new instance of CommandMessageTranslationValueCommandMessageValue(CommandMessagePK commandMessagePK, CommandMessageDetailPK activeDetailPK, CommandMessageDetailPK lastDetailPK) Creates a new instance of CommandMessageValue -
Uses of CommandMessagePK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return CommandMessagePKModifier and TypeMethodDescriptionCommandMessageDetails.CommandMessage()Getter forcommandmessagedetails.cmdmssgdt_cmdmssg_commandmessageid.CommandMessages.CommandMessage()Getter forcommandmessages.cmdmssg_commandmessageid.CommandMessageTranslations.CommandMessage()Getter forcommandmessagetranslations.cmdmssgtr_cmdmssg_commandmessageid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type CommandMessagePKMethods in com.echothree.model.jooq.server.records.core with parameters of type CommandMessagePKModifier and TypeMethodDescriptionvoidCommandMessageDetails.CommandMessage(CommandMessagePK value) Setter forcommandmessagedetails.cmdmssgdt_cmdmssg_commandmessageid.voidCommandMessages.CommandMessage(CommandMessagePK value) Setter forcommandmessages.cmdmssg_commandmessageid.voidCommandMessageTranslations.CommandMessage(CommandMessagePK value) Setter forcommandmessagetranslations.cmdmssgtr_cmdmssg_commandmessageid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type CommandMessagePKModifierConstructorDescriptionCommandMessageDetails(CommandMessageDetailPK CommandMessageDetail, CommandMessagePK CommandMessage, CommandMessageTypePK CommandMessageType, String CommandMessageKey, Long FromTime, Long ThruTime) Create a detached, initialised CommandMessageDetailsCommandMessages(CommandMessagePK CommandMessage, CommandMessageDetailPK ActiveDetail, CommandMessageDetailPK LastDetail) Create a detached, initialised CommandMessagesCommandMessageTranslations(CommandMessageTranslationPK CommandMessageTranslation, CommandMessagePK CommandMessage, LanguagePK Language, String Translation, Long FromTime, Long ThruTime) Create a detached, initialised CommandMessageTranslations -
Uses of CommandMessagePK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type CommandMessagePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommandMessageDetails, CommandMessagePK> CommandMessageDetails.COMMAND_MESSAGEThe columncommandmessagedetails.cmdmssgdt_cmdmssg_commandmessageid.final org.jooq.TableField<CommandMessages, CommandMessagePK> CommandMessages.COMMAND_MESSAGEThe columncommandmessages.cmdmssg_commandmessageid.final org.jooq.TableField<CommandMessageTranslations, CommandMessagePK> CommandMessageTranslations.COMMAND_MESSAGEThe columncommandmessagetranslations.cmdmssgtr_cmdmssg_commandmessageid.