包 | com.adobe.ep.ux.content.services.search.lccontent |
接口 | public interface IQueryService |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
fillAdvanced(itemCollection:ListCollectionView, searchFilters:IList, dataService:DataService, searchParameters:SearchParameters, baseEntityName:String, assetDescList:IList, sortFields:IList = null):mx.rpc:AsyncToken
Populates the itemCollection by calling the backend Dataservice.fill() method. | IQueryService | ||
Retrieves the type name of the QueryService. | IQueryService | ||
Releases any item within the specified collection from management by this service. | IQueryService | ||
Resets the current state of QueryService implementation object. | IQueryService |
方法详细信息
fillAdvanced | () | 方法 |
public function fillAdvanced(itemCollection:ListCollectionView, searchFilters:IList, dataService:DataService, searchParameters:SearchParameters, baseEntityName:String, assetDescList:IList, sortFields:IList = null):mx.rpc:AsyncToken
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Populates the itemCollection by calling the backend Dataservice.fill()
method. The parameters of the fill method are prepared by prepareQueryParams().
DataService instance should already have authenticated channelSet in case authentication is required at back end Data Server.
参数
itemCollection:ListCollectionView — Specifies the collection in which search results are populated.
| |
searchFilters:IList — Specifies the list of search filter based on which search query is fired.
| |
dataService:DataService — Specifies the Data Service instance on which fill is called.
| |
searchParameters:SearchParameters — Specifies the various parameters on which search is performed.
| |
baseEntityName:String — Specifies the name of the base asset on which search is performed.
| |
assetDescList:IList — Specifies the Asset Descriptors list which contains the list of assets on which search is performed.
| |
sortFields:IList (default = null ) — Specifies the list of SortField on which sorting is to be done in the search result.
|
mx.rpc:AsyncToken — AsyncToken The asynchronous token to attach result and fault handler to handle the results of the call.
|
getQueryTypeName | () | 方法 |
public function getQueryTypeName():String
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Retrieves the type name of the QueryService. For example, LCQuery
.
String — A string constant that indicates the type of search.
|
releaseSearchResults | () | 方法 |
public function releaseSearchResults(resultsListView:ListCollectionView, dataService:DataService):void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Releases any item within the specified collection from management by this service.
参数
resultsListView:ListCollectionView — Specifies the managed search results collection which has to be released.
| |
dataService:DataService — Specifies the Data Service instance on which collection is released.
|
reset | () | 方法 |
public function reset():void
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
运行时版本: | Flash Player 10.2, AIR (unsupported) |
Resets the current state of QueryService
implementation object. The QueryService
object has state in terms of parameters prepared by the prepareQueryParams()
method.
Tue Jun 12 2018, 11:04 AM Z