Uses of Class
com.echothree.model.data.core.server.value.ServerValue
Packages that use ServerValue
Package
Description
-
Uses of ServerValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServerValueMethods in com.echothree.model.data.core.server.entity with parameters of type ServerValueConstructors in com.echothree.model.data.core.server.entity with parameters of type ServerValueModifierConstructorDescriptionServer
(ServerValue value, EntityPermission entityPermission) Creates a new instance of Server -
Uses of ServerValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServerValueModifier and TypeMethodDescriptionServerFactory.getValueFromPK
(Session session, ServerPK pk) ServerFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServerValueModifier and TypeMethodDescriptionServerFactory.getValuesFromPKs
(Session session, Collection<ServerPK> pks) ServerFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServerValueModifier and TypeMethodDescriptionServerFactory.getEntityFromValue
(EntityPermission entityPermission, ServerValue value) ServerFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ServerValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServerValueModifier and TypeMethodDescriptionvoid
ServerFactory.create
(Session session, Collection<ServerValue> _values) void
ServerFactory.create
(Collection<ServerValue> _values) -
Uses of ServerValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServerValue