Uses of Class
com.echothree.model.data.item.server.value.ItemAdditionalChargeValue
Packages that use ItemAdditionalChargeValue
Package
Description
-
Uses of ItemAdditionalChargeValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemAdditionalChargeValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemAdditionalChargeValueModifier and TypeMethodDescriptionvoid
ItemAdditionalCharge.setItemAdditionalChargeValue
(ItemAdditionalChargeValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemAdditionalChargeValueModifierConstructorDescriptionItemAdditionalCharge
(ItemAdditionalChargeValue value, EntityPermission entityPermission) Creates a new instance of ItemAdditionalCharge -
Uses of ItemAdditionalChargeValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemAdditionalChargeValueModifier and TypeMethodDescriptionItemAdditionalChargeFactory.getValueFromPK
(Session session, ItemAdditionalChargePK pk) ItemAdditionalChargeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemAdditionalChargeValueModifier and TypeMethodDescriptionItemAdditionalChargeFactory.getValuesFromPKs
(Session session, Collection<ItemAdditionalChargePK> pks) ItemAdditionalChargeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemAdditionalChargeValueModifier and TypeMethodDescriptionItemAdditionalChargeFactory.getEntityFromValue
(EntityPermission entityPermission, ItemAdditionalChargeValue value) ItemAdditionalChargeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemAdditionalChargeValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemAdditionalChargeValueModifier and TypeMethodDescriptionvoid
ItemAdditionalChargeFactory.create
(Session session, Collection<ItemAdditionalChargeValue> _values) void
ItemAdditionalChargeFactory.create
(Collection<ItemAdditionalChargeValue> _values) -
Uses of ItemAdditionalChargeValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemAdditionalChargeValue