com.fatwire.gst.foundation.facade.runtag.asset
Class AssetLoadById
java.lang.Object
com.fatwire.gst.foundation.facade.FTValListFacade
com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
com.fatwire.gst.foundation.facade.runtag.asset.AbstractAssetLoad
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetLoadById
public AssetLoadById()
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.