Class ClientExtensionEntryRelUtil

java.lang.Object
com.liferay.client.extension.service.persistence.ClientExtensionEntryRelUtil

public class ClientExtensionEntryRelUtil extends Object
The persistence utility for the client extension entry rel service. This utility wraps com.liferay.client.extension.service.persistence.impl.ClientExtensionEntryRelPersistenceImpl 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

    • ClientExtensionEntryRelUtil

      public ClientExtensionEntryRelUtil()
  • Method Details

    • clearCache

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

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

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

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

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

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

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

      public static List<ClientExtensionEntryRel> findByUuid(String uuid)
      Returns all the client extension entry rels where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching client extension entry rels
    • findByUuid

      public static List<ClientExtensionEntryRel> findByUuid(String uuid, int start, int end)
      Returns a range of all the client extension entry rels 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 ClientExtensionEntryRelModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (not inclusive)
      Returns:
      the range of matching client extension entry rels
    • findByUuid

      public static List<ClientExtensionEntryRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
      Returns an ordered range of all the client extension entry rels 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 ClientExtensionEntryRelModelImpl.

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

      public static List<ClientExtensionEntryRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the client extension entry rels 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 ClientExtensionEntryRelModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (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 client extension entry rels
    • findByUuid_First

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

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

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

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

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

      public static void removeByUuid(String uuid)
      Removes all the client extension entry rels where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      public static int countByUuid(String uuid)
      Returns the number of client extension entry rels where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching client extension entry rels
    • findByUUID_G

      public static ClientExtensionEntryRel findByUUID_G(String uuid, long groupId) throws NoSuchClientExtensionEntryRelException
      Returns the client extension entry rel where uuid = ? and groupId = ? or throws a NoSuchClientExtensionEntryRelException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching client extension entry rel
      Throws:
      NoSuchClientExtensionEntryRelException - if a matching client extension entry rel could not be found
      NoSuchClientExtensionEntryRelException
    • fetchByUUID_G

      public static ClientExtensionEntryRel fetchByUUID_G(String uuid, long groupId)
      Returns the client extension entry rel 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 client extension entry rel, or null if a matching client extension entry rel could not be found
    • fetchByUUID_G

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

      public static ClientExtensionEntryRel removeByUUID_G(String uuid, long groupId) throws NoSuchClientExtensionEntryRelException
      Removes the client extension entry rel where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the client extension entry rel that was removed
      Throws:
      NoSuchClientExtensionEntryRelException
    • countByUUID_G

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

      public static List<ClientExtensionEntryRel> findByUuid_C(String uuid, long companyId)
      Returns all the client extension entry rels where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching client extension entry rels
    • findByUuid_C

      public static List<ClientExtensionEntryRel> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the client extension entry rels 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 ClientExtensionEntryRelModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (not inclusive)
      Returns:
      the range of matching client extension entry rels
    • findByUuid_C

      public static List<ClientExtensionEntryRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
      Returns an ordered range of all the client extension entry rels 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 ClientExtensionEntryRelModelImpl.

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

      public static List<ClientExtensionEntryRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the client extension entry rels 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 ClientExtensionEntryRelModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (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 client extension entry rels
    • findByUuid_C_First

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

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

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

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

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

      public static void removeByUuid_C(String uuid, long companyId)
      Removes all the client extension entry rels 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 client extension entry rels where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching client extension entry rels
    • findByType

      public static List<ClientExtensionEntryRel> findByType(String type)
      Returns all the client extension entry rels where type = ?.
      Parameters:
      type - the type
      Returns:
      the matching client extension entry rels
    • findByType

      public static List<ClientExtensionEntryRel> findByType(String type, int start, int end)
      Returns a range of all the client extension entry rels where 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 ClientExtensionEntryRelModelImpl.

      Parameters:
      type - the type
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (not inclusive)
      Returns:
      the range of matching client extension entry rels
    • findByType

      public static List<ClientExtensionEntryRel> findByType(String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
      Returns an ordered range of all the client extension entry rels where 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 ClientExtensionEntryRelModelImpl.

      Parameters:
      type - the type
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching client extension entry rels
    • findByType

      public static List<ClientExtensionEntryRel> findByType(String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the client extension entry rels where 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 ClientExtensionEntryRelModelImpl.

      Parameters:
      type - the type
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (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 client extension entry rels
    • findByType_First

      public static ClientExtensionEntryRel findByType_First(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
      Returns the first client extension entry rel in the ordered set where type = ?.
      Parameters:
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching client extension entry rel
      Throws:
      NoSuchClientExtensionEntryRelException - if a matching client extension entry rel could not be found
      NoSuchClientExtensionEntryRelException
    • fetchByType_First

      public static ClientExtensionEntryRel fetchByType_First(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
      Returns the first client extension entry rel in the ordered set where type = ?.
      Parameters:
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching client extension entry rel, or null if a matching client extension entry rel could not be found
    • findByType_Last

      public static ClientExtensionEntryRel findByType_Last(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
      Returns the last client extension entry rel in the ordered set where type = ?.
      Parameters:
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching client extension entry rel
      Throws:
      NoSuchClientExtensionEntryRelException - if a matching client extension entry rel could not be found
      NoSuchClientExtensionEntryRelException
    • fetchByType_Last

      public static ClientExtensionEntryRel fetchByType_Last(String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
      Returns the last client extension entry rel in the ordered set where type = ?.
      Parameters:
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching client extension entry rel, or null if a matching client extension entry rel could not be found
    • findByType_PrevAndNext

      public static ClientExtensionEntryRel[] findByType_PrevAndNext(long clientExtensionEntryRelId, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
      Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where type = ?.
      Parameters:
      clientExtensionEntryRelId - the primary key of the current client extension entry rel
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next client extension entry rel
      Throws:
      NoSuchClientExtensionEntryRelException - if a client extension entry rel with the primary key could not be found
      NoSuchClientExtensionEntryRelException
    • removeByType

      public static void removeByType(String type)
      Removes all the client extension entry rels where type = ? from the database.
      Parameters:
      type - the type
    • countByType

      public static int countByType(String type)
      Returns the number of client extension entry rels where type = ?.
      Parameters:
      type - the type
      Returns:
      the number of matching client extension entry rels
    • findByC_CETERC

      public static List<ClientExtensionEntryRel> findByC_CETERC(long companyId, String cetExternalReferenceCode)
      Returns all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.
      Parameters:
      companyId - the company ID
      cetExternalReferenceCode - the cet external reference code
      Returns:
      the matching client extension entry rels
    • findByC_CETERC

      public static List<ClientExtensionEntryRel> findByC_CETERC(long companyId, String cetExternalReferenceCode, int start, int end)
      Returns a range of all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.

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

      Parameters:
      companyId - the company ID
      cetExternalReferenceCode - the cet external reference code
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (not inclusive)
      Returns:
      the range of matching client extension entry rels
    • findByC_CETERC

      public static List<ClientExtensionEntryRel> findByC_CETERC(long companyId, String cetExternalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
      Returns an ordered range of all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.

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

      Parameters:
      companyId - the company ID
      cetExternalReferenceCode - the cet external reference code
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching client extension entry rels
    • findByC_CETERC

      public static List<ClientExtensionEntryRel> findByC_CETERC(long companyId, String cetExternalReferenceCode, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.

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

      Parameters:
      companyId - the company ID
      cetExternalReferenceCode - the cet external reference code
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (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 client extension entry rels
    • findByC_CETERC_First

      public static ClientExtensionEntryRel findByC_CETERC_First(long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
      Returns the first client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.
      Parameters:
      companyId - the company ID
      cetExternalReferenceCode - the cet external reference code
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching client extension entry rel
      Throws:
      NoSuchClientExtensionEntryRelException - if a matching client extension entry rel could not be found
      NoSuchClientExtensionEntryRelException
    • fetchByC_CETERC_First

      public static ClientExtensionEntryRel fetchByC_CETERC_First(long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
      Returns the first client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.
      Parameters:
      companyId - the company ID
      cetExternalReferenceCode - the cet external reference code
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching client extension entry rel, or null if a matching client extension entry rel could not be found
    • findByC_CETERC_Last

      public static ClientExtensionEntryRel findByC_CETERC_Last(long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
      Returns the last client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.
      Parameters:
      companyId - the company ID
      cetExternalReferenceCode - the cet external reference code
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching client extension entry rel
      Throws:
      NoSuchClientExtensionEntryRelException - if a matching client extension entry rel could not be found
      NoSuchClientExtensionEntryRelException
    • fetchByC_CETERC_Last

      public static ClientExtensionEntryRel fetchByC_CETERC_Last(long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
      Returns the last client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.
      Parameters:
      companyId - the company ID
      cetExternalReferenceCode - the cet external reference code
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching client extension entry rel, or null if a matching client extension entry rel could not be found
    • findByC_CETERC_PrevAndNext

      public static ClientExtensionEntryRel[] findByC_CETERC_PrevAndNext(long clientExtensionEntryRelId, long companyId, String cetExternalReferenceCode, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
      Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where companyId = ? and cetExternalReferenceCode = ?.
      Parameters:
      clientExtensionEntryRelId - the primary key of the current client extension entry rel
      companyId - the company ID
      cetExternalReferenceCode - the cet external reference code
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next client extension entry rel
      Throws:
      NoSuchClientExtensionEntryRelException - if a client extension entry rel with the primary key could not be found
      NoSuchClientExtensionEntryRelException
    • removeByC_CETERC

      public static void removeByC_CETERC(long companyId, String cetExternalReferenceCode)
      Removes all the client extension entry rels where companyId = ? and cetExternalReferenceCode = ? from the database.
      Parameters:
      companyId - the company ID
      cetExternalReferenceCode - the cet external reference code
    • countByC_CETERC

      public static int countByC_CETERC(long companyId, String cetExternalReferenceCode)
      Returns the number of client extension entry rels where companyId = ? and cetExternalReferenceCode = ?.
      Parameters:
      companyId - the company ID
      cetExternalReferenceCode - the cet external reference code
      Returns:
      the number of matching client extension entry rels
    • findByC_C

      public static List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK)
      Returns all the client extension entry rels where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching client extension entry rels
    • findByC_C

      public static List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK, int start, int end)
      Returns a range of all the client extension entry rels where classNameId = ? and classPK = ?.

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

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (not inclusive)
      Returns:
      the range of matching client extension entry rels
    • findByC_C

      public static List<ClientExtensionEntryRel> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
      Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ?.

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

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

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

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

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (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 client extension entry rels
    • findByC_C_First

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

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

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

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

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

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

      public static int countByC_C(long classNameId, long classPK)
      Returns the number of client extension entry rels where classNameId = ? and classPK = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching client extension entry rels
    • findByC_C_T

      public static List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, String type)
      Returns all the client extension entry rels where classNameId = ? and classPK = ? and type = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      Returns:
      the matching client extension entry rels
    • findByC_C_T

      public static List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, String type, int start, int end)
      Returns a range of all the client extension entry rels where classNameId = ? and classPK = ? 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 ClientExtensionEntryRelModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (not inclusive)
      Returns:
      the range of matching client extension entry rels
    • findByC_C_T

      public static List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
      Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ? 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 ClientExtensionEntryRelModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching client extension entry rels
    • findByC_C_T

      public static List<ClientExtensionEntryRel> findByC_C_T(long classNameId, long classPK, String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the client extension entry rels where classNameId = ? and classPK = ? 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 ClientExtensionEntryRelModelImpl.

      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (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 client extension entry rels
    • findByC_C_T_First

      public static ClientExtensionEntryRel findByC_C_T_First(long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
      Returns the first client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching client extension entry rel
      Throws:
      NoSuchClientExtensionEntryRelException - if a matching client extension entry rel could not be found
      NoSuchClientExtensionEntryRelException
    • fetchByC_C_T_First

      public static ClientExtensionEntryRel fetchByC_C_T_First(long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
      Returns the first client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching client extension entry rel, or null if a matching client extension entry rel could not be found
    • findByC_C_T_Last

      public static ClientExtensionEntryRel findByC_C_T_Last(long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
      Returns the last client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching client extension entry rel
      Throws:
      NoSuchClientExtensionEntryRelException - if a matching client extension entry rel could not be found
      NoSuchClientExtensionEntryRelException
    • fetchByC_C_T_Last

      public static ClientExtensionEntryRel fetchByC_C_T_Last(long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
      Returns the last client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching client extension entry rel, or null if a matching client extension entry rel could not be found
    • findByC_C_T_PrevAndNext

      public static ClientExtensionEntryRel[] findByC_C_T_PrevAndNext(long clientExtensionEntryRelId, long classNameId, long classPK, String type, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator) throws NoSuchClientExtensionEntryRelException
      Returns the client extension entry rels before and after the current client extension entry rel in the ordered set where classNameId = ? and classPK = ? and type = ?.
      Parameters:
      clientExtensionEntryRelId - the primary key of the current client extension entry rel
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next client extension entry rel
      Throws:
      NoSuchClientExtensionEntryRelException - if a client extension entry rel with the primary key could not be found
      NoSuchClientExtensionEntryRelException
    • removeByC_C_T

      public static void removeByC_C_T(long classNameId, long classPK, String type)
      Removes all the client extension entry rels where classNameId = ? and classPK = ? and type = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
    • countByC_C_T

      public static int countByC_C_T(long classNameId, long classPK, String type)
      Returns the number of client extension entry rels where classNameId = ? and classPK = ? and type = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      type - the type
      Returns:
      the number of matching client extension entry rels
    • findByERC_G

      public static ClientExtensionEntryRel findByERC_G(String externalReferenceCode, long groupId) throws NoSuchClientExtensionEntryRelException
      Returns the client extension entry rel where externalReferenceCode = ? and groupId = ? or throws a NoSuchClientExtensionEntryRelException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the matching client extension entry rel
      Throws:
      NoSuchClientExtensionEntryRelException - if a matching client extension entry rel could not be found
      NoSuchClientExtensionEntryRelException
    • fetchByERC_G

      public static ClientExtensionEntryRel fetchByERC_G(String externalReferenceCode, long groupId)
      Returns the client extension entry rel 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 client extension entry rel, or null if a matching client extension entry rel could not be found
    • fetchByERC_G

      public static ClientExtensionEntryRel fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache)
      Returns the client extension entry rel 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 client extension entry rel, or null if a matching client extension entry rel could not be found
    • removeByERC_G

      public static ClientExtensionEntryRel removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchClientExtensionEntryRelException
      Removes the client extension entry rel where externalReferenceCode = ? and groupId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the client extension entry rel that was removed
      Throws:
      NoSuchClientExtensionEntryRelException
    • countByERC_G

      public static int countByERC_G(String externalReferenceCode, long groupId)
      Returns the number of client extension entry rels where externalReferenceCode = ? and groupId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      groupId - the group ID
      Returns:
      the number of matching client extension entry rels
    • cacheResult

      public static void cacheResult(ClientExtensionEntryRel clientExtensionEntryRel)
      Caches the client extension entry rel in the entity cache if it is enabled.
      Parameters:
      clientExtensionEntryRel - the client extension entry rel
    • cacheResult

      public static void cacheResult(List<ClientExtensionEntryRel> clientExtensionEntryRels)
      Caches the client extension entry rels in the entity cache if it is enabled.
      Parameters:
      clientExtensionEntryRels - the client extension entry rels
    • create

      public static ClientExtensionEntryRel create(long clientExtensionEntryRelId)
      Creates a new client extension entry rel with the primary key. Does not add the client extension entry rel to the database.
      Parameters:
      clientExtensionEntryRelId - the primary key for the new client extension entry rel
      Returns:
      the new client extension entry rel
    • remove

      public static ClientExtensionEntryRel remove(long clientExtensionEntryRelId) throws NoSuchClientExtensionEntryRelException
      Removes the client extension entry rel with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      clientExtensionEntryRelId - the primary key of the client extension entry rel
      Returns:
      the client extension entry rel that was removed
      Throws:
      NoSuchClientExtensionEntryRelException - if a client extension entry rel with the primary key could not be found
      NoSuchClientExtensionEntryRelException
    • updateImpl

      public static ClientExtensionEntryRel updateImpl(ClientExtensionEntryRel clientExtensionEntryRel)
    • findByPrimaryKey

      public static ClientExtensionEntryRel findByPrimaryKey(long clientExtensionEntryRelId) throws NoSuchClientExtensionEntryRelException
      Returns the client extension entry rel with the primary key or throws a NoSuchClientExtensionEntryRelException if it could not be found.
      Parameters:
      clientExtensionEntryRelId - the primary key of the client extension entry rel
      Returns:
      the client extension entry rel
      Throws:
      NoSuchClientExtensionEntryRelException - if a client extension entry rel with the primary key could not be found
      NoSuchClientExtensionEntryRelException
    • fetchByPrimaryKey

      public static ClientExtensionEntryRel fetchByPrimaryKey(long clientExtensionEntryRelId)
      Returns the client extension entry rel with the primary key or returns null if it could not be found.
      Parameters:
      clientExtensionEntryRelId - the primary key of the client extension entry rel
      Returns:
      the client extension entry rel, or null if a client extension entry rel with the primary key could not be found
    • findAll

      public static List<ClientExtensionEntryRel> findAll()
      Returns all the client extension entry rels.
      Returns:
      the client extension entry rels
    • findAll

      public static List<ClientExtensionEntryRel> findAll(int start, int end)
      Returns a range of all the client extension entry rels.

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

      Parameters:
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (not inclusive)
      Returns:
      the range of client extension entry rels
    • findAll

      public static List<ClientExtensionEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator)
      Returns an ordered range of all the client extension entry rels.

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

      Parameters:
      start - the lower bound of the range of client extension entry rels
      end - the upper bound of the range of client extension entry rels (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of client extension entry rels
    • findAll

      public static List<ClientExtensionEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<ClientExtensionEntryRel> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the client extension entry rels.

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

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

      public static void removeAll()
      Removes all the client extension entry rels from the database.
    • countAll

      public static int countAll()
      Returns the number of client extension entry rels.
      Returns:
      the number of client extension entry rels
    • getPersistence

      public static ClientExtensionEntryRelPersistence getPersistence()
    • setPersistence

      public static void setPersistence(ClientExtensionEntryRelPersistence persistence)