Uses of Class
com.echothree.model.data.shipment.server.value.ShipmentPackageStatusValue
Packages that use ShipmentPackageStatusValue
Package
Description
-
Uses of ShipmentPackageStatusValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentPackageStatusValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentPackageStatusValueModifier and TypeMethodDescriptionvoidShipmentPackageStatus.setShipmentPackageStatusValue(ShipmentPackageStatusValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentPackageStatusValueModifierConstructorDescriptionShipmentPackageStatus(ShipmentPackageStatusValue value, EntityPermission entityPermission) Creates a new instance of ShipmentPackageStatus -
Uses of ShipmentPackageStatusValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentPackageStatusValueModifier and TypeMethodDescriptionShipmentPackageStatusFactory.getValueFromPK(Session session, ShipmentPackageStatusPK pk) ShipmentPackageStatusFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentPackageStatusValueModifier and TypeMethodDescriptionShipmentPackageStatusFactory.getValuesFromPKs(Session session, Collection<ShipmentPackageStatusPK> pks) ShipmentPackageStatusFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentPackageStatusValueModifier and TypeMethodDescriptionShipmentPackageStatusFactory.getEntityFromValue(EntityPermission entityPermission, ShipmentPackageStatusValue value) ShipmentPackageStatusFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ShipmentPackageStatusValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentPackageStatusValueModifier and TypeMethodDescriptionvoidShipmentPackageStatusFactory.create(Session session, Collection<ShipmentPackageStatusValue> _values) voidShipmentPackageStatusFactory.create(Collection<ShipmentPackageStatusValue> _values) -
Uses of ShipmentPackageStatusValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentPackageStatusValue