Class AssetEntryQueryTestUtil

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

public class AssetEntryQueryTestUtil extends Object
Author:
Eudaldo Alonso
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

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