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 TypeMethodDescriptionvoid
ShipmentStatus.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
(Session session, ShipmentStatusPK pk) ShipmentStatusFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentStatusValueModifier and TypeMethodDescriptionShipmentStatusFactory.getValuesFromPKs
(Session session, Collection<ShipmentStatusPK> pks) ShipmentStatusFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentStatusValueModifier and TypeMethodDescriptionShipmentStatusFactory.getEntityFromValue
(EntityPermission entityPermission, ShipmentStatusValue value) ShipmentStatusFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ShipmentStatusValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentStatusValueModifier and TypeMethodDescriptionvoid
ShipmentStatusFactory.create
(Session session, Collection<ShipmentStatusValue> _values) void
ShipmentStatusFactory.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