Uses of Class
com.echothree.model.data.user.server.value.UserVisitValue
Packages that use UserVisitValue
Package
Description
-
Uses of UserVisitValue in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return UserVisitValueMethods in com.echothree.model.data.user.server.entity with parameters of type UserVisitValueConstructors in com.echothree.model.data.user.server.entity with parameters of type UserVisitValueModifierConstructorDescriptionUserVisit
(UserVisitValue value, EntityPermission entityPermission) Creates a new instance of UserVisit -
Uses of UserVisitValue in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserVisitValueModifier and TypeMethodDescriptionUserVisitFactory.getValueFromPK
(Session session, UserVisitPK pk) UserVisitFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserVisitValueModifier and TypeMethodDescriptionUserVisitFactory.getValuesFromPKs
(Session session, Collection<UserVisitPK> pks) UserVisitFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserVisitValueModifier and TypeMethodDescriptionUserVisitFactory.getEntityFromValue
(EntityPermission entityPermission, UserVisitValue value) UserVisitFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, UserVisitValue value) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type UserVisitValueModifier and TypeMethodDescriptionvoid
UserVisitFactory.create
(Session session, Collection<UserVisitValue> _values) void
UserVisitFactory.create
(Collection<UserVisitValue> _values) -
Uses of UserVisitValue in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return UserVisitValue