info.magnolia.module.mail.app.verify
Class MailVerifyPresenter

java.lang.Object
  extended by info.magnolia.module.mail.app.verify.MailVerifyPresenter
All Implemented Interfaces:
MailVerifyView.Listener

public class MailVerifyPresenter
extends Object
implements MailVerifyView.Listener

Presenter for the mail verify subapp.


Field Summary
protected  Map<String,com.vaadin.data.util.PropertysetItem> items
           
 
Constructor Summary
MailVerifyPresenter(MailVerifyView view, info.magnolia.ui.dialog.formdialog.FormBuilder builder, info.magnolia.objectfactory.ComponentProvider componentProvider, MailModule mailModule, info.magnolia.ui.api.app.SubAppContext subAppContext, info.magnolia.ui.api.context.UiContext context, info.magnolia.i18nsystem.SimpleTranslator translator)
           
 
Method Summary
 void sendSimpleMail()
          Send simple mail.
 void sendTemplateMail()
          Send mail with template.
 MailVerifyView start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

items

protected Map<String,com.vaadin.data.util.PropertysetItem> items
Constructor Detail

MailVerifyPresenter

@Inject
public MailVerifyPresenter(MailVerifyView view,
                                  info.magnolia.ui.dialog.formdialog.FormBuilder builder,
                                  info.magnolia.objectfactory.ComponentProvider componentProvider,
                                  MailModule mailModule,
                                  info.magnolia.ui.api.app.SubAppContext subAppContext,
                                  info.magnolia.ui.api.context.UiContext context,
                                  info.magnolia.i18nsystem.SimpleTranslator translator)
Method Detail

start

public MailVerifyView start()

sendSimpleMail

public void sendSimpleMail()
Description copied from interface: MailVerifyView.Listener
Send simple mail.

Specified by:
sendSimpleMail in interface MailVerifyView.Listener

sendTemplateMail

public void sendTemplateMail()
Description copied from interface: MailVerifyView.Listener
Send mail with template.

Specified by:
sendTemplateMail in interface MailVerifyView.Listener


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.