Uses of Class
com.echothree.model.data.shipment.server.value.ShipmentStatusValue
Packages that use ShipmentStatusValue
Package
Description
-
Uses of ShipmentStatusValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentStatusValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentStatusValueModifier and TypeMethodDescriptionvoidShipmentStatus.setShipmentStatusValue(ShipmentStatusValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentStatusValueModifierConstructorDescriptionShipmentStatus(ShipmentStatusValue value, EntityPermission entityPermission) Creates a new instance of ShipmentStatus -
Uses of ShipmentStatusValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentStatusValueModifier and TypeMethodDescriptionShipmentStatusFactory.getValueFromPK(ShipmentStatusPK pk) ShipmentStatusFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentStatusValueModifier and TypeMethodDescriptionShipmentStatusFactory.getValuesFromPKs(Collection<ShipmentStatusPK> pks) ShipmentStatusFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentStatusValueModifier and TypeMethodDescriptionShipmentStatusFactory.getEntityFromValue(EntityPermission entityPermission, ShipmentStatusValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentStatusValueModifier and TypeMethodDescriptionvoidShipmentStatusFactory.create(Collection<ShipmentStatusValue> _values) -
Uses of ShipmentStatusValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentStatusValue