Uses of Class
com.echothree.model.data.core.server.value.EntityVisitValue
Packages that use EntityVisitValue
Package
Description
-
Uses of EntityVisitValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityVisitValueMethods in com.echothree.model.data.core.server.entity with parameters of type EntityVisitValueConstructors in com.echothree.model.data.core.server.entity with parameters of type EntityVisitValueModifierConstructorDescriptionEntityVisit
(EntityVisitValue value, EntityPermission entityPermission) Creates a new instance of EntityVisit -
Uses of EntityVisitValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityVisitValueModifier and TypeMethodDescriptionEntityVisitFactory.getValueFromPK
(Session session, EntityVisitPK pk) EntityVisitFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityVisitValueModifier and TypeMethodDescriptionEntityVisitFactory.getValuesFromPKs
(Session session, Collection<EntityVisitPK> pks) EntityVisitFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityVisitValueModifier and TypeMethodDescriptionEntityVisitFactory.getEntityFromValue
(EntityPermission entityPermission, EntityVisitValue value) EntityVisitFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EntityVisitValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityVisitValueModifier and TypeMethodDescriptionvoid
EntityVisitFactory.create
(Session session, Collection<EntityVisitValue> _values) void
EntityVisitFactory.create
(Collection<EntityVisitValue> _values) -
Uses of EntityVisitValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityVisitValue