|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssetEntryQuery | |
|---|---|
| com.liferay.portlet.asset.search.test | |
| com.liferay.portlet.asset.service | This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. |
| com.liferay.portlet.asset.service.http | |
| com.liferay.portlet.asset.service.impl | This package defines the asset portlet local and remote service implementations. |
| com.liferay.portlet.asset.service.persistence | |
| com.liferay.portlet.asset.service.persistence.impl | |
| com.liferay.portlet.asset.service.persistence.test | |
| com.liferay.portlet.asset.util | |
| Uses of AssetEntryQuery in com.liferay.portlet.asset.search.test |
|---|
| Methods in com.liferay.portlet.asset.search.test with parameters of type AssetEntryQuery | |
|---|---|
protected void |
BaseAssetSearchTestCase.assertCount(int expectedCount,
AssetEntryQuery assetEntryQuery,
SearchContext searchContext)
|
protected void |
BaseAssetSearchTestCase.assertCount(int expectedCount,
AssetEntryQuery assetEntryQuery,
SearchContext searchContext,
int start,
int end)
|
protected List<AssetEntry> |
BaseAssetSearchTestCase.search(AssetEntryQuery assetEntryQuery,
SearchContext searchContext)
|
protected int |
BaseAssetSearchTestCase.searchCount(AssetEntryQuery assetEntryQuery,
SearchContext searchContext,
int start,
int end)
|
protected void |
BaseAssetSearchTestCase.testAssetCategorization(AssetEntryQuery assetEntryQuery,
int expectedResults)
|
protected void |
BaseAssetSearchTestCase.testAssetCategorization(Group[] groups,
AssetEntryQuery assetEntryQuery,
int expectedResults)
|
protected void |
BaseAssetSearchTestCase.testClassNames(AssetEntryQuery assetEntryQuery,
int expectedResult)
|
protected void |
BaseAssetSearchTestCase.testClassTypeIds(AssetEntryQuery assetEntryQuery,
boolean classType)
|
protected void |
BaseAssetSearchTestCase.testOrderByCreateDate(AssetEntryQuery assetEntryQuery,
String orderByType,
String[] titles,
String[] orderedTitles)
|
protected void |
BaseAssetSearchTestCase.testOrderByExpirationDate(AssetEntryQuery assetEntryQuery,
String orderByType,
Date[] expirationDates)
|
protected void |
BaseAssetSearchTestCase.testOrderByTitle(AssetEntryQuery assetEntryQuery,
String orderByType,
List<Map<Locale,String>> titleMaps,
List<Map<Locale,String>> orderedTitleMaps,
Locale[] locales)
|
protected void |
BaseAssetSearchTestCase.testPaginationType(AssetEntryQuery assetEntryQuery,
int size)
|
| Uses of AssetEntryQuery in com.liferay.portlet.asset.service |
|---|
| Methods in com.liferay.portlet.asset.service with parameters of type AssetEntryQuery | |
|---|---|
static List<AssetEntry> |
AssetEntryLocalServiceUtil.getEntries(AssetEntryQuery entryQuery)
|
List<AssetEntry> |
AssetEntryLocalServiceWrapper.getEntries(AssetEntryQuery entryQuery)
|
List<AssetEntry> |
AssetEntryService.getEntries(AssetEntryQuery entryQuery)
|
List<AssetEntry> |
AssetEntryLocalService.getEntries(AssetEntryQuery entryQuery)
|
static List<AssetEntry> |
AssetEntryServiceUtil.getEntries(AssetEntryQuery entryQuery)
|
List<AssetEntry> |
AssetEntryServiceWrapper.getEntries(AssetEntryQuery entryQuery)
|
static int |
AssetEntryLocalServiceUtil.getEntriesCount(AssetEntryQuery entryQuery)
|
int |
AssetEntryLocalServiceWrapper.getEntriesCount(AssetEntryQuery entryQuery)
|
int |
AssetEntryService.getEntriesCount(AssetEntryQuery entryQuery)
|
int |
AssetEntryLocalService.getEntriesCount(AssetEntryQuery entryQuery)
|
static int |
AssetEntryServiceUtil.getEntriesCount(AssetEntryQuery entryQuery)
|
int |
AssetEntryServiceWrapper.getEntriesCount(AssetEntryQuery entryQuery)
|
| Uses of AssetEntryQuery in com.liferay.portlet.asset.service.http |
|---|
| Methods in com.liferay.portlet.asset.service.http with parameters of type AssetEntryQuery | |
|---|---|
static AssetEntrySoap[] |
AssetEntryServiceSoap.getEntries(AssetEntryQuery entryQuery)
|
static List<AssetEntry> |
AssetEntryServiceHttp.getEntries(HttpPrincipal httpPrincipal,
AssetEntryQuery entryQuery)
|
static int |
AssetEntryServiceSoap.getEntriesCount(AssetEntryQuery entryQuery)
|
static int |
AssetEntryServiceHttp.getEntriesCount(HttpPrincipal httpPrincipal,
AssetEntryQuery entryQuery)
|
| Uses of AssetEntryQuery in com.liferay.portlet.asset.service.impl |
|---|
| Methods in com.liferay.portlet.asset.service.impl that return AssetEntryQuery | |
|---|---|
protected AssetEntryQuery |
AssetEntryServiceImpl.buildFilteredEntryQuery(AssetEntryQuery entryQuery)
|
protected AssetEntryQuery |
AssetEntryLocalServiceImpl.getAssetEntryQuery(long[] groupIds,
long[] classNameIds,
String keywords,
String userName,
String title,
String description,
Boolean listable,
boolean advancedSearch,
boolean andOperator,
int start,
int end,
String orderByCol1,
String orderByCol2,
String orderByType1,
String orderByType2)
|
| Methods in com.liferay.portlet.asset.service.impl with parameters of type AssetEntryQuery | |
|---|---|
protected AssetEntryQuery |
AssetEntryServiceImpl.buildFilteredEntryQuery(AssetEntryQuery entryQuery)
|
protected Object[] |
AssetEntryServiceImpl.filterEntryQuery(AssetEntryQuery entryQuery,
boolean returnEntriesCountOnly)
|
List<AssetEntry> |
AssetEntryLocalServiceImpl.getEntries(AssetEntryQuery entryQuery)
|
List<AssetEntry> |
AssetEntryServiceImpl.getEntries(AssetEntryQuery entryQuery)
|
int |
AssetEntryLocalServiceImpl.getEntriesCount(AssetEntryQuery entryQuery)
|
int |
AssetEntryServiceImpl.getEntriesCount(AssetEntryQuery entryQuery)
|
protected boolean |
AssetEntryServiceImpl.hasEntryQueryResults(AssetEntryQuery originalEntryQuery,
AssetEntryQuery filteredEntryQuery)
|
| Uses of AssetEntryQuery in com.liferay.portlet.asset.service.persistence |
|---|
| Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetEntryQuery | |
|---|---|
static int |
AssetEntryFinderUtil.countEntries(AssetEntryQuery entryQuery)
|
int |
AssetEntryFinder.countEntries(AssetEntryQuery entryQuery)
|
static List<AssetEntry> |
AssetEntryFinderUtil.findEntries(AssetEntryQuery entryQuery)
|
List<AssetEntry> |
AssetEntryFinder.findEntries(AssetEntryQuery entryQuery)
|
| Constructors in com.liferay.portlet.asset.service.persistence with parameters of type AssetEntryQuery | |
|---|---|
AssetEntryQuery(AssetEntryQuery assetEntryQuery)
|
|
| Uses of AssetEntryQuery in com.liferay.portlet.asset.service.persistence.impl |
|---|
| Methods in com.liferay.portlet.asset.service.persistence.impl with parameters of type AssetEntryQuery | |
|---|---|
protected SQLQuery |
AssetEntryFinderImpl.buildAssetQuerySQL(AssetEntryQuery entryQuery,
boolean count,
Session session)
|
int |
AssetEntryFinderImpl.countEntries(AssetEntryQuery entryQuery)
|
List<AssetEntry> |
AssetEntryFinderImpl.findEntries(AssetEntryQuery entryQuery)
|
| Uses of AssetEntryQuery in com.liferay.portlet.asset.service.persistence.test |
|---|
| Methods in com.liferay.portlet.asset.service.persistence.test that return AssetEntryQuery | |
|---|---|
static AssetEntryQuery |
AssetEntryQueryTestUtil.createAssetEntryQuery(long[] groupIds,
long[] classNameIds,
long[] classTypeIds,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames)
|
static AssetEntryQuery |
AssetEntryQueryTestUtil.createAssetEntryQuery(long[] groupIds,
String[] classNames)
|
static AssetEntryQuery |
AssetEntryQueryTestUtil.createAssetEntryQuery(long[] groupIds,
String[] classNames,
long[] classTypeIds)
|
static AssetEntryQuery |
AssetEntryQueryTestUtil.createAssetEntryQuery(long[] groupIds,
String[] classNames,
long[] classTypeIds,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames)
|
static AssetEntryQuery |
AssetEntryQueryTestUtil.createAssetEntryQuery(long[] groupIds,
String className,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds)
|
static AssetEntryQuery |
AssetEntryQueryTestUtil.createAssetEntryQuery(long[] groupIds,
String className,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames)
|
static AssetEntryQuery |
AssetEntryQueryTestUtil.createAssetEntryQuery(long groupId,
long[] classNameIds)
|
static AssetEntryQuery |
AssetEntryQueryTestUtil.createAssetEntryQuery(long groupId,
String[] classNames)
|
static AssetEntryQuery |
AssetEntryQueryTestUtil.createAssetEntryQuery(long groupId,
String[] classNames,
long[] classTypeIds)
|
static AssetEntryQuery |
AssetEntryQueryTestUtil.createAssetEntryQuery(long groupId,
String[] classNames,
long[] classTypeIds,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames)
|
static AssetEntryQuery |
AssetEntryQueryTestUtil.createAssetEntryQuery(long groupId,
String className,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds)
|
static AssetEntryQuery |
AssetEntryQueryTestUtil.createAssetEntryQuery(long groupId,
String className,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames)
|
| Uses of AssetEntryQuery in com.liferay.portlet.asset.util |
|---|
| Methods in com.liferay.portlet.asset.util with parameters of type AssetEntryQuery | |
|---|---|
protected static AssetSearcher |
AssetUtil.getAssetSearcher(SearchContext searchContext,
AssetEntryQuery assetEntryQuery,
int start,
int end)
|
protected static Sort[] |
AssetUtil.getSorts(AssetEntryQuery assetEntryQuery,
Locale locale)
|
void |
AssetEntryQueryProcessor.processAssetEntryQuery(User user,
PortletPreferences portletPreferences,
AssetEntryQuery assetEntryQuery)
|
static Hits |
AssetUtil.search(javax.servlet.http.HttpServletRequest request,
AssetEntryQuery assetEntryQuery,
int start,
int end)
|
static Hits |
AssetUtil.search(SearchContext searchContext,
AssetEntryQuery assetEntryQuery,
int start,
int end)
|
static BaseModelSearchResult<AssetEntry> |
AssetUtil.searchAssetEntries(AssetEntryQuery assetEntryQuery,
long[] assetCategoryIds,
String[] assetTagNames,
Map<String,Serializable> attributes,
long companyId,
String keywords,
Layout layout,
Locale locale,
long scopeGroupId,
TimeZone timeZone,
long userId,
int start,
int end)
|
static BaseModelSearchResult<AssetEntry> |
AssetUtil.searchAssetEntries(javax.servlet.http.HttpServletRequest request,
AssetEntryQuery assetEntryQuery,
int start,
int end)
|
static BaseModelSearchResult<AssetEntry> |
AssetUtil.searchAssetEntries(SearchContext searchContext,
AssetEntryQuery assetEntryQuery,
int start,
int end)
|
void |
AssetSearcher.setAssetEntryQuery(AssetEntryQuery assetEntryQuery)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||