Uses of Class
com.echothree.model.data.offer.server.value.SourceDetailValue
Packages that use SourceDetailValue
Package
Description
-
Uses of SourceDetailValue in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control that return SourceDetailValueModifier and TypeMethodDescriptionSourceControl.getDefaultSourceDetailValueForUpdate()SourceControl.getSourceDetailValueByNameForUpdate(String sourceName) SourceControl.getSourceDetailValueForUpdate(Source source) Methods in com.echothree.model.control.offer.server.control with parameters of type SourceDetailValueModifier and TypeMethodDescriptionvoidSourceControl.updateSourceFromValue(SourceDetailValue sourceDetailValue, BasePK updatedBy) -
Uses of SourceDetailValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return SourceDetailValueMethods in com.echothree.model.data.offer.server.entity with parameters of type SourceDetailValueModifier and TypeMethodDescriptionvoidSourceDetail.setSourceDetailValue(SourceDetailValue value) Constructors in com.echothree.model.data.offer.server.entity with parameters of type SourceDetailValueModifierConstructorDescriptionSourceDetail(SourceDetailValue value, EntityPermission entityPermission) Creates a new instance of SourceDetail -
Uses of SourceDetailValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return SourceDetailValueModifier and TypeMethodDescriptionSourceDetailFactory.getValueFromPK(Session session, SourceDetailPK pk) SourceDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type SourceDetailValueModifier and TypeMethodDescriptionSourceDetailFactory.getValuesFromPKs(Session session, Collection<SourceDetailPK> pks) SourceDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type SourceDetailValueModifier and TypeMethodDescriptionSourceDetailFactory.getEntityFromValue(EntityPermission entityPermission, SourceDetailValue value) SourceDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SourceDetailValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type SourceDetailValueModifier and TypeMethodDescriptionvoidSourceDetailFactory.create(Session session, Collection<SourceDetailValue> _values) voidSourceDetailFactory.create(Collection<SourceDetailValue> _values) -
Uses of SourceDetailValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return SourceDetailValue