Uses of Class
com.echothree.model.data.core.common.pk.EntityNameAttributePK
Packages that use EntityNameAttributePK
Package
Description
-
Uses of EntityNameAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityNameAttributePK -
Uses of EntityNameAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityNameAttributePKModifier and TypeMethodDescriptionEntityNameAttributeFactory.getNextPK()
EntityNameAttributeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityNameAttributeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityNameAttributePKModifier and TypeMethodDescriptionEntityNameAttributeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityNameAttributeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityNameAttributeFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityNameAttributeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityNameAttributePKModifier and TypeMethodDescriptionEntityNameAttributeFactory.getEntityFromCache
(Session session, EntityNameAttributePK pk) EntityNameAttributeFactory.getEntityFromPK
(EntityPermission entityPermission, EntityNameAttributePK pk) EntityNameAttributeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityNameAttributePK pk) EntityNameAttributeFactory.getValueFromPK
(Session session, EntityNameAttributePK pk) void
EntityNameAttributeFactory.remove
(Session session, EntityNameAttributePK pk) boolean
EntityNameAttributeFactory.validPK
(Session session, EntityNameAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityNameAttributePKModifier and TypeMethodDescriptionEntityNameAttributeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityNameAttributePK> pks) EntityNameAttributeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityNameAttributePK> pks) EntityNameAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityNameAttributePK> pks) void
EntityNameAttributeFactory.remove
(Session session, Collection<EntityNameAttributePK> pks) void
EntityNameAttributeFactory.remove
(Collection<EntityNameAttributePK> pks) -
Uses of EntityNameAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityNameAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityNameAttributePKModifierConstructorDescriptionEntityNameAttributeValue
(EntityNameAttributePK entityNameAttributePK, EntityAttributePK entityAttributePK, String nameAttribute, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of EntityNameAttributeValue