Uses of Class
com.echothree.model.data.core.common.pk.EntityStringAttributePK
Packages that use EntityStringAttributePK
Package
Description
-
Uses of EntityStringAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityStringAttributePK -
Uses of EntityStringAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityStringAttributePKModifier and TypeMethodDescriptionEntityStringAttributeFactory.getNextPK()
EntityStringAttributeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityStringAttributeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityStringAttributePKModifier and TypeMethodDescriptionEntityStringAttributeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityStringAttributeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityStringAttributeFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityStringAttributeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityStringAttributePKModifier and TypeMethodDescriptionEntityStringAttributeFactory.getEntityFromCache
(Session session, EntityStringAttributePK pk) EntityStringAttributeFactory.getEntityFromPK
(EntityPermission entityPermission, EntityStringAttributePK pk) EntityStringAttributeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityStringAttributePK pk) EntityStringAttributeFactory.getValueFromPK
(Session session, EntityStringAttributePK pk) void
EntityStringAttributeFactory.remove
(Session session, EntityStringAttributePK pk) boolean
EntityStringAttributeFactory.validPK
(Session session, EntityStringAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityStringAttributePKModifier and TypeMethodDescriptionEntityStringAttributeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityStringAttributePK> pks) EntityStringAttributeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityStringAttributePK> pks) EntityStringAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityStringAttributePK> pks) void
EntityStringAttributeFactory.remove
(Session session, Collection<EntityStringAttributePK> pks) void
EntityStringAttributeFactory.remove
(Collection<EntityStringAttributePK> pks) -
Uses of EntityStringAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityStringAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityStringAttributePKModifierConstructorDescriptionEntityStringAttributeValue
(EntityStringAttributePK entityStringAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String stringAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityStringAttributeValue