Uses of Class
com.echothree.model.data.track.server.value.TrackDetailValue
Packages that use TrackDetailValue
Package
Description
-
Uses of TrackDetailValue in com.echothree.model.control.track.server.control
Methods in com.echothree.model.control.track.server.control that return TrackDetailValueModifier and TypeMethodDescriptionTrackControl.getDefaultTrackDetailValueForUpdate()
TrackControl.getTrackDetailValueByNameForUpdate
(String trackName) TrackControl.getTrackDetailValueForUpdate
(Track track) Methods in com.echothree.model.control.track.server.control with parameters of type TrackDetailValueModifier and TypeMethodDescriptionvoid
TrackControl.updateTrackFromValue
(TrackDetailValue trackDetailValue, BasePK updatedBy) -
Uses of TrackDetailValue in com.echothree.model.data.track.server.entity
Methods in com.echothree.model.data.track.server.entity that return TrackDetailValueMethods in com.echothree.model.data.track.server.entity with parameters of type TrackDetailValueConstructors in com.echothree.model.data.track.server.entity with parameters of type TrackDetailValueModifierConstructorDescriptionTrackDetail
(TrackDetailValue value, EntityPermission entityPermission) Creates a new instance of TrackDetail -
Uses of TrackDetailValue in com.echothree.model.data.track.server.factory
Methods in com.echothree.model.data.track.server.factory that return TrackDetailValueModifier and TypeMethodDescriptionTrackDetailFactory.getValueFromPK
(Session session, TrackDetailPK pk) TrackDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.track.server.factory that return types with arguments of type TrackDetailValueModifier and TypeMethodDescriptionTrackDetailFactory.getValuesFromPKs
(Session session, Collection<TrackDetailPK> pks) TrackDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.track.server.factory with parameters of type TrackDetailValueModifier and TypeMethodDescriptionTrackDetailFactory.getEntityFromValue
(EntityPermission entityPermission, TrackDetailValue value) TrackDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, TrackDetailValue value) Method parameters in com.echothree.model.data.track.server.factory with type arguments of type TrackDetailValueModifier and TypeMethodDescriptionvoid
TrackDetailFactory.create
(Session session, Collection<TrackDetailValue> _values) void
TrackDetailFactory.create
(Collection<TrackDetailValue> _values) -
Uses of TrackDetailValue in com.echothree.model.data.track.server.value
Methods in com.echothree.model.data.track.server.value that return TrackDetailValue