Uses of Class
com.echothree.model.data.shipment.common.pk.ShipmentStatusPK
Packages that use ShipmentStatusPK
Package
Description
-
Uses of ShipmentStatusPK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentStatusPK -
Uses of ShipmentStatusPK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentStatusPKModifier and TypeMethodDescriptionShipmentStatusFactory.getNextPK()
ShipmentStatusFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ShipmentStatusFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentStatusPKModifier and TypeMethodDescriptionShipmentStatusFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ShipmentStatusFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ShipmentStatusFactory.getPKsFromResultSetAsList
(ResultSet rs) ShipmentStatusFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentStatusPKModifier and TypeMethodDescriptionShipmentStatusFactory.getEntityFromCache
(Session session, ShipmentStatusPK pk) ShipmentStatusFactory.getEntityFromPK
(EntityPermission entityPermission, ShipmentStatusPK pk) ShipmentStatusFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ShipmentStatusPK pk) ShipmentStatusFactory.getValueFromPK
(Session session, ShipmentStatusPK pk) void
ShipmentStatusFactory.remove
(Session session, ShipmentStatusPK pk) boolean
ShipmentStatusFactory.validPK
(Session session, ShipmentStatusPK pk) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentStatusPKModifier and TypeMethodDescriptionShipmentStatusFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ShipmentStatusPK> pks) ShipmentStatusFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ShipmentStatusPK> pks) ShipmentStatusFactory.getValuesFromPKs
(Session session, Collection<ShipmentStatusPK> pks) void
ShipmentStatusFactory.remove
(Session session, Collection<ShipmentStatusPK> pks) void
ShipmentStatusFactory.remove
(Collection<ShipmentStatusPK> pks) -
Uses of ShipmentStatusPK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentStatusPKConstructors in com.echothree.model.data.shipment.server.value with parameters of type ShipmentStatusPKModifierConstructorDescriptionShipmentStatusValue
(ShipmentStatusPK shipmentStatusPK, ShipmentPK shipmentPK, Integer shipmentLineSequence) Creates a new instance of ShipmentStatusValue