Class LayoutUtilityPageEntryUtil

java.lang.Object
com.liferay.layout.utility.page.service.persistence.LayoutUtilityPageEntryUtil

public class LayoutUtilityPageEntryUtil extends Object
The persistence utility for the layout utility page entry service. This utility wraps com.liferay.layout.utility.page.service.persistence.impl.LayoutUtilityPageEntryPersistenceImpl 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 Details

    • LayoutUtilityPageEntryUtil

      public LayoutUtilityPageEntryUtil()
  • Method Details

    • clearCache

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

      public static void clearCache(LayoutUtilityPageEntry layoutUtilityPageEntry)
      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,LayoutUtilityPageEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

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

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

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

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

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

      public static List<LayoutUtilityPageEntry> findByUuid(String uuid)
      Returns all the layout utility page entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching layout utility page entries
    • findByUuid

      public static List<LayoutUtilityPageEntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the layout utility page entries 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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of matching layout utility page entries
    • findByUuid

      public static List<LayoutUtilityPageEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries 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 LayoutUtilityPageEntryModelImpl.

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

      public static List<LayoutUtilityPageEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout utility page entries 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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (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 layout utility page entries
    • findByUuid_First

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

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

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

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

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

      public static void removeByUuid(String uuid)
      Removes all the layout utility page entries where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      public static int countByUuid(String uuid)
      Returns the number of layout utility page entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching layout utility page entries
    • findByUUID_G

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

      public static LayoutUtilityPageEntry fetchByUUID_G(String uuid, long groupId)
      Returns the layout utility page entry 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 layout utility page entry, or null if a matching layout utility page entry could not be found
    • fetchByUUID_G

      public static LayoutUtilityPageEntry fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the layout utility page entry 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 layout utility page entry, or null if a matching layout utility page entry could not be found
    • removeByUUID_G

      public static LayoutUtilityPageEntry removeByUUID_G(String uuid, long groupId) throws NoSuchLayoutUtilityPageEntryException
      Removes the layout utility page entry where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the layout utility page entry that was removed
      Throws:
      NoSuchLayoutUtilityPageEntryException
    • countByUUID_G

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

      public static List<LayoutUtilityPageEntry> findByUuid_C(String uuid, long companyId)
      Returns all the layout utility page entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching layout utility page entries
    • findByUuid_C

      public static List<LayoutUtilityPageEntry> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the layout utility page entries 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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of matching layout utility page entries
    • findByUuid_C

      public static List<LayoutUtilityPageEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries 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 LayoutUtilityPageEntryModelImpl.

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

      public static List<LayoutUtilityPageEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout utility page entries 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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (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 layout utility page entries
    • findByUuid_C_First

      public static LayoutUtilityPageEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the first layout utility page entry 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 layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be found
      NoSuchLayoutUtilityPageEntryException
    • fetchByUuid_C_First

      public static LayoutUtilityPageEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns the first layout utility page entry 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 layout utility page entry, or null if a matching layout utility page entry could not be found
    • findByUuid_C_Last

      public static LayoutUtilityPageEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the last layout utility page entry 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 layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be found
      NoSuchLayoutUtilityPageEntryException
    • fetchByUuid_C_Last

      public static LayoutUtilityPageEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns the last layout utility page entry 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 layout utility page entry, or null if a matching layout utility page entry could not be found
    • findByUuid_C_PrevAndNext

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

      public static void removeByUuid_C(String uuid, long companyId)
      Removes all the layout utility page entries 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 layout utility page entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching layout utility page entries
    • findByGroupId

      public static List<LayoutUtilityPageEntry> findByGroupId(long groupId)
      Returns all the layout utility page entries where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching layout utility page entries
    • findByGroupId

      public static List<LayoutUtilityPageEntry> findByGroupId(long groupId, int start, int end)
      Returns a range of all the layout utility page entries 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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of matching layout utility page entries
    • findByGroupId

      public static List<LayoutUtilityPageEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries 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 LayoutUtilityPageEntryModelImpl.

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

      public static List<LayoutUtilityPageEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout utility page entries 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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (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 layout utility page entries
    • findByGroupId_First

      public static LayoutUtilityPageEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the first layout utility page entry 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 layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be found
      NoSuchLayoutUtilityPageEntryException
    • fetchByGroupId_First

      public static LayoutUtilityPageEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns the first layout utility page entry 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 layout utility page entry, or null if a matching layout utility page entry could not be found
    • findByGroupId_Last

      public static LayoutUtilityPageEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the last layout utility page entry 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 layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be found
      NoSuchLayoutUtilityPageEntryException
    • fetchByGroupId_Last

      public static LayoutUtilityPageEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns the last layout utility page entry 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 layout utility page entry, or null if a matching layout utility page entry could not be found
    • findByGroupId_PrevAndNext

      public static LayoutUtilityPageEntry[] findByGroupId_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ?.
      Parameters:
      LayoutUtilityPageEntryId - the primary key of the current layout utility page entry
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be found
      NoSuchLayoutUtilityPageEntryException
    • filterFindByGroupId

      public static List<LayoutUtilityPageEntry> filterFindByGroupId(long groupId)
      Returns all the layout utility page entries that the user has permission to view where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching layout utility page entries that the user has permission to view
    • filterFindByGroupId

      public static List<LayoutUtilityPageEntry> filterFindByGroupId(long groupId, int start, int end)
      Returns a range of all the layout utility page entries that the user has permission to view 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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of matching layout utility page entries that the user has permission to view
    • filterFindByGroupId

      public static List<LayoutUtilityPageEntry> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries that the user has permissions to view 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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout utility page entries that the user has permission to view
    • filterFindByGroupId_PrevAndNext

      public static LayoutUtilityPageEntry[] filterFindByGroupId_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ?.
      Parameters:
      LayoutUtilityPageEntryId - the primary key of the current layout utility page entry
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be found
      NoSuchLayoutUtilityPageEntryException
    • removeByGroupId

      public static void removeByGroupId(long groupId)
      Removes all the layout utility page entries where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      public static int countByGroupId(long groupId)
      Returns the number of layout utility page entries where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching layout utility page entries
    • filterCountByGroupId

      public static int filterCountByGroupId(long groupId)
      Returns the number of layout utility page entries that the user has permission to view where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching layout utility page entries that the user has permission to view
    • findByPlid

      public static LayoutUtilityPageEntry findByPlid(long plid) throws NoSuchLayoutUtilityPageEntryException
      Returns the layout utility page entry where plid = ? or throws a NoSuchLayoutUtilityPageEntryException if it could not be found.
      Parameters:
      plid - the plid
      Returns:
      the matching layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be found
      NoSuchLayoutUtilityPageEntryException
    • fetchByPlid

      public static LayoutUtilityPageEntry fetchByPlid(long plid)
      Returns the layout utility page entry where plid = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      plid - the plid
      Returns:
      the matching layout utility page entry, or null if a matching layout utility page entry could not be found
    • fetchByPlid

      public static LayoutUtilityPageEntry fetchByPlid(long plid, boolean useFinderCache)
      Returns the layout utility page entry where plid = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      plid - the plid
      useFinderCache - whether to use the finder cache
      Returns:
      the matching layout utility page entry, or null if a matching layout utility page entry could not be found
    • removeByPlid

      public static LayoutUtilityPageEntry removeByPlid(long plid) throws NoSuchLayoutUtilityPageEntryException
      Removes the layout utility page entry where plid = ? from the database.
      Parameters:
      plid - the plid
      Returns:
      the layout utility page entry that was removed
      Throws:
      NoSuchLayoutUtilityPageEntryException
    • countByPlid

      public static int countByPlid(long plid)
      Returns the number of layout utility page entries where plid = ?.
      Parameters:
      plid - the plid
      Returns:
      the number of matching layout utility page entries
    • findByG_T

      public static List<LayoutUtilityPageEntry> findByG_T(long groupId, String type)
      Returns all the layout utility page entries where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      Returns:
      the matching layout utility page entries
    • findByG_T

      public static List<LayoutUtilityPageEntry> findByG_T(long groupId, String type, int start, int end)
      Returns a range of all the layout utility page entries where groupId = ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of matching layout utility page entries
    • findByG_T

      public static List<LayoutUtilityPageEntry> findByG_T(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries where groupId = ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout utility page entries
    • findByG_T

      public static List<LayoutUtilityPageEntry> findByG_T(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout utility page entries where groupId = ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (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 layout utility page entries
    • findByG_T_First

      public static LayoutUtilityPageEntry findByG_T_First(long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the first layout utility page entry in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be found
      NoSuchLayoutUtilityPageEntryException
    • fetchByG_T_First

      public static LayoutUtilityPageEntry fetchByG_T_First(long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns the first layout utility page entry in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout utility page entry, or null if a matching layout utility page entry could not be found
    • findByG_T_Last

      public static LayoutUtilityPageEntry findByG_T_Last(long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the last layout utility page entry in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be found
      NoSuchLayoutUtilityPageEntryException
    • fetchByG_T_Last

      public static LayoutUtilityPageEntry fetchByG_T_Last(long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns the last layout utility page entry in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout utility page entry, or null if a matching layout utility page entry could not be found
    • findByG_T_PrevAndNext

      public static LayoutUtilityPageEntry[] findByG_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ? and type = ?.
      Parameters:
      LayoutUtilityPageEntryId - the primary key of the current layout utility page entry
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be found
      NoSuchLayoutUtilityPageEntryException
    • filterFindByG_T

      public static List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, String type)
      Returns all the layout utility page entries that the user has permission to view where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      Returns:
      the matching layout utility page entries that the user has permission to view
    • filterFindByG_T

      public static List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, String type, int start, int end)
      Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of matching layout utility page entries that the user has permission to view
    • filterFindByG_T

      public static List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout utility page entries that the user has permission to view
    • filterFindByG_T_PrevAndNext

      public static LayoutUtilityPageEntry[] filterFindByG_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ? and type = ?.
      Parameters:
      LayoutUtilityPageEntryId - the primary key of the current layout utility page entry
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be found
      NoSuchLayoutUtilityPageEntryException
    • filterFindByG_T

      public static List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, String[] types)
      Returns all the layout utility page entries that the user has permission to view where groupId = ? and type = any ?.
      Parameters:
      groupId - the group ID
      types - the types
      Returns:
      the matching layout utility page entries that the user has permission to view
    • filterFindByG_T

      public static List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, String[] types, int start, int end)
      Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and type = any ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      types - the types
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of matching layout utility page entries that the user has permission to view
    • filterFindByG_T

      public static List<LayoutUtilityPageEntry> filterFindByG_T(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries that the user has permission to view where groupId = ? and type = any ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      types - the types
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout utility page entries that the user has permission to view
    • findByG_T

      public static List<LayoutUtilityPageEntry> findByG_T(long groupId, String[] types)
      Returns all the layout utility page entries where groupId = ? and type = any ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      types - the types
      Returns:
      the matching layout utility page entries
    • findByG_T

      public static List<LayoutUtilityPageEntry> findByG_T(long groupId, String[] types, int start, int end)
      Returns a range of all the layout utility page entries where groupId = ? and type = any ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      types - the types
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of matching layout utility page entries
    • findByG_T

      public static List<LayoutUtilityPageEntry> findByG_T(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries where groupId = ? and type = any ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      types - the types
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout utility page entries
    • findByG_T

      public static List<LayoutUtilityPageEntry> findByG_T(long groupId, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout utility page entries where groupId = ? and type = ?, optionally using the finder cache.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      types - the types
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (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 layout utility page entries
    • removeByG_T

      public static void removeByG_T(long groupId, String type)
      Removes all the layout utility page entries where groupId = ? and type = ? from the database.
      Parameters:
      groupId - the group ID
      type - the type
    • countByG_T

      public static int countByG_T(long groupId, String type)
      Returns the number of layout utility page entries where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      Returns:
      the number of matching layout utility page entries
    • countByG_T

      public static int countByG_T(long groupId, String[] types)
      Returns the number of layout utility page entries where groupId = ? and type = any ?.
      Parameters:
      groupId - the group ID
      types - the types
      Returns:
      the number of matching layout utility page entries
    • filterCountByG_T

      public static int filterCountByG_T(long groupId, String type)
      Returns the number of layout utility page entries that the user has permission to view where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      Returns:
      the number of matching layout utility page entries that the user has permission to view
    • filterCountByG_T

      public static int filterCountByG_T(long groupId, String[] types)
      Returns the number of layout utility page entries that the user has permission to view where groupId = ? and type = any ?.
      Parameters:
      groupId - the group ID
      types - the types
      Returns:
      the number of matching layout utility page entries that the user has permission to view
    • findByG_D_T

      public static List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type)
      Returns all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
      Parameters:
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      Returns:
      the matching layout utility page entries
    • findByG_D_T

      public static List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end)
      Returns a range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of matching layout utility page entries
    • findByG_D_T

      public static List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout utility page entries
    • findByG_D_T

      public static List<LayoutUtilityPageEntry> findByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (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 layout utility page entries
    • findByG_D_T_First

      public static LayoutUtilityPageEntry findByG_D_T_First(long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the first layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
      Parameters:
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be found
      NoSuchLayoutUtilityPageEntryException
    • fetchByG_D_T_First

      public static LayoutUtilityPageEntry fetchByG_D_T_First(long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns the first layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
      Parameters:
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout utility page entry, or null if a matching layout utility page entry could not be found
    • findByG_D_T_Last

      public static LayoutUtilityPageEntry findByG_D_T_Last(long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the last layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
      Parameters:
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be found
      NoSuchLayoutUtilityPageEntryException
    • fetchByG_D_T_Last

      public static LayoutUtilityPageEntry fetchByG_D_T_Last(long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns the last layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
      Parameters:
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout utility page entry, or null if a matching layout utility page entry could not be found
    • findByG_D_T_PrevAndNext

      public static LayoutUtilityPageEntry[] findByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
      Parameters:
      LayoutUtilityPageEntryId - the primary key of the current layout utility page entry
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be found
      NoSuchLayoutUtilityPageEntryException
    • filterFindByG_D_T

      public static List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type)
      Returns all the layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
      Parameters:
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      Returns:
      the matching layout utility page entries that the user has permission to view
    • filterFindByG_D_T

      public static List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end)
      Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of matching layout utility page entries that the user has permission to view
    • filterFindByG_D_T

      public static List<LayoutUtilityPageEntry> filterFindByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout utility page entries that the user has permission to view
    • filterFindByG_D_T_PrevAndNext

      public static LayoutUtilityPageEntry[] filterFindByG_D_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, boolean defaultLayoutUtilityPageEntry, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
      Parameters:
      LayoutUtilityPageEntryId - the primary key of the current layout utility page entry
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be found
      NoSuchLayoutUtilityPageEntryException
    • removeByG_D_T

      public static void removeByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type)
      Removes all the layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ? from the database.
      Parameters:
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
    • countByG_D_T

      public static int countByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type)
      Returns the number of layout utility page entries where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
      Parameters:
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      Returns:
      the number of matching layout utility page entries
    • filterCountByG_D_T

      public static int filterCountByG_D_T(long groupId, boolean defaultLayoutUtilityPageEntry, String type)
      Returns the number of layout utility page entries that the user has permission to view where groupId = ? and defaultLayoutUtilityPageEntry = ? and type = ?.
      Parameters:
      groupId - the group ID
      defaultLayoutUtilityPageEntry - the default layout utility page entry
      type - the type
      Returns:
      the number of matching layout utility page entries that the user has permission to view
    • findByG_N_T

      public static LayoutUtilityPageEntry findByG_N_T(long groupId, String name, String type) throws NoSuchLayoutUtilityPageEntryException
      Returns the layout utility page entry where groupId = ? and name = ? and type = ? or throws a NoSuchLayoutUtilityPageEntryException if it could not be found.
      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      Returns:
      the matching layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be found
      NoSuchLayoutUtilityPageEntryException
    • fetchByG_N_T

      public static LayoutUtilityPageEntry fetchByG_N_T(long groupId, String name, String type)
      Returns the layout utility page entry where groupId = ? and name = ? and type = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      Returns:
      the matching layout utility page entry, or null if a matching layout utility page entry could not be found
    • fetchByG_N_T

      public static LayoutUtilityPageEntry fetchByG_N_T(long groupId, String name, String type, boolean useFinderCache)
      Returns the layout utility page entry where groupId = ? and name = ? and type = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      useFinderCache - whether to use the finder cache
      Returns:
      the matching layout utility page entry, or null if a matching layout utility page entry could not be found
    • removeByG_N_T

      public static LayoutUtilityPageEntry removeByG_N_T(long groupId, String name, String type) throws NoSuchLayoutUtilityPageEntryException
      Removes the layout utility page entry where groupId = ? and name = ? and type = ? from the database.
      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      Returns:
      the layout utility page entry that was removed
      Throws:
      NoSuchLayoutUtilityPageEntryException
    • countByG_N_T

      public static int countByG_N_T(long groupId, String name, String type)
      Returns the number of layout utility page entries where groupId = ? and name = ? and type = ?.
      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      Returns:
      the number of matching layout utility page entries
    • findByG_LikeN_T

      public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String type)
      Returns all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.
      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      Returns:
      the matching layout utility page entries
    • findByG_LikeN_T

      public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String type, int start, int end)
      Returns a range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of matching layout utility page entries
    • findByG_LikeN_T

      public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout utility page entries
    • findByG_LikeN_T

      public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (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 layout utility page entries
    • findByG_LikeN_T_First

      public static LayoutUtilityPageEntry findByG_LikeN_T_First(long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the first layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.
      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be found
      NoSuchLayoutUtilityPageEntryException
    • fetchByG_LikeN_T_First

      public static LayoutUtilityPageEntry fetchByG_LikeN_T_First(long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns the first layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.
      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching layout utility page entry, or null if a matching layout utility page entry could not be found
    • findByG_LikeN_T_Last

      public static LayoutUtilityPageEntry findByG_LikeN_T_Last(long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the last layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.
      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be found
      NoSuchLayoutUtilityPageEntryException
    • fetchByG_LikeN_T_Last

      public static LayoutUtilityPageEntry fetchByG_LikeN_T_Last(long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns the last layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.
      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching layout utility page entry, or null if a matching layout utility page entry could not be found
    • findByG_LikeN_T_PrevAndNext

      public static LayoutUtilityPageEntry[] findByG_LikeN_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the layout utility page entries before and after the current layout utility page entry in the ordered set where groupId = ? and name LIKE ? and type = ?.
      Parameters:
      LayoutUtilityPageEntryId - the primary key of the current layout utility page entry
      groupId - the group ID
      name - the name
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be found
      NoSuchLayoutUtilityPageEntryException
    • filterFindByG_LikeN_T

      public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, String type)
      Returns all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.
      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      Returns:
      the matching layout utility page entries that the user has permission to view
    • filterFindByG_LikeN_T

      public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, String type, int start, int end)
      Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of matching layout utility page entries that the user has permission to view
    • filterFindByG_LikeN_T

      public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries that the user has permissions to view where groupId = ? and name LIKE ? and type = ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout utility page entries that the user has permission to view
    • filterFindByG_LikeN_T_PrevAndNext

      public static LayoutUtilityPageEntry[] filterFindByG_LikeN_T_PrevAndNext(long LayoutUtilityPageEntryId, long groupId, String name, String type, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator) throws NoSuchLayoutUtilityPageEntryException
      Returns the layout utility page entries before and after the current layout utility page entry in the ordered set of layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.
      Parameters:
      LayoutUtilityPageEntryId - the primary key of the current layout utility page entry
      groupId - the group ID
      name - the name
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be found
      NoSuchLayoutUtilityPageEntryException
    • filterFindByG_LikeN_T

      public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, String[] types)
      Returns all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.
      Parameters:
      groupId - the group ID
      name - the name
      types - the types
      Returns:
      the matching layout utility page entries that the user has permission to view
    • filterFindByG_LikeN_T

      public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, String[] types, int start, int end)
      Returns a range of all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      types - the types
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of matching layout utility page entries that the user has permission to view
    • filterFindByG_LikeN_T

      public static List<LayoutUtilityPageEntry> filterFindByG_LikeN_T(long groupId, String name, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      types - the types
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout utility page entries that the user has permission to view
    • findByG_LikeN_T

      public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String[] types)
      Returns all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      types - the types
      Returns:
      the matching layout utility page entries
    • findByG_LikeN_T

      public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String[] types, int start, int end)
      Returns a range of all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      types - the types
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of matching layout utility page entries
    • findByG_LikeN_T

      public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries where groupId = ? and name LIKE ? and type = any ?.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      types - the types
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching layout utility page entries
    • findByG_LikeN_T

      public static List<LayoutUtilityPageEntry> findByG_LikeN_T(long groupId, String name, String[] types, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout utility page entries where groupId = ? and name LIKE ? and type = ?, optionally using the finder cache.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      groupId - the group ID
      name - the name
      types - the types
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (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 layout utility page entries
    • removeByG_LikeN_T

      public static void removeByG_LikeN_T(long groupId, String name, String type)
      Removes all the layout utility page entries where groupId = ? and name LIKE ? and type = ? from the database.
      Parameters:
      groupId - the group ID
      name - the name
      type - the type
    • countByG_LikeN_T

      public static int countByG_LikeN_T(long groupId, String name, String type)
      Returns the number of layout utility page entries where groupId = ? and name LIKE ? and type = ?.
      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      Returns:
      the number of matching layout utility page entries
    • countByG_LikeN_T

      public static int countByG_LikeN_T(long groupId, String name, String[] types)
      Returns the number of layout utility page entries where groupId = ? and name LIKE ? and type = any ?.
      Parameters:
      groupId - the group ID
      name - the name
      types - the types
      Returns:
      the number of matching layout utility page entries
    • filterCountByG_LikeN_T

      public static int filterCountByG_LikeN_T(long groupId, String name, String type)
      Returns the number of layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = ?.
      Parameters:
      groupId - the group ID
      name - the name
      type - the type
      Returns:
      the number of matching layout utility page entries that the user has permission to view
    • filterCountByG_LikeN_T

      public static int filterCountByG_LikeN_T(long groupId, String name, String[] types)
      Returns the number of layout utility page entries that the user has permission to view where groupId = ? and name LIKE ? and type = any ?.
      Parameters:
      groupId - the group ID
      name - the name
      types - the types
      Returns:
      the number of matching layout utility page entries that the user has permission to view
    • findByERC_G

      public static LayoutUtilityPageEntry findByERC_G(String externalReferenceCode, long groupId) throws NoSuchLayoutUtilityPageEntryException
      Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or throws a NoSuchLayoutUtilityPageEntryException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a matching layout utility page entry could not be found
      NoSuchLayoutUtilityPageEntryException
    • fetchByERC_G

      public static LayoutUtilityPageEntry fetchByERC_G(String externalReferenceCode, long groupId)
      Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching layout utility page entry, or null if a matching layout utility page entry could not be found
    • fetchByERC_G

      public static LayoutUtilityPageEntry fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
      Returns the layout utility page entry where externalReferenceCode = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching layout utility page entry, or null if a matching layout utility page entry could not be found
    • removeByERC_G

      public static LayoutUtilityPageEntry removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchLayoutUtilityPageEntryException
      Removes the layout utility page entry where externalReferenceCode = ? and groupId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the layout utility page entry that was removed
      Throws:
      NoSuchLayoutUtilityPageEntryException
    • countByERC_G

      public static int countByERC_G(String externalReferenceCode, long groupId)
      Returns the number of layout utility page entries where externalReferenceCode = ? and groupId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the number of matching layout utility page entries
    • cacheResult

      public static void cacheResult(LayoutUtilityPageEntry layoutUtilityPageEntry)
      Caches the layout utility page entry in the entity cache if it is enabled.
      Parameters:
      layoutUtilityPageEntry - the layout utility page entry
    • cacheResult

      public static void cacheResult(List<LayoutUtilityPageEntry> layoutUtilityPageEntries)
      Caches the layout utility page entries in the entity cache if it is enabled.
      Parameters:
      layoutUtilityPageEntries - the layout utility page entries
    • create

      public static LayoutUtilityPageEntry create(long LayoutUtilityPageEntryId)
      Creates a new layout utility page entry with the primary key. Does not add the layout utility page entry to the database.
      Parameters:
      LayoutUtilityPageEntryId - the primary key for the new layout utility page entry
      Returns:
      the new layout utility page entry
    • remove

      public static LayoutUtilityPageEntry remove(long LayoutUtilityPageEntryId) throws NoSuchLayoutUtilityPageEntryException
      Removes the layout utility page entry with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      LayoutUtilityPageEntryId - the primary key of the layout utility page entry
      Returns:
      the layout utility page entry that was removed
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be found
      NoSuchLayoutUtilityPageEntryException
    • updateImpl

      public static LayoutUtilityPageEntry updateImpl(LayoutUtilityPageEntry layoutUtilityPageEntry)
    • findByPrimaryKey

      public static LayoutUtilityPageEntry findByPrimaryKey(long LayoutUtilityPageEntryId) throws NoSuchLayoutUtilityPageEntryException
      Returns the layout utility page entry with the primary key or throws a NoSuchLayoutUtilityPageEntryException if it could not be found.
      Parameters:
      LayoutUtilityPageEntryId - the primary key of the layout utility page entry
      Returns:
      the layout utility page entry
      Throws:
      NoSuchLayoutUtilityPageEntryException - if a layout utility page entry with the primary key could not be found
      NoSuchLayoutUtilityPageEntryException
    • fetchByPrimaryKey

      public static LayoutUtilityPageEntry fetchByPrimaryKey(long LayoutUtilityPageEntryId)
      Returns the layout utility page entry with the primary key or returns null if it could not be found.
      Parameters:
      LayoutUtilityPageEntryId - the primary key of the layout utility page entry
      Returns:
      the layout utility page entry, or null if a layout utility page entry with the primary key could not be found
    • findAll

      public static List<LayoutUtilityPageEntry> findAll()
      Returns all the layout utility page entries.
      Returns:
      the layout utility page entries
    • findAll

      public static List<LayoutUtilityPageEntry> findAll(int start, int end)
      Returns a range of all the layout utility page entries.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      Returns:
      the range of layout utility page entries
    • findAll

      public static List<LayoutUtilityPageEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator)
      Returns an ordered range of all the layout utility page entries.

      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 LayoutUtilityPageEntryModelImpl.

      Parameters:
      start - the lower bound of the range of layout utility page entries
      end - the upper bound of the range of layout utility page entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of layout utility page entries
    • findAll

      public static List<LayoutUtilityPageEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LayoutUtilityPageEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the layout utility page entries.

      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 LayoutUtilityPageEntryModelImpl.

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

      public static void removeAll()
      Removes all the layout utility page entries from the database.
    • countAll

      public static int countAll()
      Returns the number of layout utility page entries.
      Returns:
      the number of layout utility page entries
    • getPersistence

      public static LayoutUtilityPageEntryPersistence getPersistence()
    • setPersistence

      public static void setPersistence(LayoutUtilityPageEntryPersistence persistence)