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

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.GetSubtype
All Implemented Interfaces:
TagRunner

public class GetSubtype
extends AbstractTagRunner

Since:
Oct 7, 2008
Author:
Tony Field

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
list
 
Constructor Summary
GetSubtype()
           
 
Method Summary
static String getSubtype(COM.FutureTense.Interfaces.ICS ics, com.fatwire.assetapi.data.AssetId id)
          Get the subtype of the specified asset.
static String getSubtype(COM.FutureTense.Interfaces.ICS ics, String loadedAssetName)
          Get the subtype for the specified loaded asset.
static String getSubtype(COM.FutureTense.Interfaces.ICS ics, String c, String cid)
          Get the subtype of the specified asset.
 void setAssetId(com.fatwire.assetapi.data.AssetId id)
           
 void setName(String s)
           
 void setObjectid(long id)
           
 void setOutput(String s)
           
 void setType(String s)
           
 
Methods inherited from class com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
bind, execute, handleError, postExecute, 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

GetSubtype

public GetSubtype()
Method Detail

setAssetId

public void setAssetId(com.fatwire.assetapi.data.AssetId id)

setName

public void setName(String s)

setType

public void setType(String s)

setObjectid

public void setObjectid(long id)

setOutput

public void setOutput(String s)

getSubtype

public static String getSubtype(COM.FutureTense.Interfaces.ICS ics,
                                com.fatwire.assetapi.data.AssetId id)
Get the subtype of the specified asset. The asset does not need to be loaded.

Parameters:
ics - ICS context
id - the Id of the asset to return the subtype for.
Returns:
subtype on success

getSubtype

public static String getSubtype(COM.FutureTense.Interfaces.ICS ics,
                                String c,
                                String cid)
Get the subtype of the specified asset. The asset does not need to be loaded.

Parameters:
ics - ICS context
c - the type of the asset to return the subtype for.
cid - the id of the asset to return the subtype for.
Returns:
subtype on success

getSubtype

public static String getSubtype(COM.FutureTense.Interfaces.ICS ics,
                                String loadedAssetName)
Get the subtype for the specified loaded asset.

Parameters:
ics - ICS context
loadedAssetName - object pool handle for the asset
Returns:
the subtype on success


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