| Package | Description |
|---|---|
| com.fatwire.assetapi.data | |
| com.fatwire.assetapi.query |
| Modifier and Type | Method and Description |
|---|---|
List<AssetResultRow> |
ContentQueryManager.execute(long contentQueryId, String siteName)
Given the id of Content Query, this fetches the list of assets matching Content Query's search criteria.
|
List<AssetResultRow> |
ContentQueryManagerImpl.execute(long contentQueryId, String siteName) |
List<AssetResultRow> |
ContentQueryManager.execute(long contentQueryId, String siteName, Integer listSize, String sortField, String sortOrder)
Given the name of Content Query, this fetches the list of assets matching Content Query's search criteria.
|
List<AssetResultRow> |
ContentQueryManagerImpl.execute(long contentQueryId, String siteName, Integer listSize, String sortField, String sortOrder) |
List<AssetResultRow> |
ContentQueryManager.execute(String contentQueryName, String siteName)
Given the name of Content Query, this fetches the list of assets matching Content Query's search criteria.
|
List<AssetResultRow> |
ContentQueryManagerImpl.execute(String contentQueryName, String siteName) |
List<AssetResultRow> |
ContentQueryManager.execute(String contentQueryName, String siteName, Integer listSize, String sortField, String sortOrder)
Given the name of Content Query, this fetches the list of assets matching Content Query's search criteria.
|
List<AssetResultRow> |
ContentQueryManagerImpl.execute(String contentQueryName, String siteName, Integer listSize, String sortField, String sortOrder) |
List<AssetResultRow> |
AssetFacade.executeContentQuery(String siteName, Long assetId, String assetName, int limit, String sortingField, boolean ascending)
Execute a ContentQuery to retrieve the results
|
List<AssetResultRow> |
AssetFacadeImpl.executeContentQuery(String siteName, Long assetId, String assetName, int limit, String sortingField, boolean ascending) |
| Modifier and Type | Class and Description |
|---|---|
class |
AssetResultRowImpl
The default implementation class for an AssetResultRow
|
| Modifier and Type | Method and Description |
|---|---|
AssetResultRow |
AssetSearchResultImpl.next() |
| Constructor and Description |
|---|
AssetSearchResultImpl(List<AssetResultRow> results, int size) |