Uses of Class
com.echothree.model.data.core.server.value.ProtocolDescriptionValue
Packages that use ProtocolDescriptionValue
Package
Description
-
Uses of ProtocolDescriptionValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ProtocolDescriptionValueModifier and TypeMethodDescriptionCoreControl.getProtocolDescriptionValue
(ProtocolDescription protocolDescription) CoreControl.getProtocolDescriptionValueForUpdate
(Protocol protocol, Language language) Methods in com.echothree.model.control.core.server.control with parameters of type ProtocolDescriptionValueModifier and TypeMethodDescriptionvoid
CoreControl.updateProtocolDescriptionFromValue
(ProtocolDescriptionValue protocolDescriptionValue, BasePK updatedBy) -
Uses of ProtocolDescriptionValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ProtocolDescriptionValueMethods in com.echothree.model.data.core.server.entity with parameters of type ProtocolDescriptionValueModifier and TypeMethodDescriptionvoid
ProtocolDescription.setProtocolDescriptionValue
(ProtocolDescriptionValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type ProtocolDescriptionValueModifierConstructorDescriptionProtocolDescription
(ProtocolDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ProtocolDescription -
Uses of ProtocolDescriptionValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ProtocolDescriptionValueModifier and TypeMethodDescriptionProtocolDescriptionFactory.getValueFromPK
(Session session, ProtocolDescriptionPK pk) ProtocolDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ProtocolDescriptionValueModifier and TypeMethodDescriptionProtocolDescriptionFactory.getValuesFromPKs
(Session session, Collection<ProtocolDescriptionPK> pks) ProtocolDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ProtocolDescriptionValueModifier and TypeMethodDescriptionProtocolDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ProtocolDescriptionValue value) ProtocolDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ProtocolDescriptionValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ProtocolDescriptionValueModifier and TypeMethodDescriptionvoid
ProtocolDescriptionFactory.create
(Session session, Collection<ProtocolDescriptionValue> _values) void
ProtocolDescriptionFactory.create
(Collection<ProtocolDescriptionValue> _values) -
Uses of ProtocolDescriptionValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ProtocolDescriptionValue