com.waveset.session
Class EmailTemplateUpdater

java.lang.Object
  extended bycom.waveset.session.EmailTemplateUpdater
All Implemented Interfaces:
ImportCommand

public class EmailTemplateUpdater
extends java.lang.Object
implements ImportCommand

Updates EmailTemplates with displayNames specified in the input args.


Field Summary
static java.lang.String code_id
           
 
Constructor Summary
EmailTemplateUpdater()
           
 
Method Summary
 void process(ImporterContext ctx, java.util.Map args)
          Method called by the Importer
 void processTemplateToUpdate(ImporterContext ctx, java.util.Map args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

EmailTemplateUpdater

public EmailTemplateUpdater()
Method Detail

process

public void process(ImporterContext ctx,
                    java.util.Map args)
             throws WavesetException
Description copied from interface: ImportCommand
Method called by the Importer

Specified by:
process in interface ImportCommand
Throws:
WavesetException

processTemplateToUpdate

public void processTemplateToUpdate(ImporterContext ctx,
                                    java.util.Map args)
                             throws WavesetException
Throws:
WavesetException