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(ShipmentStatusPK pk) ShipmentStatusFactory.getEntityFromPK(EntityPermission entityPermission, ShipmentStatusPK pk) ShipmentStatusFactory.getValueFromPK(ShipmentStatusPK pk) voidShipmentStatusFactory.remove(ShipmentStatusPK pk) booleanShipmentStatusFactory.validPK(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.getValuesFromPKs(Collection<ShipmentStatusPK> pks) voidShipmentStatusFactory.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