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
Methods in com.echothree.model.control.shipment.server 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 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 with parameters of type ShipmentTimeModifier and TypeMethodDescriptionvoid
ShipmentControl.deleteShipmentTime
(ShipmentTime shipmentTime, BasePK deletedBy) ShipmentControl.getShipmentTimeTransfer
(UserVisit userVisit, ShipmentTime shipmentTime) ShipmentControl.getShipmentTimeValue
(ShipmentTime shipmentTime) Method parameters in com.echothree.model.control.shipment.server with type arguments of type ShipmentTimeModifier and TypeMethodDescriptionvoid
ShipmentControl.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
(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.create
(Session session, ShipmentPK shipmentPK, ShipmentTimeTypePK shipmentTimeTypePK, Long time, Long fromTime, Long thruTime) ShipmentTimeFactory.create
(Session session, Shipment shipment, ShipmentTimeType shipmentTimeType, Long time, Long fromTime, Long thruTime) ShipmentTimeFactory.getEntityFromCache
(Session session, ShipmentTimePK pk) ShipmentTimeFactory.getEntityFromPK
(EntityPermission entityPermission, ShipmentTimePK pk) ShipmentTimeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ShipmentTimePK pk) ShipmentTimeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ShipmentTimeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ShipmentTimeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ShipmentTimeFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ShipmentTimeFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ShipmentTimeFactory.getEntityFromValue
(EntityPermission entityPermission, ShipmentTimeValue value) ShipmentTimeFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ShipmentTimePK> pks) ShipmentTimeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ShipmentTimeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ShipmentTimeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ShipmentTimeFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ShipmentTimeFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentTimeModifier and TypeMethodDescriptionvoid
ShipmentTimeFactory.remove
(Session session, ShipmentTime entity) void
ShipmentTimeFactory.store
(Session session, ShipmentTime entity) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentTimeModifier and TypeMethodDescriptionvoid
ShipmentTimeFactory.store
(Session session, Collection<ShipmentTime> entities) void
ShipmentTimeFactory.store
(Collection<ShipmentTime> entities)