Class AdminEnquiryFormLauncher


  • @Component
    @Scope("prototype")
    public class AdminEnquiryFormLauncher
    extends java.lang.Object
    Responsible for showing a given enquiry form dialog.
    Author:
    K. Benedyczak
    • Constructor Summary

      Constructors 
      Constructor Description
      AdminEnquiryFormLauncher​(pl.edu.icm.unity.MessageSource msg, pl.edu.icm.unity.engine.api.EnquiryManagement enquiryManagement, pl.edu.icm.unity.engine.api.authn.IdPLoginController idpLoginController, pl.edu.icm.unity.webui.forms.enquiry.EnquiryResponseEditorController responseController)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void showDialog​(pl.edu.icm.unity.types.registration.EnquiryForm form, pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedContext remoteContext, pl.edu.icm.unity.webui.AsyncErrorHandler errorHandler)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdminEnquiryFormLauncher

        @Autowired
        public AdminEnquiryFormLauncher​(pl.edu.icm.unity.MessageSource msg,
                                        pl.edu.icm.unity.engine.api.EnquiryManagement enquiryManagement,
                                        pl.edu.icm.unity.engine.api.authn.IdPLoginController idpLoginController,
                                        pl.edu.icm.unity.webui.forms.enquiry.EnquiryResponseEditorController responseController)
    • Method Detail

      • showDialog

        public void showDialog​(pl.edu.icm.unity.types.registration.EnquiryForm form,
                               pl.edu.icm.unity.engine.api.authn.remote.RemotelyAuthenticatedContext remoteContext,
                               pl.edu.icm.unity.webui.AsyncErrorHandler errorHandler)