public class AssetEntryQueryTestUtil
extends Object
| Constructor and Description |
|---|
AssetEntryQueryTestUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.liferay.asset.kernel.service.persistence.AssetEntryQuery |
createAssetEntryQuery(long[] groupIds,
long[] classNameIds,
long[] classTypeIds,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames) |
static com.liferay.asset.kernel.service.persistence.AssetEntryQuery |
createAssetEntryQuery(long[] groupIds,
String[] classNames) |
static com.liferay.asset.kernel.service.persistence.AssetEntryQuery |
createAssetEntryQuery(long[] groupIds,
String[] classNames,
long[] classTypeIds) |
static com.liferay.asset.kernel.service.persistence.AssetEntryQuery |
createAssetEntryQuery(long[] groupIds,
String[] classNames,
long[] classTypeIds,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames) |
static com.liferay.asset.kernel.service.persistence.AssetEntryQuery |
createAssetEntryQuery(long[] groupIds,
String className,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds) |
static com.liferay.asset.kernel.service.persistence.AssetEntryQuery |
createAssetEntryQuery(long[] groupIds,
String className,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames) |
static com.liferay.asset.kernel.service.persistence.AssetEntryQuery |
createAssetEntryQuery(long groupId,
long[] classNameIds) |
static com.liferay.asset.kernel.service.persistence.AssetEntryQuery |
createAssetEntryQuery(long groupId,
String[] classNames) |
static com.liferay.asset.kernel.service.persistence.AssetEntryQuery |
createAssetEntryQuery(long groupId,
String[] classNames,
long[] classTypeIds) |
static com.liferay.asset.kernel.service.persistence.AssetEntryQuery |
createAssetEntryQuery(long groupId,
String[] classNames,
long[] classTypeIds,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames) |
static com.liferay.asset.kernel.service.persistence.AssetEntryQuery |
createAssetEntryQuery(long groupId,
String className,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds) |
static com.liferay.asset.kernel.service.persistence.AssetEntryQuery |
createAssetEntryQuery(long groupId,
String className,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames) |
protected static long[] |
getAssetTagsIds(long[] groupIds,
String[] assetTagNames) |
public static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long groupId,
long[] classNameIds)
throws Exception
Exceptionpublic static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long groupId,
String className,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds)
throws Exception
Exceptionpublic static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long groupId,
String className,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames)
throws Exception
Exceptionpublic static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long groupId,
String[] classNames)
throws Exception
Exceptionpublic static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long groupId,
String[] classNames,
long[] classTypeIds)
throws Exception
Exceptionpublic static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long groupId,
String[] classNames,
long[] classTypeIds,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames)
throws Exception
Exceptionpublic static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long[] groupIds,
long[] classNameIds,
long[] classTypeIds,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames)
throws Exception
Exceptionpublic static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long[] groupIds,
String className,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds)
throws Exception
Exceptionpublic static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long[] groupIds,
String className,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames)
throws Exception
Exceptionpublic static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long[] groupIds,
String[] classNames)
throws Exception
Exceptionpublic static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long[] groupIds,
String[] classNames,
long[] classTypeIds)
throws Exception
Exceptionpublic static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long[] groupIds,
String[] classNames,
long[] classTypeIds,
long[] notAllCategoryIds,
long[] notAnyCategoryIds,
long[] allCategoryIds,
long[] anyCategoryIds,
String[] notAllTagNames,
String[] notAnyTagNames,
String[] allTagNames,
String[] anyTagNames)
throws Exception
Exceptionprotected static long[] getAssetTagsIds(long[] groupIds,
String[] assetTagNames)
throws Exception
Exception