Package de.aeb.xnsg.dl.af
Interface IDLCarrierAF
@BusinessFacade
public interface IDLCarrierAF
Application facade for the carrier engine
-
Method Summary
Modifier and TypeMethodDescriptionde.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenPickup(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms, DLPickupReferenceDTO pickupReference) Returns an application facade which displays a single pickup.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenPrintClient(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLPrintClientParmsDTO clientPrintParms) Returns an application facade which displays the smart print client.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenShipment(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms, DLShipmentReferenceDTO shipmentReference) Returns an application facade which displays a single shipment.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenShipmentExtended(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms, DLShipmentReferenceDTO shipmentReference, DLOpenShipmentParmsDTO openParms) Returns an application facade which displays a single shipment.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenShipmentPackages(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms, DLShipmentReferenceDTO shipmentReference) Returns an application facade which displays the packages and items of a specific shipment.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenShipmentPackagesExtended(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms, DLShipmentReferenceDTO shipmentReference, DLOpenShipmentParmsDTO openParms) Returns an application facade which displays the packages and items of a specific shipment.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenShipmentTracking(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms, DLShipmentReferenceDTO shipmentReference, DLOpenShipmentParmsDTO openParms) Returns an application facade which displays the tracking invalid input: '&' tracing of a specific shipment.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOsearchPickups(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms) Returns an application facade which displays the search for pickups.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOsearchShipments(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms) Returns an application facade which displays the search for shipments.
-
Method Details
-
searchPickups
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO searchPickups(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms) Returns an application facade which displays the search for pickups.- Parameters:
afParms-
-
openPickup
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openPickup(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms, DLPickupReferenceDTO pickupReference) Returns an application facade which displays a single pickup.- Parameters:
afParms-
-
searchShipments
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO searchShipments(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms) Returns an application facade which displays the search for shipments.- Parameters:
afParms-
-
openShipment
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openShipment(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms, DLShipmentReferenceDTO shipmentReference) Returns an application facade which displays a single shipment.- Parameters:
afParms-shipmentReference-- Returns:
-
openShipmentExtended
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openShipmentExtended(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms, DLShipmentReferenceDTO shipmentReference, DLOpenShipmentParmsDTO openParms) Returns an application facade which displays a single shipment.- Parameters:
afParms-shipmentReference-openParms-- Returns:
-
openPrintClient
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openPrintClient(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLPrintClientParmsDTO clientPrintParms) Returns an application facade which displays the smart print client.- Parameters:
afParms-clientPrintParms-- Returns:
-
openShipmentPackages
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openShipmentPackages(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms, DLShipmentReferenceDTO shipmentReference) Returns an application facade which displays the packages and items of a specific shipment.- Parameters:
afParms-sessionParms-shipmentReference-- Returns:
-
openShipmentPackagesExtended
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openShipmentPackagesExtended(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms, DLShipmentReferenceDTO shipmentReference, DLOpenShipmentParmsDTO openParms) Returns an application facade which displays the packages and items of a specific shipment.- Parameters:
afParms-sessionParms-shipmentReference-openParms-- Returns:
-
openShipmentTracking
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openShipmentTracking(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, DLSessionSettingParmsDTO sessionParms, DLShipmentReferenceDTO shipmentReference, DLOpenShipmentParmsDTO openParms) Returns an application facade which displays the tracking invalid input: '&' tracing of a specific shipment.- Parameters:
afParms-sessionParms-shipmentReference-openParms-- Returns:
-