com.fatwire.gst.foundation.facade.runtag.asset
Class LoadAndExport

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

public class LoadAndExport
extends Object
implements TagRunner

Author:
Dolf Dijkstra

Constructor Summary
LoadAndExport(String assetType, long assetId)
           
 
Method Summary
 String execute(COM.FutureTense.Interfaces.ICS ics)
          Invokes runTag with the tag name and FTValList populated by the class.
 long getAssetId()
           
 String getAssetType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadAndExport

public LoadAndExport(String assetType,
                     long assetId)
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)

getAssetId

public long getAssetId()

getAssetType

public String getAssetType()


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