Class AssetEntryQueryTestUtil
Object
com.liferay.portlet.asset.service.persistence.test.AssetEntryQueryTestUtil
- Author:
- Eudaldo Alonso
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
AssetEntryQueryTestUtil
public AssetEntryQueryTestUtil()
-
-
Method Details
-
createAssetEntryQuery
public static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long groupId, long[] classNameIds) throws Exception - Throws:
Exception
-
createAssetEntryQuery
public static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long groupId, String className, long[] notAllCategoryIds, long[] notAnyCategoryIds, long[] allCategoryIds, long[] anyCategoryIds) throws Exception - Throws:
Exception
-
createAssetEntryQuery
public static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long groupId, String className, String[] notAllTagNames, String[] notAnyTagNames, String[] allTagNames, String[] anyTagNames) throws Exception - Throws:
Exception
-
createAssetEntryQuery
public static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long groupId, String[] classNames) throws Exception - Throws:
Exception
-
createAssetEntryQuery
public static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long groupId, String[] classNames, long[] classTypeIds) throws Exception - Throws:
Exception
-
createAssetEntryQuery
public 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 - Throws:
Exception
-
createAssetEntryQuery
public 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 - Throws:
Exception
-
createAssetEntryQuery
public static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long[] groupIds, String className, long[] notAllCategoryIds, long[] notAnyCategoryIds, long[] allCategoryIds, long[] anyCategoryIds) throws Exception - Throws:
Exception
-
createAssetEntryQuery
public static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long[] groupIds, String className, String[] notAllTagNames, String[] notAnyTagNames, String[] allTagNames, String[] anyTagNames) throws Exception - Throws:
Exception
-
createAssetEntryQuery
public static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long[] groupIds, String[] classNames) throws Exception - Throws:
Exception
-
createAssetEntryQuery
public static com.liferay.asset.kernel.service.persistence.AssetEntryQuery createAssetEntryQuery(long[] groupIds, String[] classNames, long[] classTypeIds) throws Exception - Throws:
Exception
-
createAssetEntryQuery
public 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 - Throws:
Exception
-
getAssetTagsIds
- Throws:
Exception
-