Class EnquiryFormNotificationsEditor


  • public class EnquiryFormNotificationsEditor
    extends BaseFormNotificationsEditor
    Editor of EnquiryFormNotifications
    Author:
    K. Benedyczak
    • Constructor Summary

      Constructors 
      Constructor Description
      EnquiryFormNotificationsEditor​(pl.edu.icm.unity.MessageSource msg, pl.edu.icm.unity.engine.api.GroupsManagement groupsMan, pl.edu.icm.unity.engine.api.NotificationsManagement notificationsMan, pl.edu.icm.unity.engine.api.MessageTemplateManagement msgTempMan)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      pl.edu.icm.unity.types.registration.EnquiryFormNotifications getValue()  
      void setValue​(pl.edu.icm.unity.types.registration.EnquiryFormNotifications toEdit)  
      • Methods inherited from class pl.edu.icm.unity.webui.common.LayoutEmbeddable

        addComponent, addComponents, addToLayout, removeAllComponents, removeComponent, removeComponents
      • Methods inherited from class java.lang.Object

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

      • EnquiryFormNotificationsEditor

        public EnquiryFormNotificationsEditor​(pl.edu.icm.unity.MessageSource msg,
                                              pl.edu.icm.unity.engine.api.GroupsManagement groupsMan,
                                              pl.edu.icm.unity.engine.api.NotificationsManagement notificationsMan,
                                              pl.edu.icm.unity.engine.api.MessageTemplateManagement msgTempMan)
                                       throws pl.edu.icm.unity.exceptions.EngineException
        Throws:
        pl.edu.icm.unity.exceptions.EngineException
    • Method Detail

      • setValue

        public void setValue​(pl.edu.icm.unity.types.registration.EnquiryFormNotifications toEdit)
      • getValue

        public pl.edu.icm.unity.types.registration.EnquiryFormNotifications getValue()