Uses of Class
com.echothree.model.data.core.common.pk.EntityTimeAttributePK
Packages that use EntityTimeAttributePK
Package
Description
-
Uses of EntityTimeAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityTimeAttributePK -
Uses of EntityTimeAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityTimeAttributePKModifier and TypeMethodDescriptionEntityTimeAttributeFactory.getNextPK()EntityTimeAttributeFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityTimeAttributeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityTimeAttributePKModifier and TypeMethodDescriptionEntityTimeAttributeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityTimeAttributeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityTimeAttributeFactory.getPKsFromResultSetAsList(ResultSet rs) EntityTimeAttributeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityTimeAttributePKModifier and TypeMethodDescriptionEntityTimeAttributeFactory.getEntityFromCache(EntityTimeAttributePK pk) EntityTimeAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityTimeAttributePK pk) EntityTimeAttributeFactory.getValueFromPK(EntityTimeAttributePK pk) voidEntityTimeAttributeFactory.remove(EntityTimeAttributePK pk) booleanEntityTimeAttributeFactory.validPK(EntityTimeAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityTimeAttributePKModifier and TypeMethodDescriptionEntityTimeAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityTimeAttributePK> pks) EntityTimeAttributeFactory.getValuesFromPKs(Collection<EntityTimeAttributePK> pks) voidEntityTimeAttributeFactory.remove(Collection<EntityTimeAttributePK> pks) -
Uses of EntityTimeAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityTimeAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityTimeAttributePKModifierConstructorDescriptionEntityTimeAttributeValue(EntityTimeAttributePK entityTimeAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Long timeAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityTimeAttributeValue