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

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.FTValListFacade
      extended by com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
          extended by com.fatwire.gst.foundation.facade.runtag.asset.AbstractAssetLoad
              extended by com.fatwire.gst.foundation.facade.runtag.asset.AssetLoadById
All Implemented Interfaces:
TagRunner

public class AssetLoadById
extends AbstractAssetLoad

Loads an asset by id

Author:
Dolf Dijkstra

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.facade.runtag.asset.AbstractAssetLoad
DEPTYPE_EXACT, DEPTYPE_EXISTS, DEPTYPE_GREATER, DEPTYPE_NONE, OPTION_EDITABLE, OPTION_READ_ONLY, OPTION_READ_ONLY_COMPLETE
 
Fields inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
list
 
Constructor Summary
AssetLoadById()
           
 
Method Summary
protected  void handleError(COM.FutureTense.Interfaces.ICS ics)
          default error handling method.
protected  void postExecute(COM.FutureTense.Interfaces.ICS ics)
          Template method that is called after ics.runTag and before handleError

subclasses can override

 void setAssetId(long id)
           
 
Methods inherited from class com.fatwire.gst.foundation.facade.runtag.asset.AbstractAssetLoad
setAssetType, setDepType, setEditable, setFlushOnVoid, setName, setOption, setSite
 
Methods inherited from class com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
bind, execute, preExecute
 
Methods inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
getList, set, set, set, set, set, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetLoadById

public AssetLoadById()
Method Detail

setAssetId

public void setAssetId(long id)

postExecute

protected void postExecute(COM.FutureTense.Interfaces.ICS ics)
Description copied from class: AbstractTagRunner
Template method that is called after ics.runTag and before handleError

subclasses can override

Overrides:
postExecute in class AbstractTagRunner

handleError

protected void handleError(COM.FutureTense.Interfaces.ICS ics)
Description copied from class: AbstractTagRunner
default error handling method. This implemetation throws an TagRunnerRuntimeException.

subclasses can override

Overrides:
handleError in class AbstractTagRunner
See Also:
TagRunnerRuntimeException


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