Uses of Class
com.echothree.model.data.shipment.server.entity.ShipmentTime
Packages that use ShipmentTime
Package
Description
-
Uses of ShipmentTime in com.echothree.model.control.shipment.server.control
Methods in com.echothree.model.control.shipment.server.control that return ShipmentTimeModifier and TypeMethodDescriptionShipmentControl.createShipmentTime(Shipment shipment, ShipmentTimeType shipmentTimeType, Long time, BasePK createdBy) ShipmentControl.getShipmentTime(Shipment shipment, ShipmentTimeType shipmentTimeType) ShipmentControl.getShipmentTimeForUpdate(Shipment shipment, ShipmentTimeType shipmentTimeType) Methods in com.echothree.model.control.shipment.server.control that return types with arguments of type ShipmentTimeModifier and TypeMethodDescriptionShipmentControl.getShipmentTimesByShipment(Shipment shipment) ShipmentControl.getShipmentTimesByShipmentForUpdate(Shipment shipment) ShipmentControl.getShipmentTimesByShipmentTimeType(ShipmentTimeType shipmentTimeType) ShipmentControl.getShipmentTimesByShipmentTimeTypeForUpdate(ShipmentTimeType shipmentTimeType) Methods in com.echothree.model.control.shipment.server.control with parameters of type ShipmentTimeModifier and TypeMethodDescriptionvoidShipmentControl.deleteShipmentTime(ShipmentTime shipmentTime, BasePK deletedBy) ShipmentControl.getShipmentTimeTransfer(UserVisit userVisit, ShipmentTime shipmentTime) ShipmentControl.getShipmentTimeValue(ShipmentTime shipmentTime) Method parameters in com.echothree.model.control.shipment.server.control with type arguments of type ShipmentTimeModifier and TypeMethodDescriptionvoidShipmentControl.deleteShipmentTimes(List<ShipmentTime> shipmentTimes, BasePK deletedBy) ShipmentControl.getShipmentTimeTransfers(UserVisit userVisit, Collection<ShipmentTime> shipmentTimes) -
Uses of ShipmentTime in com.echothree.model.control.shipment.server.transfer
Methods in com.echothree.model.control.shipment.server.transfer with parameters of type ShipmentTimeModifier and TypeMethodDescriptionShipmentTimeTransferCache.getTransfer(UserVisit userVisit, ShipmentTime shipmentTime) -
Uses of ShipmentTime in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentTimeModifier and TypeMethodDescriptionShipmentTimeFactory.create(ShipmentPK shipmentPK, ShipmentTimeTypePK shipmentTimeTypePK, Long time, Long fromTime, Long thruTime) ShipmentTimeFactory.create(Shipment shipment, ShipmentTimeType shipmentTimeType, Long time, Long fromTime, Long thruTime) ShipmentTimeFactory.getEntityFromCache(ShipmentTimePK pk) ShipmentTimeFactory.getEntityFromPK(EntityPermission entityPermission, ShipmentTimePK pk) ShipmentTimeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ShipmentTimeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ShipmentTimeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ShipmentTimeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ShipmentTimeFactory.getEntityFromValue(EntityPermission entityPermission, ShipmentTimeValue value) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentTimeModifier and TypeMethodDescriptionShipmentTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ShipmentTimePK> pks) ShipmentTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ShipmentTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ShipmentTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ShipmentTimeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentTimeModifier and TypeMethodDescriptionvoidShipmentTimeFactory.remove(ShipmentTime entity) voidShipmentTimeFactory.store(ShipmentTime entity) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentTimeModifier and TypeMethodDescriptionvoidShipmentTimeFactory.store(Collection<ShipmentTime> entities)