Uses of Class
com.echothree.model.data.shipment.common.pk.ShipmentAliasPK
Packages that use ShipmentAliasPK
Package
Description
-
Uses of ShipmentAliasPK in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentAliasPK -
Uses of ShipmentAliasPK in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentAliasPKModifier and TypeMethodDescriptionShipmentAliasFactory.getNextPK()ShipmentAliasFactory.getPKFromQuery(PreparedStatement ps, Object... params) ShipmentAliasFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentAliasPKModifier and TypeMethodDescriptionShipmentAliasFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ShipmentAliasFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ShipmentAliasFactory.getPKsFromResultSetAsList(ResultSet rs) ShipmentAliasFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentAliasPKModifier and TypeMethodDescriptionShipmentAliasFactory.getEntityFromCache(ShipmentAliasPK pk) ShipmentAliasFactory.getEntityFromPK(EntityPermission entityPermission, ShipmentAliasPK pk) ShipmentAliasFactory.getValueFromPK(ShipmentAliasPK pk) voidShipmentAliasFactory.remove(ShipmentAliasPK pk) booleanShipmentAliasFactory.validPK(ShipmentAliasPK pk) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentAliasPKModifier and TypeMethodDescriptionShipmentAliasFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ShipmentAliasPK> pks) ShipmentAliasFactory.getValuesFromPKs(Collection<ShipmentAliasPK> pks) voidShipmentAliasFactory.remove(Collection<ShipmentAliasPK> pks) -
Uses of ShipmentAliasPK in com.echothree.model.data.shipment.server.value
Methods in com.echothree.model.data.shipment.server.value that return ShipmentAliasPKConstructors in com.echothree.model.data.shipment.server.value with parameters of type ShipmentAliasPKModifierConstructorDescriptionShipmentAliasValue(ShipmentAliasPK shipmentAliasPK, ShipmentPK shipmentPK, ShipmentAliasTypePK shipmentAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of ShipmentAliasValue