Class CPDisplayLayoutUtil

java.lang.Object
com.liferay.commerce.product.service.persistence.CPDisplayLayoutUtil

public class CPDisplayLayoutUtil extends Object
The persistence utility for the cp display layout service. This utility wraps com.liferay.commerce.product.service.persistence.impl.CPDisplayLayoutPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    cacheResult(CPDisplayLayout cpDisplayLayout)
    Caches the cp display layout in the entity cache if it is enabled.
    static void
    cacheResult(List<CPDisplayLayout> cpDisplayLayouts)
    Caches the cp display layouts in the entity cache if it is enabled.
    static void
     
    static void
    clearCache(CPDisplayLayout cpDisplayLayout)
     
    static int
    Returns the number of cp display layouts.
    static int
    countByC_C(long classNameId, long classPK)
    Returns the number of cp display layouts where classNameId = ? and classPK = ?.
    static int
    countByC_C_L(long classNameId, long classPK)
    Returns the number of cp display layouts where classNameId = ? and classPK = ?.
    static int
    countByC_C_LPTEU(long classNameId, long classPK)
    Returns the number of cp display layouts where classNameId = ? and classPK = ?.
    static int
    countByG_C(long groupId, long classNameId)
    Returns the number of cp display layouts where groupId = ? and classNameId = ?.
    static int
    countByG_C_C(long groupId, long classNameId, long classPK)
    Returns the number of cp display layouts where groupId = ? and classNameId = ? and classPK = ?.
    static int
    countByG_L(long groupId, String layoutUuid)
    Returns the number of cp display layouts where groupId = ? and layoutUuid = ?.
    static int
    countByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid)
    Returns the number of cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.
    static int
    countByGroupId(long groupId)
    Returns the number of cp display layouts where groupId = ?.
    static int
    Returns the number of cp display layouts where uuid = ?.
    static int
    countByUuid_C(String uuid, long companyId)
    Returns the number of cp display layouts where uuid = ? and companyId = ?.
    static int
    countByUUID_G(String uuid, long groupId)
    Returns the number of cp display layouts where uuid = ? and groupId = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    create(long CPDisplayLayoutId)
    Creates a new cp display layout with the primary key.
    fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
    fetchByC_C_L_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
    fetchByC_C_L_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
    fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
    fetchByC_C_LPTEU_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
    fetchByC_C_LPTEU_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
    fetchByG_C_C(long groupId, long classNameId, long classPK)
    Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or returns null if it could not be found.
    fetchByG_C_C(long groupId, long classNameId, long classPK, boolean useFinderCache)
    Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ? and classNameId = ?.
    fetchByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ? and classNameId = ?.
    fetchByG_L_First(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
    fetchByG_L_Last(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
    fetchByG_LPTEU_First(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
    fetchByG_LPTEU_Last(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
    fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ?.
    fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ?.
    fetchByPrimaryKey(long CPDisplayLayoutId)
    Returns the cp display layout with the primary key or returns null if it could not be found.
     
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where uuid = ?.
    fetchByUUID_G(String uuid, long groupId)
    Returns the cp display layout where uuid = ? and groupId = ? or returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the cp display layout where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where uuid = ?.
    Returns all the cp display layouts.
    findAll(int start, int end)
    Returns a range of all the cp display layouts.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts.
    findByC_C(long classNameId, long classPK)
    Returns all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C(long classNameId, long classPK, int start, int end)
    Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_L(long classNameId, long classPK)
    Returns all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_L(long classNameId, long classPK, int start, int end)
    Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_L(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_L(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_L_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_L_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_L_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_LPTEU(long classNameId, long classPK)
    Returns all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_LPTEU(long classNameId, long classPK, int start, int end)
    Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_LPTEU(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_LPTEU(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.
    findByC_C_LPTEU_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_LPTEU_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_LPTEU_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByC_C_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.
    findByG_C(long groupId, long classNameId)
    Returns all the cp display layouts where groupId = ? and classNameId = ?.
    findByG_C(long groupId, long classNameId, int start, int end)
    Returns a range of all the cp display layouts where groupId = ? and classNameId = ?.
    findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where groupId = ? and classNameId = ?.
    findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where groupId = ? and classNameId = ?.
    findByG_C_C(long groupId, long classNameId, long classPK)
    Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or throws a NoSuchCPDisplayLayoutException if it could not be found.
    findByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ? and classNameId = ?.
    findByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ? and classNameId = ?.
    findByG_C_PrevAndNext(long CPDisplayLayoutId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and classNameId = ?.
    findByG_L(long groupId, String layoutUuid)
    Returns all the cp display layouts where groupId = ? and layoutUuid = ?.
    findByG_L(long groupId, String layoutUuid, int start, int end)
    Returns a range of all the cp display layouts where groupId = ? and layoutUuid = ?.
    findByG_L(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where groupId = ? and layoutUuid = ?.
    findByG_L(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where groupId = ? and layoutUuid = ?.
    findByG_L_First(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
    findByG_L_Last(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
    findByG_L_PrevAndNext(long CPDisplayLayoutId, long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
    findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid)
    Returns all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.
    findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end)
    Returns a range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.
    findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.
    findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.
    findByG_LPTEU_First(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
    findByG_LPTEU_Last(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
    findByG_LPTEU_PrevAndNext(long CPDisplayLayoutId, long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
    findByGroupId(long groupId)
    Returns all the cp display layouts where groupId = ?.
    findByGroupId(long groupId, int start, int end)
    Returns a range of all the cp display layouts where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where groupId = ?.
    findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where groupId = ?.
    findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where groupId = ?.
    findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where groupId = ?.
    findByGroupId_PrevAndNext(long CPDisplayLayoutId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ?.
    findByPrimaryKey(long CPDisplayLayoutId)
    Returns the cp display layout with the primary key or throws a NoSuchCPDisplayLayoutException if it could not be found.
    Returns all the cp display layouts where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the cp display layouts where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the cp display layouts where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the cp display layouts where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns an ordered range of all the cp display layouts where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the cp display layouts where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long CPDisplayLayoutId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the first cp display layout in the ordered set where uuid = ?.
    findByUUID_G(String uuid, long groupId)
    Returns the cp display layout where uuid = ? and groupId = ? or throws a NoSuchCPDisplayLayoutException if it could not be found.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the last cp display layout in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long CPDisplayLayoutId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
    Returns the cp display layouts before and after the current cp display layout in the ordered set where uuid = ?.
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
     
     
    remove(long CPDisplayLayoutId)
    Removes the cp display layout with the primary key from the database.
    static void
    Removes all the cp display layouts from the database.
    static void
    removeByC_C(long classNameId, long classPK)
    Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.
    static void
    removeByC_C_L(long classNameId, long classPK)
    Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.
    static void
    removeByC_C_LPTEU(long classNameId, long classPK)
    Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.
    static void
    removeByG_C(long groupId, long classNameId)
    Removes all the cp display layouts where groupId = ? and classNameId = ? from the database.
    removeByG_C_C(long groupId, long classNameId, long classPK)
    Removes the cp display layout where groupId = ? and classNameId = ? and classPK = ? from the database.
    static void
    removeByG_L(long groupId, String layoutUuid)
    Removes all the cp display layouts where groupId = ? and layoutUuid = ? from the database.
    static void
    removeByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid)
    Removes all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ? from the database.
    static void
    removeByGroupId(long groupId)
    Removes all the cp display layouts where groupId = ? from the database.
    static void
    Removes all the cp display layouts where uuid = ? from the database.
    static void
    removeByUuid_C(String uuid, long companyId)
    Removes all the cp display layouts where uuid = ? and companyId = ? from the database.
    removeByUUID_G(String uuid, long groupId)
    Removes the cp display layout where uuid = ? and groupId = ? from the database.
    static void
     
    update(CPDisplayLayout cpDisplayLayout)
     
    update(CPDisplayLayout cpDisplayLayout, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    updateImpl(CPDisplayLayout cpDisplayLayout)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CPDisplayLayoutUtil

      public CPDisplayLayoutUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
      • BasePersistence.clearCache()
    • clearCache

      public static void clearCache(CPDisplayLayout cpDisplayLayout)
      See Also:
      • BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
    • countWithDynamicQuery

      public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.countWithDynamicQuery(DynamicQuery)
    • fetchByPrimaryKeys

      public static Map<Serializable,CPDisplayLayout> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

      public static List<CPDisplayLayout> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery)
    • findWithDynamicQuery

      public static List<CPDisplayLayout> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
    • findWithDynamicQuery

      public static List<CPDisplayLayout> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
    • update

      public static CPDisplayLayout update(CPDisplayLayout cpDisplayLayout)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
    • update

      public static CPDisplayLayout update(CPDisplayLayout cpDisplayLayout, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByUuid

      public static List<CPDisplayLayout> findByUuid(String uuid)
      Returns all the cp display layouts where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching cp display layouts
    • findByUuid

      public static List<CPDisplayLayout> findByUuid(String uuid, int start, int end)
      Returns a range of all the cp display layouts where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByUuid

      public static List<CPDisplayLayout> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByUuid

      public static List<CPDisplayLayout> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByUuid_First

      public static CPDisplayLayout findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByUuid_First

      public static CPDisplayLayout fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByUuid_Last

      public static CPDisplayLayout findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByUuid_Last

      public static CPDisplayLayout fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByUuid_PrevAndNext

      public static CPDisplayLayout[] findByUuid_PrevAndNext(long CPDisplayLayoutId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where uuid = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
      NoSuchCPDisplayLayoutException
    • removeByUuid

      public static void removeByUuid(String uuid)
      Removes all the cp display layouts where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      public static int countByUuid(String uuid)
      Returns the number of cp display layouts where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching cp display layouts
    • findByUUID_G

      public static CPDisplayLayout findByUUID_G(String uuid, long groupId) throws NoSuchCPDisplayLayoutException
      Returns the cp display layout where uuid = ? and groupId = ? or throws a NoSuchCPDisplayLayoutException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByUUID_G

      public static CPDisplayLayout fetchByUUID_G(String uuid, long groupId)
      Returns the cp display layout where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching cp display layout, or null if a matching cp display layout could not be found
    • fetchByUUID_G

      public static CPDisplayLayout fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the cp display layout where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching cp display layout, or null if a matching cp display layout could not be found
    • removeByUUID_G

      public static CPDisplayLayout removeByUUID_G(String uuid, long groupId) throws NoSuchCPDisplayLayoutException
      Removes the cp display layout where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the cp display layout that was removed
      Throws:
      NoSuchCPDisplayLayoutException
    • countByUUID_G

      public static int countByUUID_G(String uuid, long groupId)
      Returns the number of cp display layouts where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching cp display layouts
    • findByUuid_C

      public static List<CPDisplayLayout> findByUuid_C(String uuid, long companyId)
      Returns all the cp display layouts where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching cp display layouts
    • findByUuid_C

      public static List<CPDisplayLayout> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the cp display layouts where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByUuid_C

      public static List<CPDisplayLayout> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByUuid_C

      public static List<CPDisplayLayout> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByUuid_C_First

      public static CPDisplayLayout findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByUuid_C_First

      public static CPDisplayLayout fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByUuid_C_Last

      public static CPDisplayLayout findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByUuid_C_Last

      public static CPDisplayLayout fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByUuid_C_PrevAndNext

      public static CPDisplayLayout[] findByUuid_C_PrevAndNext(long CPDisplayLayoutId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
      NoSuchCPDisplayLayoutException
    • removeByUuid_C

      public static void removeByUuid_C(String uuid, long companyId)
      Removes all the cp display layouts where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      public static int countByUuid_C(String uuid, long companyId)
      Returns the number of cp display layouts where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching cp display layouts
    • findByGroupId

      public static List<CPDisplayLayout> findByGroupId(long groupId)
      Returns all the cp display layouts where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching cp display layouts
    • findByGroupId

      public static List<CPDisplayLayout> findByGroupId(long groupId, int start, int end)
      Returns a range of all the cp display layouts where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByGroupId

      public static List<CPDisplayLayout> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByGroupId

      public static List<CPDisplayLayout> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByGroupId_First

      public static CPDisplayLayout findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByGroupId_First

      public static CPDisplayLayout fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByGroupId_Last

      public static CPDisplayLayout findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByGroupId_Last

      public static CPDisplayLayout fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByGroupId_PrevAndNext

      public static CPDisplayLayout[] findByGroupId_PrevAndNext(long CPDisplayLayoutId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
      NoSuchCPDisplayLayoutException
    • removeByGroupId

      public static void removeByGroupId(long groupId)
      Removes all the cp display layouts where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      public static int countByGroupId(long groupId)
      Returns the number of cp display layouts where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching cp display layouts
    • findByG_C

      public static List<CPDisplayLayout> findByG_C(long groupId, long classNameId)
      Returns all the cp display layouts where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      Returns:
      the matching cp display layouts
    • findByG_C

      public static List<CPDisplayLayout> findByG_C(long groupId, long classNameId, int start, int end)
      Returns a range of all the cp display layouts where groupId = ? and classNameId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByG_C

      public static List<CPDisplayLayout> findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where groupId = ? and classNameId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByG_C

      public static List<CPDisplayLayout> findByG_C(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where groupId = ? and classNameId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByG_C_First

      public static CPDisplayLayout findByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByG_C_First

      public static CPDisplayLayout fetchByG_C_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByG_C_Last

      public static CPDisplayLayout findByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByG_C_Last

      public static CPDisplayLayout fetchByG_C_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByG_C_PrevAndNext

      public static CPDisplayLayout[] findByG_C_PrevAndNext(long CPDisplayLayoutId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and classNameId = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
      NoSuchCPDisplayLayoutException
    • removeByG_C

      public static void removeByG_C(long groupId, long classNameId)
      Removes all the cp display layouts where groupId = ? and classNameId = ? from the database.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
    • countByG_C

      public static int countByG_C(long groupId, long classNameId)
      Returns the number of cp display layouts where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      Returns:
      the number of matching cp display layouts
    • findByG_LPTEU

      public static List<CPDisplayLayout> findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid)
      Returns all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.
      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      Returns:
      the matching cp display layouts
    • findByG_LPTEU

      public static List<CPDisplayLayout> findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end)
      Returns a range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByG_LPTEU

      public static List<CPDisplayLayout> findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByG_LPTEU

      public static List<CPDisplayLayout> findByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByG_LPTEU_First

      public static CPDisplayLayout findByG_LPTEU_First(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByG_LPTEU_First

      public static CPDisplayLayout fetchByG_LPTEU_First(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByG_LPTEU_Last

      public static CPDisplayLayout findByG_LPTEU_Last(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByG_LPTEU_Last

      public static CPDisplayLayout fetchByG_LPTEU_Last(long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByG_LPTEU_PrevAndNext

      public static CPDisplayLayout[] findByG_LPTEU_PrevAndNext(long CPDisplayLayoutId, long groupId, String layoutPageTemplateEntryUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and layoutPageTemplateEntryUuid = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
      NoSuchCPDisplayLayoutException
    • removeByG_LPTEU

      public static void removeByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid)
      Removes all the cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ? from the database.
      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
    • countByG_LPTEU

      public static int countByG_LPTEU(long groupId, String layoutPageTemplateEntryUuid)
      Returns the number of cp display layouts where groupId = ? and layoutPageTemplateEntryUuid = ?.
      Parameters:
      groupId - the group ID
      layoutPageTemplateEntryUuid - the layout page template entry uuid
      Returns:
      the number of matching cp display layouts
    • findByG_L

      public static List<CPDisplayLayout> findByG_L(long groupId, String layoutUuid)
      Returns all the cp display layouts where groupId = ? and layoutUuid = ?.
      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      Returns:
      the matching cp display layouts
    • findByG_L

      public static List<CPDisplayLayout> findByG_L(long groupId, String layoutUuid, int start, int end)
      Returns a range of all the cp display layouts where groupId = ? and layoutUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByG_L

      public static List<CPDisplayLayout> findByG_L(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where groupId = ? and layoutUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByG_L

      public static List<CPDisplayLayout> findByG_L(long groupId, String layoutUuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where groupId = ? and layoutUuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByG_L_First

      public static CPDisplayLayout findByG_L_First(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByG_L_First

      public static CPDisplayLayout fetchByG_L_First(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByG_L_Last

      public static CPDisplayLayout findByG_L_Last(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByG_L_Last

      public static CPDisplayLayout fetchByG_L_Last(long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByG_L_PrevAndNext

      public static CPDisplayLayout[] findByG_L_PrevAndNext(long CPDisplayLayoutId, long groupId, String layoutUuid, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where groupId = ? and layoutUuid = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      groupId - the group ID
      layoutUuid - the layout uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
      NoSuchCPDisplayLayoutException
    • removeByG_L

      public static void removeByG_L(long groupId, String layoutUuid)
      Removes all the cp display layouts where groupId = ? and layoutUuid = ? from the database.
      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
    • countByG_L

      public static int countByG_L(long groupId, String layoutUuid)
      Returns the number of cp display layouts where groupId = ? and layoutUuid = ?.
      Parameters:
      groupId - the group ID
      layoutUuid - the layout uuid
      Returns:
      the number of matching cp display layouts
    • findByC_C

      public static List<CPDisplayLayout> findByC_C(long classNameId, long classPK)
      Returns all the cp display layouts where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching cp display layouts
    • findByC_C

      public static List<CPDisplayLayout> findByC_C(long classNameId, long classPK, int start, int end)
      Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByC_C

      public static List<CPDisplayLayout> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByC_C

      public static List<CPDisplayLayout> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByC_C_First

      public static CPDisplayLayout findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByC_C_First

      public static CPDisplayLayout fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByC_C_Last

      public static CPDisplayLayout findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByC_C_Last

      public static CPDisplayLayout fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByC_C_PrevAndNext

      public static CPDisplayLayout[] findByC_C_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
      NoSuchCPDisplayLayoutException
    • removeByC_C

      public static void removeByC_C(long classNameId, long classPK)
      Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
    • countByC_C

      public static int countByC_C(long classNameId, long classPK)
      Returns the number of cp display layouts where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching cp display layouts
    • findByC_C_LPTEU

      public static List<CPDisplayLayout> findByC_C_LPTEU(long classNameId, long classPK)
      Returns all the cp display layouts where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching cp display layouts
    • findByC_C_LPTEU

      public static List<CPDisplayLayout> findByC_C_LPTEU(long classNameId, long classPK, int start, int end)
      Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByC_C_LPTEU

      public static List<CPDisplayLayout> findByC_C_LPTEU(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByC_C_LPTEU

      public static List<CPDisplayLayout> findByC_C_LPTEU(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByC_C_LPTEU_First

      public static CPDisplayLayout findByC_C_LPTEU_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByC_C_LPTEU_First

      public static CPDisplayLayout fetchByC_C_LPTEU_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByC_C_LPTEU_Last

      public static CPDisplayLayout findByC_C_LPTEU_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByC_C_LPTEU_Last

      public static CPDisplayLayout fetchByC_C_LPTEU_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByC_C_LPTEU_PrevAndNext

      public static CPDisplayLayout[] findByC_C_LPTEU_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
      NoSuchCPDisplayLayoutException
    • removeByC_C_LPTEU

      public static void removeByC_C_LPTEU(long classNameId, long classPK)
      Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
    • countByC_C_LPTEU

      public static int countByC_C_LPTEU(long classNameId, long classPK)
      Returns the number of cp display layouts where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching cp display layouts
    • findByC_C_L

      public static List<CPDisplayLayout> findByC_C_L(long classNameId, long classPK)
      Returns all the cp display layouts where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching cp display layouts
    • findByC_C_L

      public static List<CPDisplayLayout> findByC_C_L(long classNameId, long classPK, int start, int end)
      Returns a range of all the cp display layouts where classNameId = ? and classPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of matching cp display layouts
    • findByC_C_L

      public static List<CPDisplayLayout> findByC_C_L(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cp display layouts
    • findByC_C_L

      public static List<CPDisplayLayout> findByC_C_L(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts where classNameId = ? and classPK = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of matching cp display layouts
    • findByC_C_L_First

      public static CPDisplayLayout findByC_C_L_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByC_C_L_First

      public static CPDisplayLayout fetchByC_C_L_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the first cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cp display layout, or null if a matching cp display layout could not be found
    • findByC_C_L_Last

      public static CPDisplayLayout findByC_C_L_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByC_C_L_Last

      public static CPDisplayLayout fetchByC_C_L_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns the last cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cp display layout, or null if a matching cp display layout could not be found
    • findByC_C_L_PrevAndNext

      public static CPDisplayLayout[] findByC_C_L_PrevAndNext(long CPDisplayLayoutId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator) throws NoSuchCPDisplayLayoutException
      Returns the cp display layouts before and after the current cp display layout in the ordered set where classNameId = ? and classPK = ?.
      Parameters:
      CPDisplayLayoutId - the primary key of the current cp display layout
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
      NoSuchCPDisplayLayoutException
    • removeByC_C_L

      public static void removeByC_C_L(long classNameId, long classPK)
      Removes all the cp display layouts where classNameId = ? and classPK = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
    • countByC_C_L

      public static int countByC_C_L(long classNameId, long classPK)
      Returns the number of cp display layouts where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching cp display layouts
    • findByG_C_C

      public static CPDisplayLayout findByG_C_C(long groupId, long classNameId, long classPK) throws NoSuchCPDisplayLayoutException
      Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or throws a NoSuchCPDisplayLayoutException if it could not be found.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a matching cp display layout could not be found
      NoSuchCPDisplayLayoutException
    • fetchByG_C_C

      public static CPDisplayLayout fetchByG_C_C(long groupId, long classNameId, long classPK)
      Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching cp display layout, or null if a matching cp display layout could not be found
    • fetchByG_C_C

      public static CPDisplayLayout fetchByG_C_C(long groupId, long classNameId, long classPK, boolean useFinderCache)
      Returns the cp display layout where groupId = ? and classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      useFinderCache - whether to use the finder cache
      Returns:
      the matching cp display layout, or null if a matching cp display layout could not be found
    • removeByG_C_C

      public static CPDisplayLayout removeByG_C_C(long groupId, long classNameId, long classPK) throws NoSuchCPDisplayLayoutException
      Removes the cp display layout where groupId = ? and classNameId = ? and classPK = ? from the database.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the cp display layout that was removed
      Throws:
      NoSuchCPDisplayLayoutException
    • countByG_C_C

      public static int countByG_C_C(long groupId, long classNameId, long classPK)
      Returns the number of cp display layouts where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching cp display layouts
    • cacheResult

      public static void cacheResult(CPDisplayLayout cpDisplayLayout)
      Caches the cp display layout in the entity cache if it is enabled.
      Parameters:
      cpDisplayLayout - the cp display layout
    • cacheResult

      public static void cacheResult(List<CPDisplayLayout> cpDisplayLayouts)
      Caches the cp display layouts in the entity cache if it is enabled.
      Parameters:
      cpDisplayLayouts - the cp display layouts
    • create

      public static CPDisplayLayout create(long CPDisplayLayoutId)
      Creates a new cp display layout with the primary key. Does not add the cp display layout to the database.
      Parameters:
      CPDisplayLayoutId - the primary key for the new cp display layout
      Returns:
      the new cp display layout
    • remove

      public static CPDisplayLayout remove(long CPDisplayLayoutId) throws NoSuchCPDisplayLayoutException
      Removes the cp display layout with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      CPDisplayLayoutId - the primary key of the cp display layout
      Returns:
      the cp display layout that was removed
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
      NoSuchCPDisplayLayoutException
    • updateImpl

      public static CPDisplayLayout updateImpl(CPDisplayLayout cpDisplayLayout)
    • findByPrimaryKey

      public static CPDisplayLayout findByPrimaryKey(long CPDisplayLayoutId) throws NoSuchCPDisplayLayoutException
      Returns the cp display layout with the primary key or throws a NoSuchCPDisplayLayoutException if it could not be found.
      Parameters:
      CPDisplayLayoutId - the primary key of the cp display layout
      Returns:
      the cp display layout
      Throws:
      NoSuchCPDisplayLayoutException - if a cp display layout with the primary key could not be found
      NoSuchCPDisplayLayoutException
    • fetchByPrimaryKey

      public static CPDisplayLayout fetchByPrimaryKey(long CPDisplayLayoutId)
      Returns the cp display layout with the primary key or returns null if it could not be found.
      Parameters:
      CPDisplayLayoutId - the primary key of the cp display layout
      Returns:
      the cp display layout, or null if a cp display layout with the primary key could not be found
    • findAll

      public static List<CPDisplayLayout> findAll()
      Returns all the cp display layouts.
      Returns:
      the cp display layouts
    • findAll

      public static List<CPDisplayLayout> findAll(int start, int end)
      Returns a range of all the cp display layouts.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      Returns:
      the range of cp display layouts
    • findAll

      public static List<CPDisplayLayout> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator)
      Returns an ordered range of all the cp display layouts.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of cp display layouts
    • findAll

      public static List<CPDisplayLayout> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDisplayLayout> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cp display layouts.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from CPDisplayLayoutModelImpl.

      Parameters:
      start - the lower bound of the range of cp display layouts
      end - the upper bound of the range of cp display layouts (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of cp display layouts
    • removeAll

      public static void removeAll()
      Removes all the cp display layouts from the database.
    • countAll

      public static int countAll()
      Returns the number of cp display layouts.
      Returns:
      the number of cp display layouts
    • getPersistence

      public static CPDisplayLayoutPersistence getPersistence()
    • setPersistence

      public static void setPersistence(CPDisplayLayoutPersistence persistence)