Interface ClientExtensionEntryRelPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<ClientExtensionEntryRel>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<ClientExtensionEntryRel>

@ProviderType public interface ClientExtensionEntryRelPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<ClientExtensionEntryRel>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<ClientExtensionEntryRel>
The persistence interface for the client extension entry rel service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByUuid

      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

      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

      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

      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

      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
    • fetchByUuid_First

      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

      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
    • fetchByUuid_Last

      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

      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
    • removeByUuid

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

      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

      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
    • fetchByUUID_G

      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

      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

      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

      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

      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

      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

      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

      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

      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
    • fetchByUuid_C_First

      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

      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
    • fetchByUuid_C_Last

      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

      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
    • removeByUuid_C

      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

      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

      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

      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

      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

      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

      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
    • fetchByType_First

      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

      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
    • fetchByType_Last

      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

      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
    • removeByType

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

      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

      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

      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

      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

      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

      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
    • fetchByC_CETERC_First

      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

      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
    • fetchByC_CETERC_Last

      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

      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
    • removeByC_CETERC

      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

      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

      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

      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

      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

      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

      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
    • fetchByC_C_First

      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

      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
    • fetchByC_C_Last

      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

      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
    • removeByC_C

      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

      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

      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

      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

      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

      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

      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
    • fetchByC_C_T_First

      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

      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
    • fetchByC_C_T_Last

      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

      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
    • removeByC_C_T

      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

      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

      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
    • fetchByERC_G

      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

      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

      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

      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

      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

      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

      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

      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
    • updateImpl

      ClientExtensionEntryRel updateImpl(ClientExtensionEntryRel clientExtensionEntryRel)
    • findByPrimaryKey

      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
    • fetchByPrimaryKey

      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

      Returns all the client extension entry rels.
      Returns:
      the client extension entry rels
    • findAll

      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

      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

      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

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

      int countAll()
      Returns the number of client extension entry rels.
      Returns:
      the number of client extension entry rels