org.paneris.jammyjoes.mvp
Class AffiliateStatsPresenter

java.lang.Object
  extended by org.paneris.jammyjoes.mvp.AbstractPresenter
      extended by org.paneris.jammyjoes.mvp.AffiliateStatsPresenter
All Implemented Interfaces:
Presenter

public class AffiliateStatsPresenter
extends AbstractPresenter
implements Presenter


Constructor Summary
AffiliateStatsPresenter(java.lang.String name, org.melati.template.ServletTemplateContext context, TimesliceFactory timesliceFactory, Selection selection, boolean detail)
           
 
Method Summary
 Command createCommand()
           
 Selection createSelection()
           
 
Methods inherited from class org.paneris.jammyjoes.mvp.AbstractPresenter
handleInteraction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.paneris.jammyjoes.mvp.Presenter
handleInteraction
 

Constructor Detail

AffiliateStatsPresenter

public AffiliateStatsPresenter(java.lang.String name,
                               org.melati.template.ServletTemplateContext context,
                               TimesliceFactory timesliceFactory,
                               Selection selection,
                               boolean detail)
Method Detail

createSelection

public Selection createSelection()
Specified by:
createSelection in interface Presenter

createCommand

public Command createCommand()
Specified by:
createCommand in interface Presenter


Copyright © 2001-2008 PanEris. All Rights Reserved.