Uses of Class
com.echothree.model.data.offer.server.value.OfferDetailValue
Packages that use OfferDetailValue
Package
Description
-
Uses of OfferDetailValue in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control that return OfferDetailValueModifier and TypeMethodDescriptionOfferControl.getDefaultOfferDetailValueForUpdate()OfferControl.getOfferDetailValueByNameForUpdate(String offerName) OfferControl.getOfferDetailValueForUpdate(Offer offer) Methods in com.echothree.model.control.offer.server.control with parameters of type OfferDetailValueModifier and TypeMethodDescriptionvoidOfferControl.updateOfferFromValue(OfferDetailValue offerDetailValue, BasePK updatedBy) Use the function in OfferLogic instead. -
Uses of OfferDetailValue in com.echothree.model.control.offer.server.logic
Methods in com.echothree.model.control.offer.server.logic with parameters of type OfferDetailValueModifier and TypeMethodDescriptionvoidOfferLogic.updateOfferFromValue(OfferDetailValue offerDetailValue, BasePK updatedBy) -
Uses of OfferDetailValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferDetailValueMethods in com.echothree.model.data.offer.server.entity with parameters of type OfferDetailValueConstructors in com.echothree.model.data.offer.server.entity with parameters of type OfferDetailValueModifierConstructorDescriptionOfferDetail(OfferDetailValue value, EntityPermission entityPermission) Creates a new instance of OfferDetail -
Uses of OfferDetailValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferDetailValueModifier and TypeMethodDescriptionOfferDetailFactory.getValueFromPK(Session session, OfferDetailPK pk) OfferDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferDetailValueModifier and TypeMethodDescriptionOfferDetailFactory.getValuesFromPKs(Session session, Collection<OfferDetailPK> pks) OfferDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferDetailValueModifier and TypeMethodDescriptionOfferDetailFactory.getEntityFromValue(EntityPermission entityPermission, OfferDetailValue value) OfferDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, OfferDetailValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferDetailValueModifier and TypeMethodDescriptionvoidOfferDetailFactory.create(Session session, Collection<OfferDetailValue> _values) voidOfferDetailFactory.create(Collection<OfferDetailValue> _values) -
Uses of OfferDetailValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferDetailValue