Class BaseFormNotificationsEditor
- java.lang.Object
-
- pl.edu.icm.unity.webui.common.LayoutEmbeddable
-
- io.imunity.webconsole.signupAndEnquiry.forms.BaseFormNotificationsEditor
-
- Direct Known Subclasses:
EnquiryFormNotificationsEditor,RegistrationFormNotificationsEditor
public class BaseFormNotificationsEditor extends pl.edu.icm.unity.webui.common.LayoutEmbeddableCode 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.GroupsManagementgroupsManprotected pl.edu.icm.unity.MessageSourcemsgprotected pl.edu.icm.unity.engine.api.MessageTemplateManagementmsgTempManprotected pl.edu.icm.unity.engine.api.NotificationsManagementnotificationsMan
-
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 voidfill(pl.edu.icm.unity.types.registration.BaseFormNotifications notCfg)java.util.List<java.lang.String>getGroups()protected voidinitUI()protected voidsetValue(pl.edu.icm.unity.types.registration.BaseFormNotifications toEdit)
-
-
-
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()
-
-