Uses of Class
com.echothree.model.data.shipment.common.pk.ShipmentTimePK
Packages that use ShipmentTimePK
Package
Description
-
Uses of ShipmentTimePK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentTimePK -
Uses of ShipmentTimePK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentTimePKModifier and TypeMethodDescriptionShipmentTimeFactory.getNextPK()
ShipmentTimeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ShipmentTimeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentTimePKModifier and TypeMethodDescriptionShipmentTimeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ShipmentTimeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ShipmentTimeFactory.getPKsFromResultSetAsList
(ResultSet rs) ShipmentTimeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentTimePKModifier and TypeMethodDescriptionShipmentTimeFactory.getEntityFromCache
(Session session, ShipmentTimePK pk) ShipmentTimeFactory.getEntityFromPK
(EntityPermission entityPermission, ShipmentTimePK pk) ShipmentTimeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ShipmentTimePK pk) ShipmentTimeFactory.getValueFromPK
(Session session, ShipmentTimePK pk) void
ShipmentTimeFactory.remove
(Session session, ShipmentTimePK pk) boolean
ShipmentTimeFactory.validPK
(Session session, ShipmentTimePK pk) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentTimePKModifier and TypeMethodDescriptionShipmentTimeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ShipmentTimePK> pks) ShipmentTimeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ShipmentTimePK> pks) ShipmentTimeFactory.getValuesFromPKs
(Session session, Collection<ShipmentTimePK> pks) void
ShipmentTimeFactory.remove
(Session session, Collection<ShipmentTimePK> pks) void
ShipmentTimeFactory.remove
(Collection<ShipmentTimePK> pks) -
Uses of ShipmentTimePK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentTimePKConstructors in com.echothree.model.data.shipment.server.value with parameters of type ShipmentTimePKModifierConstructorDescriptionShipmentTimeValue
(ShipmentTimePK shipmentTimePK, ShipmentPK shipmentPK, ShipmentTimeTypePK shipmentTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of ShipmentTimeValue