Uses of Class
com.echothree.model.data.core.server.value.EntityInstanceValue
Packages that use EntityInstanceValue
Package
Description
-
Uses of EntityInstanceValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityInstanceValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityInstanceValueModifier and TypeMethodDescriptionvoidEntityInstance.setEntityInstanceValue(EntityInstanceValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type EntityInstanceValueModifierConstructorDescriptionEntityInstance(EntityInstanceValue value, EntityPermission entityPermission) Creates a new instance of EntityInstance -
Uses of EntityInstanceValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityInstanceValueModifier and TypeMethodDescriptionEntityInstanceFactory.getValueFromPK(Session session, EntityInstancePK pk) EntityInstanceFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityInstanceValueModifier and TypeMethodDescriptionEntityInstanceFactory.getValuesFromPKs(Session session, Collection<EntityInstancePK> pks) EntityInstanceFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityInstanceValueModifier and TypeMethodDescriptionEntityInstanceFactory.getEntityFromValue(EntityPermission entityPermission, EntityInstanceValue value) EntityInstanceFactory.getEntityFromValue(Session session, EntityPermission entityPermission, EntityInstanceValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityInstanceValueModifier and TypeMethodDescriptionvoidEntityInstanceFactory.create(Session session, Collection<EntityInstanceValue> _values) voidEntityInstanceFactory.create(Collection<EntityInstanceValue> _values) -
Uses of EntityInstanceValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityInstanceValue