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
(Session session, ShipmentAliasPK pk) ShipmentAliasFactory.getEntityFromPK
(EntityPermission entityPermission, ShipmentAliasPK pk) ShipmentAliasFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ShipmentAliasPK pk) ShipmentAliasFactory.getValueFromPK
(Session session, ShipmentAliasPK pk) void
ShipmentAliasFactory.remove
(Session session, ShipmentAliasPK pk) boolean
ShipmentAliasFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ShipmentAliasPK> pks) ShipmentAliasFactory.getValuesFromPKs
(Session session, Collection<ShipmentAliasPK> pks) void
ShipmentAliasFactory.remove
(Session session, Collection<ShipmentAliasPK> pks) void
ShipmentAliasFactory.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