Uses of Class
com.echothree.model.data.offer.server.value.OfferItemValue
Packages that use OfferItemValue
Package
Description
-
Uses of OfferItemValue in com.echothree.model.data.offer.server.entity
Methods in com.echothree.model.data.offer.server.entity that return OfferItemValueMethods in com.echothree.model.data.offer.server.entity with parameters of type OfferItemValueConstructors in com.echothree.model.data.offer.server.entity with parameters of type OfferItemValueModifierConstructorDescriptionOfferItem(OfferItemValue value, EntityPermission entityPermission) Creates a new instance of OfferItem -
Uses of OfferItemValue in com.echothree.model.data.offer.server.factory
Methods in com.echothree.model.data.offer.server.factory that return OfferItemValueModifier and TypeMethodDescriptionOfferItemFactory.getValueFromPK(OfferItemPK pk) OfferItemFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory that return types with arguments of type OfferItemValueModifier and TypeMethodDescriptionOfferItemFactory.getValuesFromPKs(Collection<OfferItemPK> pks) OfferItemFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.offer.server.factory with parameters of type OfferItemValueModifier and TypeMethodDescriptionOfferItemFactory.getEntityFromValue(EntityPermission entityPermission, OfferItemValue value) Method parameters in com.echothree.model.data.offer.server.factory with type arguments of type OfferItemValueModifier and TypeMethodDescriptionvoidOfferItemFactory.create(Collection<OfferItemValue> _values) -
Uses of OfferItemValue in com.echothree.model.data.offer.server.value
Methods in com.echothree.model.data.offer.server.value that return OfferItemValue