Liferay 7.0-ce-m2

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 groupId, long[] classNameIds)
           
static AssetEntryQuery createAssetEntryQuery(long groupId, long[] classNameIds, long[] classTypeIds, long[] notAllCategories, long[] notAnyCategories, long[] allCategories, long[] anyCategories, String[] notAllTags, String[] notAnyTags, String[] allTags, String[] anyTags)
           
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[] notAllCategories, long[] notAnyCategories, long[] allCategories, long[] anyCategories, String[] notAllTags, String[] notAnyTags, String[] allTags, String[] anyTags)
           
static AssetEntryQuery createAssetEntryQuery(long groupId, String className, long[] notAllCategories, long[] notAnyCategories, long[] allCategories, long[] anyCategories)
           
static AssetEntryQuery createAssetEntryQuery(long groupId, String className, String[] notAllTags, String[] notAnyTags, String[] allTags, String[] anyTags)
           
protected static long[] getAssetTagsIds(long groupId, 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,
                                                    long[] classNameIds,
                                                    long[] classTypeIds,
                                                    long[] notAllCategories,
                                                    long[] notAnyCategories,
                                                    long[] allCategories,
                                                    long[] anyCategories,
                                                    String[] notAllTags,
                                                    String[] notAnyTags,
                                                    String[] allTags,
                                                    String[] anyTags)
                                             throws Exception
Throws:
Exception

createAssetEntryQuery

public static AssetEntryQuery createAssetEntryQuery(long groupId,
                                                    String className,
                                                    long[] notAllCategories,
                                                    long[] notAnyCategories,
                                                    long[] allCategories,
                                                    long[] anyCategories)
                                             throws Exception
Throws:
Exception

createAssetEntryQuery

public static AssetEntryQuery createAssetEntryQuery(long groupId,
                                                    String className,
                                                    String[] notAllTags,
                                                    String[] notAnyTags,
                                                    String[] allTags,
                                                    String[] anyTags)
                                             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[] notAllCategories,
                                                    long[] notAnyCategories,
                                                    long[] allCategories,
                                                    long[] anyCategories,
                                                    String[] notAllTags,
                                                    String[] notAnyTags,
                                                    String[] allTags,
                                                    String[] anyTags)
                                             throws Exception
Throws:
Exception

getAssetTagsIds

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

Liferay 7.0-ce-m2