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(ShipmentTimePK pk) ShipmentTimeFactory.getEntityFromPK(EntityPermission entityPermission, ShipmentTimePK pk) ShipmentTimeFactory.getValueFromPK(ShipmentTimePK pk) voidShipmentTimeFactory.remove(ShipmentTimePK pk) booleanShipmentTimeFactory.validPK(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.getValuesFromPKs(Collection<ShipmentTimePK> pks) voidShipmentTimeFactory.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