Package sk.iway.iwcm.components.dmail
Class UnsubscribeApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.dmail.UnsubscribeApp
- All Implemented Interfaces:
WebjetComponentInterface
-
Field Summary
Fields inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
appHideFields, cacheMinutes, device, showForLoggedUser, wrapperAriaLabel, wrapperClass, wrapperId, wrapperTitle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitAppEditor(ComponentRequest componentRequest, jakarta.servlet.http.HttpServletRequest request) Initialization method for app editor in webpagevoidsetConfirmUnsubscribe(Boolean confirmUnsubscribe) voidsetConfirmUnsubscribeText(String confirmUnsubscribeText) voidsetSenderEmail(String senderEmail) voidsetSenderName(String senderName) voidsetUnsubscribedEmails(List<UnsubscribedEntity> unsubscribedEmails) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, buildWrapperDiv, getAppHideFields, getAppOptions, getBaseAppOptions, getCacheMinutes, getDevice, getShowForLoggedUser, getViewFolder, getWrapperAriaLabel, getWrapperClass, getWrapperId, getWrapperTitle, init, init, setAppHideFields, setCacheMinutes, setDevice, setShowForLoggedUser, setViewFolder, setWrapperAriaLabel, setWrapperClass, setWrapperId, setWrapperTitle
-
Constructor Details
-
UnsubscribeApp
public UnsubscribeApp()
-
-
Method Details
-
initAppEditor
public void initAppEditor(ComponentRequest componentRequest, jakarta.servlet.http.HttpServletRequest request) Description copied from class:WebjetComponentAbstractInitialization method for app editor in webpage- Specified by:
initAppEditorin interfaceWebjetComponentInterface- Overrides:
initAppEditorin classWebjetComponentAbstract
-
getSenderEmail
-
getSenderName
-
getConfirmUnsubscribe
-
getConfirmUnsubscribeText
-
getUnsubscribedEmails
-
setSenderEmail
-
setSenderName
-
setConfirmUnsubscribe
-
setConfirmUnsubscribeText
-
setUnsubscribedEmails
-