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(EntityNameAttributePK pk) EntityNameAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityNameAttributePK pk) EntityNameAttributeFactory.getValueFromPK(EntityNameAttributePK pk) voidEntityNameAttributeFactory.remove(EntityNameAttributePK pk) booleanEntityNameAttributeFactory.validPK(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.getValuesFromPKs(Collection<EntityNameAttributePK> pks) voidEntityNameAttributeFactory.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