Liferay 7.0-ce-b4

com.liferay.portlet.asset.service.persistence.test
Class AssetEntryQueryTestUtil

java.lang.Object
  extended by com.liferay.portlet.asset.service.persistence.test.AssetEntryQueryTestUtil

public class AssetEntryQueryTestUtil
extends Object


Constructor Summary
AssetEntryQueryTestUtil()
           
 
Method Summary
static 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 AssetEntryQuery createAssetEntryQuery(long[] groupIds, String[] classNames)
           
static AssetEntryQuery createAssetEntryQuery(long[] groupIds, String[] classNames, long[] classTypeIds)
           
static 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 AssetEntryQuery createAssetEntryQuery(long[] groupIds, String className, long[] notAllCategoryIds, long[] notAnyCategoryIds, long[] allCategoryIds, long[] anyCategoryIds)
           
static AssetEntryQuery createAssetEntryQuery(long[] groupIds, String className, String[] notAllTagNames, String[] notAnyTagNames, String[] allTagNames, String[] anyTagNames)
           
static AssetEntryQuery createAssetEntryQuery(long groupId, long[] classNameIds)
           
static AssetEntryQuery createAssetEntryQuery(long groupId, String[] classNames)
           
static AssetEntryQuery createAssetEntryQuery(long groupId, String[] classNames, long[] classTypeIds)
           
static 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 AssetEntryQuery createAssetEntryQuery(long groupId, String className, long[] notAllCategoryIds, long[] notAnyCategoryIds, long[] allCategoryIds, long[] anyCategoryIds)
           
static AssetEntryQuery createAssetEntryQuery(long groupId, String className, String[] notAllTagNames, String[] notAnyTagNames, String[] allTagNames, String[] anyTagNames)
           
protected static long[] getAssetTagsIds(long[] groupIds, String[] assetTagNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetEntryQueryTestUtil

public AssetEntryQueryTestUtil()
Method Detail

createAssetEntryQuery

public static AssetEntryQuery createAssetEntryQuery(long groupId,
                                                    long[] classNameIds)
                                             throws Exception
Throws:
Exception

createAssetEntryQuery

public static AssetEntryQuery createAssetEntryQuery(long groupId,
                                                    String className,
                                                    long[] notAllCategoryIds,
                                                    long[] notAnyCategoryIds,
                                                    long[] allCategoryIds,
                                                    long[] anyCategoryIds)
                                             throws Exception
Throws:
Exception

createAssetEntryQuery

public static AssetEntryQuery createAssetEntryQuery(long groupId,
                                                    String className,
                                                    String[] notAllTagNames,
                                                    String[] notAnyTagNames,
                                                    String[] allTagNames,
                                                    String[] anyTagNames)
                                             throws Exception
Throws:
Exception

createAssetEntryQuery

public static AssetEntryQuery createAssetEntryQuery(long groupId,
                                                    String[] classNames)
                                             throws Exception
Throws:
Exception

createAssetEntryQuery

public static AssetEntryQuery createAssetEntryQuery(long groupId,
                                                    String[] classNames,
                                                    long[] classTypeIds)
                                             throws Exception
Throws:
Exception

createAssetEntryQuery

public static 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 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 AssetEntryQuery createAssetEntryQuery(long[] groupIds,
                                                    String className,
                                                    long[] notAllCategoryIds,
                                                    long[] notAnyCategoryIds,
                                                    long[] allCategoryIds,
                                                    long[] anyCategoryIds)
                                             throws Exception
Throws:
Exception

createAssetEntryQuery

public static AssetEntryQuery createAssetEntryQuery(long[] groupIds,
                                                    String className,
                                                    String[] notAllTagNames,
                                                    String[] notAnyTagNames,
                                                    String[] allTagNames,
                                                    String[] anyTagNames)
                                             throws Exception
Throws:
Exception

createAssetEntryQuery

public static AssetEntryQuery createAssetEntryQuery(long[] groupIds,
                                                    String[] classNames)
                                             throws Exception
Throws:
Exception

createAssetEntryQuery

public static AssetEntryQuery createAssetEntryQuery(long[] groupIds,
                                                    String[] classNames,
                                                    long[] classTypeIds)
                                             throws Exception
Throws:
Exception

createAssetEntryQuery

public static 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

protected static long[] getAssetTagsIds(long[] groupIds,
                                        String[] assetTagNames)
                                 throws Exception
Throws:
Exception

Liferay 7.0-ce-b4