Uses of Class
com.echothree.model.data.core.server.value.ProtocolValue
Packages that use ProtocolValue
Package
Description
-
Uses of ProtocolValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ProtocolValueMethods in com.echothree.model.data.core.server.entity with parameters of type ProtocolValueConstructors in com.echothree.model.data.core.server.entity with parameters of type ProtocolValueModifierConstructorDescriptionProtocol
(ProtocolValue value, EntityPermission entityPermission) Creates a new instance of Protocol -
Uses of ProtocolValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ProtocolValueModifier and TypeMethodDescriptionProtocolFactory.getValueFromPK
(Session session, ProtocolPK pk) ProtocolFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ProtocolValueModifier and TypeMethodDescriptionProtocolFactory.getValuesFromPKs
(Session session, Collection<ProtocolPK> pks) ProtocolFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ProtocolValueModifier and TypeMethodDescriptionProtocolFactory.getEntityFromValue
(EntityPermission entityPermission, ProtocolValue value) ProtocolFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ProtocolValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ProtocolValueModifier and TypeMethodDescriptionvoid
ProtocolFactory.create
(Session session, Collection<ProtocolValue> _values) void
ProtocolFactory.create
(Collection<ProtocolValue> _values) -
Uses of ProtocolValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ProtocolValue