Uses of Class
com.echothree.model.data.shipment.server.value.ShipmentAliasValue
Packages that use ShipmentAliasValue
Package
Description
-
Uses of ShipmentAliasValue in com.echothree.model.control.shipment.server.control
Methods in com.echothree.model.control.shipment.server.control that return ShipmentAliasValueModifier and TypeMethodDescriptionShipmentControl.getShipmentAliasValue(ShipmentAlias shipmentAlias) ShipmentControl.getShipmentAliasValueForUpdate(Shipment shipment, ShipmentAliasType shipmentAliasType) Methods in com.echothree.model.control.shipment.server.control with parameters of type ShipmentAliasValueModifier and TypeMethodDescriptionvoidShipmentControl.updateShipmentAliasFromValue(ShipmentAliasValue shipmentAliasValue, BasePK updatedBy) -
Uses of ShipmentAliasValue in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentAliasValueMethods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentAliasValueModifier and TypeMethodDescriptionvoidShipmentAlias.setShipmentAliasValue(ShipmentAliasValue value) Constructors in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentAliasValueModifierConstructorDescriptionShipmentAlias(ShipmentAliasValue value, EntityPermission entityPermission) Creates a new instance of ShipmentAlias -
Uses of ShipmentAliasValue in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentAliasValueModifier and TypeMethodDescriptionShipmentAliasFactory.getValueFromPK(Session session, ShipmentAliasPK pk) ShipmentAliasFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentAliasValueModifier and TypeMethodDescriptionShipmentAliasFactory.getValuesFromPKs(Session session, Collection<ShipmentAliasPK> pks) ShipmentAliasFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentAliasValueModifier and TypeMethodDescriptionShipmentAliasFactory.getEntityFromValue(EntityPermission entityPermission, ShipmentAliasValue value) ShipmentAliasFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ShipmentAliasValue value) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentAliasValueModifier and TypeMethodDescriptionvoidShipmentAliasFactory.create(Session session, Collection<ShipmentAliasValue> _values) voidShipmentAliasFactory.create(Collection<ShipmentAliasValue> _values) -
Uses of ShipmentAliasValue in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentAliasValue