Uses of Class
com.echothree.model.data.shipment.server.entity.ShipmentDetail
Packages that use ShipmentDetail
Package
Description
-
Uses of ShipmentDetail in com.echothree.model.data.shipment.server.entity
Methods in com.echothree.model.data.shipment.server.entity that return ShipmentDetailModifier and TypeMethodDescriptionShipment.getActiveDetail()Shipment.getActiveDetail(EntityPermission entityPermission) Shipment.getActiveDetailForUpdate()Shipment.getLastDetail()Shipment.getLastDetail(EntityPermission entityPermission) Shipment.getLastDetailForUpdate()Methods in com.echothree.model.data.shipment.server.entity with parameters of type ShipmentDetailModifier and TypeMethodDescriptionvoidShipment.setActiveDetail(ShipmentDetail entity) voidShipment.setLastDetail(ShipmentDetail entity) -
Uses of ShipmentDetail in com.echothree.model.data.shipment.server.factory
Methods in com.echothree.model.data.shipment.server.factory that return ShipmentDetailModifier and TypeMethodDescriptionShipmentDetailFactory.create(ShipmentPK shipmentPK, ShipmentTypePK shipmentTypePK, String shipmentName, PartyPK originPartyPK, PartyPK originWarehousePartyPK, PartyContactMechanismPK originPartyContactMechanismPK, PartyPK destinationPartyPK, PartyPK destinationWarehousePartyPK, PartyContactMechanismPK destinationPartyContactMechanismPK, ShippingMethodPK shippingMethodPK, Long fromTime, Long thruTime) ShipmentDetailFactory.create(Shipment shipment, ShipmentType shipmentType, String shipmentName, Party originParty, Party originWarehouseParty, PartyContactMechanism originPartyContactMechanism, Party destinationParty, Party destinationWarehouseParty, PartyContactMechanism destinationPartyContactMechanism, ShippingMethod shippingMethod, Long fromTime, Long thruTime) ShipmentDetailFactory.getEntityFromCache(ShipmentDetailPK pk) ShipmentDetailFactory.getEntityFromPK(EntityPermission entityPermission, ShipmentDetailPK pk) ShipmentDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ShipmentDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ShipmentDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ShipmentDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ShipmentDetailFactory.getEntityFromValue(EntityPermission entityPermission, ShipmentDetailValue value) Methods in com.echothree.model.data.shipment.server.factory that return types with arguments of type ShipmentDetailModifier and TypeMethodDescriptionShipmentDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ShipmentDetailPK> pks) ShipmentDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ShipmentDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ShipmentDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ShipmentDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.shipment.server.factory with parameters of type ShipmentDetailModifier and TypeMethodDescriptionShipmentFactory.create(ShipmentDetail activeDetail, ShipmentDetail lastDetail) voidShipmentDetailFactory.remove(ShipmentDetail entity) voidShipmentDetailFactory.store(ShipmentDetail entity) Method parameters in com.echothree.model.data.shipment.server.factory with type arguments of type ShipmentDetailModifier and TypeMethodDescriptionvoidShipmentDetailFactory.store(Collection<ShipmentDetail> entities)