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