Package | Description |
---|---|
com.fatwire.assetapi.query | |
COM.FutureTense.Interfaces | |
COM.FutureTense.Util | |
com.openmarket.gator.interfaces |
Modifier and Type | Method and Description |
---|---|
IList |
AssetStatisticsStorage.query(Date from,
Date end,
List<AssetStatisticsAction> actions,
String userField,
String username,
String siteName,
String what,
String sqlEnd,
boolean contentAssetOnly) |
Modifier and Type | Method and Description |
---|---|
IList |
ICS.CallSQL(String qryname,
String listname,
int limit,
boolean bCache,
boolean bLoad,
StringBuffer errstr)
Executes a stored SQL statement.
|
IList |
ICS.CallSQL(String qryname,
String listname,
int limit,
boolean bLoadCache,
StringBuffer errstr)
Executes a stored SQL statement.
|
IList |
ICS.CatalogDef(String from,
String listname,
StringBuffer errstr)
Queries a catalog for its column definition and stores the
results in a list.
|
IList |
ICS.CatalogIndexDef(String from,
String listname,
StringBuffer errstr)
Queries a catalog for its index definition and stores the results in a
list.
|
IList |
IList.clone(String newname)
Normally used internally by CS server
to shallow copy a list object; return
null from a user defined list object
if support isn't implemented or desired.
|
IList |
ICS.GetList(String listname)
The GetList method retrieves the IList object for the given
list name.
|
IList |
ICS.GetList(String listname,
boolean reset)
The GetList method retrieves the IList object for the given
list name.
|
IList |
ICS.QueryEvents(String sNamePattern,
String sType,
Boolean bEnabled,
String sList)
Attempt to query for a list of matching events.
|
IList |
ICS.ReadEvent(String sEvent,
String sList)
Attempt to read an event record.
|
IList |
ICS.RTHistory(String sTable,
String sAsset,
String sVersion,
String sLocker,
String sCreator,
String sAnnotation,
String sListName)
Returns revision history for rows in a revision tracked table.
|
IList |
ICS.RTInfo(String sTable,
String sListName)
Returns information on tracked tables from the RTInfo table
|
IList |
ICS.RTRetrieveRevision(String strTableName,
String strAsset,
int nVersion,
String listName)
This method returns a specific
version for a tracked table.
|
IList |
ICS.RTRetrieveRevision(String strTableName,
String strAsset,
String strVersion,
String listName)
This method returns a specific
version for a tracked table.
|
IList |
ICS.Search(String sIndex,
String sWhat,
String sRelevence,
String sQueryParser,
int nMaxResults,
FTValList vlAdditionalIndexes,
String sList,
String sEngine,
String sCharset,
StringBuffer sbError)
Searches an index.
|
IList |
ICS.SelectTo(String from,
String what,
String where,
String orderby,
int limit,
String listname,
boolean bCache,
StringBuffer errstr)
Performs a simple query by specifing a list of
column names to return, and a list of column names
to use as filtering.
|
IList |
ICS.SQL(PreparedStmt stmt,
com.fatwire.cs.core.db.StatementParam data,
boolean bCache)
Executes a given PreparedStmt with supplied data; returns data in the form of an IList.
|
IList |
ICS.SQL(String from,
String sqlstmt,
String listname,
int limit,
boolean bCache,
boolean bLoad,
StringBuffer errstr)
Executes an SQL statement.
|
IList |
ICS.SQL(String from,
String sqlstmt,
String listname,
int limit,
boolean bLoadCache,
StringBuffer errstr)
Executes an SQL statement.
|
Modifier and Type | Method and Description |
---|---|
int |
ICS.Mirror(IList list,
String sTarget,
String sUsername,
String sPassword,
String sCGIPrefix,
String sTargetIniFile,
int nPort,
boolean bUseProxy,
String proxyserver,
String proxyport,
String proxyuser,
String proxypassword,
boolean bUseHTTPS,
int nHTTPVersion,
String tableToMirror,
StringBuffer sbOutput)
Mirrors a result set.
|
boolean |
ICS.RegisterList(String listname,
IList ilist)
Register an IList object with CS for use
in XML tagging; this assumes that the IList
was created in a manner that did not implicitly
register the name, as would be the case with the
listname parameter to SQL(), SelectTo(), etc.
|
Modifier and Type | Class and Description |
---|---|
class |
COM.FutureTense.Util.IListWrapper |
class |
IterableIListWrapper
This class provides a lightweight wrapper over an IList object for the
purpose of adding Iterable functionality to the IList.
|
Modifier and Type | Method and Description |
---|---|
Iterator<IList> |
IterableIListWrapper.iterator()
Return an Iterator over the IList.
|
Constructor and Description |
---|
IterableIListWrapper(IList list) |
Modifier and Type | Method and Description |
---|---|
IList |
IFilterableAssetInstance.getParentAssetIDs()
Returns a list of the current parent group asset IDs.
|