Uses of Class
com.echothree.model.data.message.common.pk.EntityMessagePK
Packages that use EntityMessagePK
Package
Description
-
Uses of EntityMessagePK in com.echothree.model.data.message.server.entity
Methods in com.echothree.model.data.message.server.entity that return EntityMessagePK -
Uses of EntityMessagePK in com.echothree.model.data.message.server.factory
Methods in com.echothree.model.data.message.server.factory that return EntityMessagePKModifier and TypeMethodDescriptionEntityMessageFactory.getNextPK()EntityMessageFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityMessageFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.message.server.factory that return types with arguments of type EntityMessagePKModifier and TypeMethodDescriptionEntityMessageFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityMessageFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityMessageFactory.getPKsFromResultSetAsList(ResultSet rs) EntityMessageFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.message.server.factory with parameters of type EntityMessagePKModifier and TypeMethodDescriptionEntityMessageFactory.getEntityFromCache(EntityMessagePK pk) EntityMessageFactory.getEntityFromPK(EntityPermission entityPermission, EntityMessagePK pk) EntityMessageFactory.getValueFromPK(EntityMessagePK pk) voidEntityMessageFactory.remove(EntityMessagePK pk) booleanEntityMessageFactory.validPK(EntityMessagePK pk) Method parameters in com.echothree.model.data.message.server.factory with type arguments of type EntityMessagePKModifier and TypeMethodDescriptionEntityMessageFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityMessagePK> pks) EntityMessageFactory.getValuesFromPKs(Collection<EntityMessagePK> pks) voidEntityMessageFactory.remove(Collection<EntityMessagePK> pks) -
Uses of EntityMessagePK in com.echothree.model.data.message.server.value
Methods in com.echothree.model.data.message.server.value that return EntityMessagePKConstructors in com.echothree.model.data.message.server.value with parameters of type EntityMessagePKModifierConstructorDescriptionEntityMessageValue(EntityMessagePK entityMessagePK, EntityInstancePK entityInstancePK, MessagePK messagePK, Long fromTime, Long thruTime) Creates a new instance of EntityMessageValue -
Uses of EntityMessagePK in com.echothree.model.jooq.server.records.message
Methods in com.echothree.model.jooq.server.records.message that return EntityMessagePKModifier and TypeMethodDescriptionEntityMessages.EntityMessage()Getter forentitymessages.emssg_entitymessageid.Methods in com.echothree.model.jooq.server.records.message that return types with arguments of type EntityMessagePKMethods in com.echothree.model.jooq.server.records.message with parameters of type EntityMessagePKModifier and TypeMethodDescriptionvoidEntityMessages.EntityMessage(EntityMessagePK value) Setter forentitymessages.emssg_entitymessageid.Constructors in com.echothree.model.jooq.server.records.message with parameters of type EntityMessagePKModifierConstructorDescriptionEntityMessages(EntityMessagePK EntityMessage, EntityInstancePK EntityInstance, MessagePK Message, Long FromTime, Long ThruTime) Create a detached, initialised EntityMessages -
Uses of EntityMessagePK in com.echothree.model.jooq.server.tables.message
Fields in com.echothree.model.jooq.server.tables.message with type parameters of type EntityMessagePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<EntityMessages, EntityMessagePK> EntityMessages.ENTITY_MESSAGEThe columnentitymessages.emssg_entitymessageid.