Uses of Class
com.echothree.model.data.item.server.value.ItemShippingTimeValue
Packages that use ItemShippingTimeValue
Package
Description
-
Uses of ItemShippingTimeValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemShippingTimeValueModifier and TypeMethodDescriptionItemControl.getItemShippingTimeValue
(ItemShippingTime itemShippingTime) ItemControl.getItemShippingTimeValueForUpdate
(Item item, CustomerType customerType) Methods in com.echothree.model.control.item.server.control with parameters of type ItemShippingTimeValueModifier and TypeMethodDescriptionvoid
ItemControl.updateItemShippingTimeFromValue
(ItemShippingTimeValue itemShippingTimeValue, BasePK updatedBy) -
Uses of ItemShippingTimeValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemShippingTimeValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemShippingTimeValueModifier and TypeMethodDescriptionvoid
ItemShippingTime.setItemShippingTimeValue
(ItemShippingTimeValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemShippingTimeValueModifierConstructorDescriptionItemShippingTime
(ItemShippingTimeValue value, EntityPermission entityPermission) Creates a new instance of ItemShippingTime -
Uses of ItemShippingTimeValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemShippingTimeValueModifier and TypeMethodDescriptionItemShippingTimeFactory.getValueFromPK
(Session session, ItemShippingTimePK pk) ItemShippingTimeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemShippingTimeValueModifier and TypeMethodDescriptionItemShippingTimeFactory.getValuesFromPKs
(Session session, Collection<ItemShippingTimePK> pks) ItemShippingTimeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemShippingTimeValueModifier and TypeMethodDescriptionItemShippingTimeFactory.getEntityFromValue
(EntityPermission entityPermission, ItemShippingTimeValue value) ItemShippingTimeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemShippingTimeValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemShippingTimeValueModifier and TypeMethodDescriptionvoid
ItemShippingTimeFactory.create
(Session session, Collection<ItemShippingTimeValue> _values) void
ItemShippingTimeFactory.create
(Collection<ItemShippingTimeValue> _values) -
Uses of ItemShippingTimeValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemShippingTimeValue