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(Session session, CommandMessageTranslationPK pk) CommandMessageTranslationFactory.getEntityFromPK(EntityPermission entityPermission, CommandMessageTranslationPK pk) CommandMessageTranslationFactory.getEntityFromPK(Session session, EntityPermission entityPermission, CommandMessageTranslationPK pk) CommandMessageTranslationFactory.getValueFromPK(Session session, CommandMessageTranslationPK pk) voidCommandMessageTranslationFactory.remove(Session session, CommandMessageTranslationPK pk) booleanCommandMessageTranslationFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<CommandMessageTranslationPK> pks) CommandMessageTranslationFactory.getValuesFromPKs(Session session, Collection<CommandMessageTranslationPK> pks) voidCommandMessageTranslationFactory.remove(Session session, 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