com.fatwire.gst.foundation.facade.runtag.vdm
Class SetAliasWithoutReset

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.runtag.vdm.SetAliasWithoutReset
All Implemented Interfaces:
TagRunner

public class SetAliasWithoutReset
extends Object
implements TagRunner

Sets an alias ONLY if it has not been set before. Avoids unnecessary DB thrash.

Since:
Sep 29, 2008
Author:
Tony Field

Constructor Summary
SetAliasWithoutReset(String key, String value)
           
 
Method Summary
 String execute(COM.FutureTense.Interfaces.ICS ics)
          Invokes runTag with the tag name and FTValList populated by the class.
 String getKey()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetAliasWithoutReset

public SetAliasWithoutReset(String key,
                            String value)
Method Detail

execute

public String execute(COM.FutureTense.Interfaces.ICS ics)
Description copied from interface: TagRunner
Invokes runTag with the tag name and FTValList populated by the class.

Specified by:
execute in interface TagRunner
Returns:
the returned string from ICS.runTag(String, COM.FutureTense.Interfaces.FTValList)

getValue

public String getValue()

getKey

public String getKey()


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.