Uses of Class
com.echothree.model.data.user.server.value.UserVisitCommandValue
Packages that use UserVisitCommandValue
Package
Description
-
Uses of UserVisitCommandValue in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return UserVisitCommandValueMethods in com.echothree.model.data.user.server.entity with parameters of type UserVisitCommandValueModifier and TypeMethodDescriptionvoidUserVisitCommand.setUserVisitCommandValue(UserVisitCommandValue value) Constructors in com.echothree.model.data.user.server.entity with parameters of type UserVisitCommandValueModifierConstructorDescriptionUserVisitCommand(UserVisitCommandValue value, EntityPermission entityPermission) Creates a new instance of UserVisitCommand -
Uses of UserVisitCommandValue in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return UserVisitCommandValueModifier and TypeMethodDescriptionUserVisitCommandFactory.getValueFromPK(Session session, UserVisitCommandPK pk) UserVisitCommandFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type UserVisitCommandValueModifier and TypeMethodDescriptionUserVisitCommandFactory.getValuesFromPKs(Session session, Collection<UserVisitCommandPK> pks) UserVisitCommandFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type UserVisitCommandValueModifier and TypeMethodDescriptionUserVisitCommandFactory.getEntityFromValue(EntityPermission entityPermission, UserVisitCommandValue value) UserVisitCommandFactory.getEntityFromValue(Session session, EntityPermission entityPermission, UserVisitCommandValue value) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type UserVisitCommandValueModifier and TypeMethodDescriptionvoidUserVisitCommandFactory.create(Session session, Collection<UserVisitCommandValue> _values) voidUserVisitCommandFactory.create(Collection<UserVisitCommandValue> _values) -
Uses of UserVisitCommandValue in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return UserVisitCommandValue