com.fatwire.gst.foundation.facade.runtag.assetset
Class GetAttributeValues

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

public final class GetAttributeValues
extends AbstractTagRunner

Wrapper around the ASSETSET.GETATTRIBUTEVALUES xml tag

 <ASSETSET.GETATTRIBUTEVALUES NAME="assetsetname" ATTRIBUTE="attribname"
 [TYPENAME="assettypename"] LISTVARNAME="varname"
 [ORDERING="ascending|descending"]/>
 

Since:
July 15, 2008
Author:
Mike Field, Dolf Dijkstra

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
list
 
Constructor Summary
GetAttributeValues()
           
 
Method Summary
static COM.FutureTense.Interfaces.IList getAttributeValues(COM.FutureTense.Interfaces.ICS ics, com.fatwire.assetapi.data.AssetId id, String deptype, String locale, String attr, String attrType, String ordering)
           
 void setAttribute(String s)
          Sets attribute to the value of s
 void setImmediateonly(String s)
          Sets immediateonly to the value of s
 void setListvarname(String s)
          Sets listvarname to the value of s
 void setName(String s)
          Sets name to the value of s
 void setOrdering(String s)
          Sets ordering to the value of s
 void setTypename(String s)
          Sets typename to the value of 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

GetAttributeValues

public GetAttributeValues()
Method Detail

setName

public void setName(String s)
Sets name to the value of s

Parameters:
s - The name of the assetset to return

setAttribute

public void setAttribute(String s)
Sets attribute to the value of s

Parameters:
s - The name of the attribute

setListvarname

public void setListvarname(String s)
Sets listvarname to the value of s

Parameters:
s - The name of the listvarname

setTypename

public void setTypename(String s)
Sets typename to the value of s

Parameters:
s - The attribute's typename

setImmediateonly

public void setImmediateonly(String s)
Sets immediateonly to the value of s

Parameters:
s - The value of immediateonly: true or false

setOrdering

public void setOrdering(String s)
Sets ordering to the value of s

Parameters:
s - The value of the ordering field: ascending or descending

getAttributeValues

public static COM.FutureTense.Interfaces.IList getAttributeValues(COM.FutureTense.Interfaces.ICS ics,
                                                                  com.fatwire.assetapi.data.AssetId id,
                                                                  String deptype,
                                                                  String locale,
                                                                  String attr,
                                                                  String attrType,
                                                                  String ordering)
Parameters:
ics -
id -
deptype -
locale -
attr -
attrType -
ordering -
Returns:
IList with the attribute values.


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