Uses of Class
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
Packages that use ApplicationFacadeDTO
Package
Description
This UI API allows the creation of an Application session
and to create applications within this session.
This business facade allows the creation of application facades for the LIS.
-
Uses of ApplicationFacadeDTO in de.aeb.xnsg.foundation.af
Methods in de.aeb.xnsg.foundation.af that return ApplicationFacadeDTOModifier and TypeMethodDescriptionIFoundationAF.workplace(ApplicationFacadeParmsDTO parms) Creates an UI API to be able to display the workplace.
The difference of this method compared to the the method "IFoundationBF.getWorkplaceURL()" is the fact, that no logon mask will be displayed before entering the workplace
The RFC name of this function is "/AEB/XNSG_IF_WPL" -
Uses of ApplicationFacadeDTO in de.aeb.xnsg.lis.af
Methods in de.aeb.xnsg.lis.af that return ApplicationFacadeDTOModifier and TypeMethodDescriptionILISAF.showEventList(ApplicationFacadeParmsDTO afParms, LISConsignmentReferenceDTO consignmentParms) Returns an application facade which displays the eventlist of the LISConsignment referenced in the consignmentParms.ILISAF.showEventListNoTitle(ApplicationFacadeParmsDTO afParms, LISConsignmentReferenceDTO consignmentParms) Deprecated.does not work properly with new GUI framework, shows the titlebar anyway, use flag "isACEmbedded" in ApplicationFacadeParmsDTO instead.ILISAF.showOverview(ApplicationFacadeParmsDTO afParms, LISConsignmentReferenceDTO consignmentParms) Returns an application facade which displays the overview page of the LISConsignment referenced in the consignmentParmsILISAF.showTrackingObjectEventList(ApplicationFacadeParmsDTO afParms, LISTrackingObjectReference20DTO trackingObjectParms) Returns an application facade which displays the eventlist of the trackingObject referenced in the trackingObjectParms.ILISAF.showTrackingObjectOverview(ApplicationFacadeParmsDTO afParms, LISTrackingObjectReference20DTO trackingObjectParms) Returns an application facade which displays the overview page of the trackingObject referenced in the trackingObjectParms.