Uses of Class
com.echothree.model.data.shipment.server.value.ShipmentTimeValue
Packages that use ShipmentTimeValue
Package
Description
-
Uses of ShipmentTimeValue in com.echothree.model.control.shipment.server.control
Methods in com.echothree.model.control.shipment.server.control that return ShipmentTimeValueModifier and TypeMethodDescriptionShipmentControl.getShipmentTimeValue(ShipmentTime shipmentTime) ShipmentControl.getShipmentTimeValueForUpdate(Shipment shipment, ShipmentTimeType shipmentTimeType) Methods in com.echothree.model.control.shipment.server.control with parameters of type ShipmentTimeValueModifier and TypeMethodDescriptionvoidShipmentControl.updateShipmentTimeFromValue(ShipmentTimeValue shipmentTimeValue, BasePK updatedBy) -
Uses of ShipmentTimeValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentTimeValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentTimeValueModifier and TypeMethodDescriptionvoidShipmentTime.setShipmentTimeValue(ShipmentTimeValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentTimeValueModifierConstructorDescriptionShipmentTime(ShipmentTimeValue value, EntityPermission entityPermission) Creates a new instance of ShipmentTime -
Uses of ShipmentTimeValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentTimeValueModifier and TypeMethodDescriptionShipmentTimeFactory.getValueFromPK(Session session, ShipmentTimePK pk) ShipmentTimeFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentTimeValueModifier and TypeMethodDescriptionShipmentTimeFactory.getValuesFromPKs(Session session, Collection<ShipmentTimePK> pks) ShipmentTimeFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentTimeValueModifier and TypeMethodDescriptionShipmentTimeFactory.getEntityFromValue(EntityPermission entityPermission, ShipmentTimeValue value) ShipmentTimeFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ShipmentTimeValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentTimeValueModifier and TypeMethodDescriptionvoidShipmentTimeFactory.create(Session session, Collection<ShipmentTimeValue> _values) voidShipmentTimeFactory.create(Collection<ShipmentTimeValue> _values) -
Uses of ShipmentTimeValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentTimeValue