Class BaseFormNotificationsEditor

  • Direct Known Subclasses:
    EnquiryFormNotificationsEditor, RegistrationFormNotificationsEditor

    public class BaseFormNotificationsEditor
    extends pl.edu.icm.unity.webui.common.LayoutEmbeddable
    Code for editing BaseFormNotifications, i.e. a base for registration and enquiry forms notifications config editing.
    Author:
    K. Benedyczak
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected pl.edu.icm.unity.engine.api.GroupsManagement groupsMan  
      protected pl.edu.icm.unity.MessageSource msg  
      protected pl.edu.icm.unity.engine.api.MessageTemplateManagement msgTempMan  
      protected pl.edu.icm.unity.engine.api.NotificationsManagement notificationsMan  
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseFormNotificationsEditor​(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
      protected void fill​(pl.edu.icm.unity.types.registration.BaseFormNotifications notCfg)  
      java.util.List<java.lang.String> getGroups()  
      protected void initUI()  
      protected void setValue​(pl.edu.icm.unity.types.registration.BaseFormNotifications 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
    • Field Detail

      • msg

        protected final pl.edu.icm.unity.MessageSource msg
      • groupsMan

        protected final pl.edu.icm.unity.engine.api.GroupsManagement groupsMan
      • notificationsMan

        protected final pl.edu.icm.unity.engine.api.NotificationsManagement notificationsMan
      • msgTempMan

        protected final pl.edu.icm.unity.engine.api.MessageTemplateManagement msgTempMan
    • Constructor Detail

      • BaseFormNotificationsEditor

        public BaseFormNotificationsEditor​(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

      • initUI

        protected void initUI()
                       throws pl.edu.icm.unity.exceptions.EngineException
        Throws:
        pl.edu.icm.unity.exceptions.EngineException
      • setValue

        protected void setValue​(pl.edu.icm.unity.types.registration.BaseFormNotifications toEdit)
      • fill

        protected void fill​(pl.edu.icm.unity.types.registration.BaseFormNotifications notCfg)
      • getGroups

        public java.util.List<java.lang.String> getGroups()