Uses of Class
com.echothree.model.data.core.server.value.ProtocolDetailValue
Packages that use ProtocolDetailValue
Package
Description
-
Uses of ProtocolDetailValue in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return ProtocolDetailValueModifier and TypeMethodDescriptionServerControl.getDefaultProtocolDetailValueForUpdate()ServerControl.getProtocolDetailValueByNameForUpdate(String protocolName) ServerControl.getProtocolDetailValueForUpdate(Protocol protocol) Methods in com.echothree.model.control.core.server.control with parameters of type ProtocolDetailValueModifier and TypeMethodDescriptionvoidServerControl.updateProtocolFromValue(ProtocolDetailValue protocolDetailValue, BasePK updatedBy) -
Uses of ProtocolDetailValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ProtocolDetailValueMethods in com.echothree.model.data.core.server.entity with parameters of type ProtocolDetailValueModifier and TypeMethodDescriptionvoidProtocolDetail.setProtocolDetailValue(ProtocolDetailValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type ProtocolDetailValueModifierConstructorDescriptionProtocolDetail(ProtocolDetailValue value, EntityPermission entityPermission) Creates a new instance of ProtocolDetail -
Uses of ProtocolDetailValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ProtocolDetailValueModifier and TypeMethodDescriptionProtocolDetailFactory.getValueFromPK(Session session, ProtocolDetailPK pk) ProtocolDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ProtocolDetailValueModifier and TypeMethodDescriptionProtocolDetailFactory.getValuesFromPKs(Session session, Collection<ProtocolDetailPK> pks) ProtocolDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ProtocolDetailValueModifier and TypeMethodDescriptionProtocolDetailFactory.getEntityFromValue(EntityPermission entityPermission, ProtocolDetailValue value) ProtocolDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ProtocolDetailValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ProtocolDetailValueModifier and TypeMethodDescriptionvoidProtocolDetailFactory.create(Session session, Collection<ProtocolDetailValue> _values) voidProtocolDetailFactory.create(Collection<ProtocolDetailValue> _values) -
Uses of ProtocolDetailValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ProtocolDetailValue