|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.gst.foundation.facade.FTValListFacade
com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
com.fatwire.gst.foundation.facade.runtag.assetset.GetAttributeValues
public final class GetAttributeValues
Wrapper around the ASSETSET.GETATTRIBUTEVALUES xml tag
<ASSETSET.GETATTRIBUTEVALUES NAME="assetsetname" ATTRIBUTE="attribname" [TYPENAME="assettypename"] LISTVARNAME="varname" [ORDERING="ascending|descending"]/>
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 |
---|
public GetAttributeValues()
Method Detail |
---|
public void setName(String s)
s
s
- The name of the assetset to returnpublic void setAttribute(String s)
s
s
- The name of the attributepublic void setListvarname(String s)
s
s
- The name of the listvarnamepublic void setTypename(String s)
s
s
- The attribute's typenamepublic void setImmediateonly(String s)
s
s
- The value of immediateonly: true or falsepublic void setOrdering(String s)
s
s
- The value of the ordering field: ascending or descendingpublic 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)
ics
- id
- deptype
- locale
- attr
- attrType
- ordering
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |