Uses of Class
com.echothree.model.data.offer.server.value.UseDetailValue
Packages that use UseDetailValue
Package
Description
-
Uses of UseDetailValue in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control that return UseDetailValueModifier and TypeMethodDescriptionUseControl.getDefaultUseDetailValueForUpdate()UseControl.getUseDetailValueByNameForUpdate(String useName) UseControl.getUseDetailValueForUpdate(Use use) Methods in com.echothree.model.control.offer.server.control with parameters of type UseDetailValueModifier and TypeMethodDescriptionvoidUseControl.updateUseFromValue(UseDetailValue useDetailValue, BasePK updatedBy) -
Uses of UseDetailValue in com.echothree.model.control.offer.server.logic
Methods in com.echothree.model.control.offer.server.logic with parameters of type UseDetailValueModifier and TypeMethodDescriptionvoidUseLogic.updateUseFromValue(UseDetailValue useDetailValue, BasePK updatedBy) -
Uses of UseDetailValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return UseDetailValueMethods in com.echothree.model.data.offer.server.entity with parameters of type UseDetailValueConstructors in com.echothree.model.data.offer.server.entity with parameters of type UseDetailValueModifierConstructorDescriptionUseDetail(UseDetailValue value, EntityPermission entityPermission) Creates a new instance of UseDetail -
Uses of UseDetailValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return UseDetailValueModifier and TypeMethodDescriptionUseDetailFactory.getValueFromPK(Session session, UseDetailPK pk) UseDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type UseDetailValueModifier and TypeMethodDescriptionUseDetailFactory.getValuesFromPKs(Session session, Collection<UseDetailPK> pks) UseDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type UseDetailValueModifier and TypeMethodDescriptionUseDetailFactory.getEntityFromValue(EntityPermission entityPermission, UseDetailValue value) UseDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, UseDetailValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type UseDetailValueModifier and TypeMethodDescriptionvoidUseDetailFactory.create(Session session, Collection<UseDetailValue> _values) voidUseDetailFactory.create(Collection<UseDetailValue> _values) -
Uses of UseDetailValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return UseDetailValue