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 -
Uses of ShipmentTimePK in com.echothree.model.jooq.server.records.shipment
Methods in com.echothree.model.jooq.server.records.shipment that return ShipmentTimePKModifier and TypeMethodDescriptionShipmentTimes.ShipmentTime()Getter forshipmenttimes.shptim_shipmenttimeid.Methods in com.echothree.model.jooq.server.records.shipment that return types with arguments of type ShipmentTimePKMethods in com.echothree.model.jooq.server.records.shipment with parameters of type ShipmentTimePKModifier and TypeMethodDescriptionvoidShipmentTimes.ShipmentTime(ShipmentTimePK value) Setter forshipmenttimes.shptim_shipmenttimeid.Constructors in com.echothree.model.jooq.server.records.shipment with parameters of type ShipmentTimePKModifierConstructorDescriptionShipmentTimes(ShipmentTimePK ShipmentTime, ShipmentPK Shipment, ShipmentTimeTypePK ShipmentTimeType, Long Time, Long FromTime, Long ThruTime) Create a detached, initialised ShipmentTimes -
Uses of ShipmentTimePK in com.echothree.model.jooq.server.tables.shipment
Fields in com.echothree.model.jooq.server.tables.shipment with type parameters of type ShipmentTimePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ShipmentTimes, ShipmentTimePK> ShipmentTimes.SHIPMENT_TIMEThe columnshipmenttimes.shptim_shipmenttimeid.