Uses of Class
de.xima.fc.mdl.print.PrintJob
-
Packages that use PrintJob Package Description de.xima.fc.form.request de.xima.fc.manager de.xima.fc.servlet -
-
Uses of PrintJob in de.xima.fc.form.request
Methods in de.xima.fc.form.request with parameters of type PrintJob Modifier and Type Method Description static IExtendedFormRequestContext
FormRequestContextFactory. forPrintRequest(UserContext uc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, PrintJob pj)
-
Uses of PrintJob in de.xima.fc.manager
Methods in de.xima.fc.manager that return PrintJob Modifier and Type Method Description static PrintJob
PrintManager. readPrintJob(String uuid)
Ließt denPrintJob
mit der übergebenen uuid aus und entfernt diesen aus der MapMethods in de.xima.fc.manager with parameters of type PrintJob Modifier and Type Method Description static String
PrintManager. addPrintJob(PrintJob job)
Methode um einen PrintJob zu registrieren -
Uses of PrintJob in de.xima.fc.servlet
Methods in de.xima.fc.servlet with parameters of type PrintJob Modifier and Type Method Description protected void
FormPrintServlet. exec(IExtendedFormRequestContext requestCtx, PrintJob pj)
protected void
FormPrintServlet. processXimaFD2Request(IExtendedFormRequestContext requestCtx, PrintJob pj)
-