Interface CommercePaymentMethodGroupRelQualifierPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CommercePaymentMethodGroupRelQualifier>

@ProviderType public interface CommercePaymentMethodGroupRelQualifierPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommercePaymentMethodGroupRelQualifier>
The persistence interface for the commerce payment method group rel qualifier service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByCommercePaymentMethodGroupRelId

      List<CommercePaymentMethodGroupRelQualifier> findByCommercePaymentMethodGroupRelId(long commercePaymentMethodGroupRelId)
      Returns all the commerce payment method group rel qualifiers where commercePaymentMethodGroupRelId = ?.
      Parameters:
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      Returns:
      the matching commerce payment method group rel qualifiers
    • findByCommercePaymentMethodGroupRelId

      List<CommercePaymentMethodGroupRelQualifier> findByCommercePaymentMethodGroupRelId(long commercePaymentMethodGroupRelId, int start, int end)
      Returns a range of all the commerce payment method group rel qualifiers where commercePaymentMethodGroupRelId = ?.

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

      Parameters:
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      start - the lower bound of the range of commerce payment method group rel qualifiers
      end - the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)
      Returns:
      the range of matching commerce payment method group rel qualifiers
    • findByCommercePaymentMethodGroupRelId

      List<CommercePaymentMethodGroupRelQualifier> findByCommercePaymentMethodGroupRelId(long commercePaymentMethodGroupRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
      Returns an ordered range of all the commerce payment method group rel qualifiers where commercePaymentMethodGroupRelId = ?.

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

      Parameters:
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      start - the lower bound of the range of commerce payment method group rel qualifiers
      end - the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce payment method group rel qualifiers
    • findByCommercePaymentMethodGroupRelId

      List<CommercePaymentMethodGroupRelQualifier> findByCommercePaymentMethodGroupRelId(long commercePaymentMethodGroupRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce payment method group rel qualifiers where commercePaymentMethodGroupRelId = ?.

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

      Parameters:
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      start - the lower bound of the range of commerce payment method group rel qualifiers
      end - the upper bound of the range of commerce payment method group rel qualifiers (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 commerce payment method group rel qualifiers
    • findByCommercePaymentMethodGroupRelId_First

      CommercePaymentMethodGroupRelQualifier findByCommercePaymentMethodGroupRelId_First(long commercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws NoSuchPaymentMethodGroupRelQualifierException
      Returns the first commerce payment method group rel qualifier in the ordered set where commercePaymentMethodGroupRelId = ?.
      Parameters:
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce payment method group rel qualifier
      Throws:
      NoSuchPaymentMethodGroupRelQualifierException - if a matching commerce payment method group rel qualifier could not be found
    • fetchByCommercePaymentMethodGroupRelId_First

      CommercePaymentMethodGroupRelQualifier fetchByCommercePaymentMethodGroupRelId_First(long commercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
      Returns the first commerce payment method group rel qualifier in the ordered set where commercePaymentMethodGroupRelId = ?.
      Parameters:
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce payment method group rel qualifier, or null if a matching commerce payment method group rel qualifier could not be found
    • findByCommercePaymentMethodGroupRelId_Last

      CommercePaymentMethodGroupRelQualifier findByCommercePaymentMethodGroupRelId_Last(long commercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws NoSuchPaymentMethodGroupRelQualifierException
      Returns the last commerce payment method group rel qualifier in the ordered set where commercePaymentMethodGroupRelId = ?.
      Parameters:
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce payment method group rel qualifier
      Throws:
      NoSuchPaymentMethodGroupRelQualifierException - if a matching commerce payment method group rel qualifier could not be found
    • fetchByCommercePaymentMethodGroupRelId_Last

      CommercePaymentMethodGroupRelQualifier fetchByCommercePaymentMethodGroupRelId_Last(long commercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
      Returns the last commerce payment method group rel qualifier in the ordered set where commercePaymentMethodGroupRelId = ?.
      Parameters:
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce payment method group rel qualifier, or null if a matching commerce payment method group rel qualifier could not be found
    • findByCommercePaymentMethodGroupRelId_PrevAndNext

      CommercePaymentMethodGroupRelQualifier[] findByCommercePaymentMethodGroupRelId_PrevAndNext(long commercePaymentMethodGroupRelQualifierId, long commercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws NoSuchPaymentMethodGroupRelQualifierException
      Returns the commerce payment method group rel qualifiers before and after the current commerce payment method group rel qualifier in the ordered set where commercePaymentMethodGroupRelId = ?.
      Parameters:
      commercePaymentMethodGroupRelQualifierId - the primary key of the current commerce payment method group rel qualifier
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce payment method group rel qualifier
      Throws:
      NoSuchPaymentMethodGroupRelQualifierException - if a commerce payment method group rel qualifier with the primary key could not be found
    • removeByCommercePaymentMethodGroupRelId

      void removeByCommercePaymentMethodGroupRelId(long commercePaymentMethodGroupRelId)
      Removes all the commerce payment method group rel qualifiers where commercePaymentMethodGroupRelId = ? from the database.
      Parameters:
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
    • countByCommercePaymentMethodGroupRelId

      int countByCommercePaymentMethodGroupRelId(long commercePaymentMethodGroupRelId)
      Returns the number of commerce payment method group rel qualifiers where commercePaymentMethodGroupRelId = ?.
      Parameters:
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      Returns:
      the number of matching commerce payment method group rel qualifiers
    • findByC_C

      List<CommercePaymentMethodGroupRelQualifier> findByC_C(long classNameId, long commercePaymentMethodGroupRelId)
      Returns all the commerce payment method group rel qualifiers where classNameId = ? and commercePaymentMethodGroupRelId = ?.
      Parameters:
      classNameId - the class name ID
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      Returns:
      the matching commerce payment method group rel qualifiers
    • findByC_C

      List<CommercePaymentMethodGroupRelQualifier> findByC_C(long classNameId, long commercePaymentMethodGroupRelId, int start, int end)
      Returns a range of all the commerce payment method group rel qualifiers where classNameId = ? and commercePaymentMethodGroupRelId = ?.

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

      Parameters:
      classNameId - the class name ID
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      start - the lower bound of the range of commerce payment method group rel qualifiers
      end - the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)
      Returns:
      the range of matching commerce payment method group rel qualifiers
    • findByC_C

      List<CommercePaymentMethodGroupRelQualifier> findByC_C(long classNameId, long commercePaymentMethodGroupRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
      Returns an ordered range of all the commerce payment method group rel qualifiers where classNameId = ? and commercePaymentMethodGroupRelId = ?.

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

      Parameters:
      classNameId - the class name ID
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      start - the lower bound of the range of commerce payment method group rel qualifiers
      end - the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce payment method group rel qualifiers
    • findByC_C

      List<CommercePaymentMethodGroupRelQualifier> findByC_C(long classNameId, long commercePaymentMethodGroupRelId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce payment method group rel qualifiers where classNameId = ? and commercePaymentMethodGroupRelId = ?.

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

      Parameters:
      classNameId - the class name ID
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      start - the lower bound of the range of commerce payment method group rel qualifiers
      end - the upper bound of the range of commerce payment method group rel qualifiers (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 commerce payment method group rel qualifiers
    • findByC_C_First

      CommercePaymentMethodGroupRelQualifier findByC_C_First(long classNameId, long commercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws NoSuchPaymentMethodGroupRelQualifierException
      Returns the first commerce payment method group rel qualifier in the ordered set where classNameId = ? and commercePaymentMethodGroupRelId = ?.
      Parameters:
      classNameId - the class name ID
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce payment method group rel qualifier
      Throws:
      NoSuchPaymentMethodGroupRelQualifierException - if a matching commerce payment method group rel qualifier could not be found
    • fetchByC_C_First

      CommercePaymentMethodGroupRelQualifier fetchByC_C_First(long classNameId, long commercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
      Returns the first commerce payment method group rel qualifier in the ordered set where classNameId = ? and commercePaymentMethodGroupRelId = ?.
      Parameters:
      classNameId - the class name ID
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce payment method group rel qualifier, or null if a matching commerce payment method group rel qualifier could not be found
    • findByC_C_Last

      CommercePaymentMethodGroupRelQualifier findByC_C_Last(long classNameId, long commercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws NoSuchPaymentMethodGroupRelQualifierException
      Returns the last commerce payment method group rel qualifier in the ordered set where classNameId = ? and commercePaymentMethodGroupRelId = ?.
      Parameters:
      classNameId - the class name ID
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce payment method group rel qualifier
      Throws:
      NoSuchPaymentMethodGroupRelQualifierException - if a matching commerce payment method group rel qualifier could not be found
    • fetchByC_C_Last

      CommercePaymentMethodGroupRelQualifier fetchByC_C_Last(long classNameId, long commercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
      Returns the last commerce payment method group rel qualifier in the ordered set where classNameId = ? and commercePaymentMethodGroupRelId = ?.
      Parameters:
      classNameId - the class name ID
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce payment method group rel qualifier, or null if a matching commerce payment method group rel qualifier could not be found
    • findByC_C_PrevAndNext

      CommercePaymentMethodGroupRelQualifier[] findByC_C_PrevAndNext(long commercePaymentMethodGroupRelQualifierId, long classNameId, long commercePaymentMethodGroupRelId, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator) throws NoSuchPaymentMethodGroupRelQualifierException
      Returns the commerce payment method group rel qualifiers before and after the current commerce payment method group rel qualifier in the ordered set where classNameId = ? and commercePaymentMethodGroupRelId = ?.
      Parameters:
      commercePaymentMethodGroupRelQualifierId - the primary key of the current commerce payment method group rel qualifier
      classNameId - the class name ID
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce payment method group rel qualifier
      Throws:
      NoSuchPaymentMethodGroupRelQualifierException - if a commerce payment method group rel qualifier with the primary key could not be found
    • removeByC_C

      void removeByC_C(long classNameId, long commercePaymentMethodGroupRelId)
      Removes all the commerce payment method group rel qualifiers where classNameId = ? and commercePaymentMethodGroupRelId = ? from the database.
      Parameters:
      classNameId - the class name ID
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
    • countByC_C

      int countByC_C(long classNameId, long commercePaymentMethodGroupRelId)
      Returns the number of commerce payment method group rel qualifiers where classNameId = ? and commercePaymentMethodGroupRelId = ?.
      Parameters:
      classNameId - the class name ID
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      Returns:
      the number of matching commerce payment method group rel qualifiers
    • findByC_C_C

      CommercePaymentMethodGroupRelQualifier findByC_C_C(long classNameId, long classPK, long commercePaymentMethodGroupRelId) throws NoSuchPaymentMethodGroupRelQualifierException
      Returns the commerce payment method group rel qualifier where classNameId = ? and classPK = ? and commercePaymentMethodGroupRelId = ? or throws a NoSuchPaymentMethodGroupRelQualifierException if it could not be found.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      Returns:
      the matching commerce payment method group rel qualifier
      Throws:
      NoSuchPaymentMethodGroupRelQualifierException - if a matching commerce payment method group rel qualifier could not be found
    • fetchByC_C_C

      CommercePaymentMethodGroupRelQualifier fetchByC_C_C(long classNameId, long classPK, long commercePaymentMethodGroupRelId)
      Returns the commerce payment method group rel qualifier where classNameId = ? and classPK = ? and commercePaymentMethodGroupRelId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      Returns:
      the matching commerce payment method group rel qualifier, or null if a matching commerce payment method group rel qualifier could not be found
    • fetchByC_C_C

      CommercePaymentMethodGroupRelQualifier fetchByC_C_C(long classNameId, long classPK, long commercePaymentMethodGroupRelId, boolean useFinderCache)
      Returns the commerce payment method group rel qualifier where classNameId = ? and classPK = ? and commercePaymentMethodGroupRelId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching commerce payment method group rel qualifier, or null if a matching commerce payment method group rel qualifier could not be found
    • removeByC_C_C

      CommercePaymentMethodGroupRelQualifier removeByC_C_C(long classNameId, long classPK, long commercePaymentMethodGroupRelId) throws NoSuchPaymentMethodGroupRelQualifierException
      Removes the commerce payment method group rel qualifier where classNameId = ? and classPK = ? and commercePaymentMethodGroupRelId = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      Returns:
      the commerce payment method group rel qualifier that was removed
      Throws:
      NoSuchPaymentMethodGroupRelQualifierException
    • countByC_C_C

      int countByC_C_C(long classNameId, long classPK, long commercePaymentMethodGroupRelId)
      Returns the number of commerce payment method group rel qualifiers where classNameId = ? and classPK = ? and commercePaymentMethodGroupRelId = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      commercePaymentMethodGroupRelId - the commerce payment method group rel ID
      Returns:
      the number of matching commerce payment method group rel qualifiers
    • cacheResult

      void cacheResult(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier)
      Caches the commerce payment method group rel qualifier in the entity cache if it is enabled.
      Parameters:
      commercePaymentMethodGroupRelQualifier - the commerce payment method group rel qualifier
    • cacheResult

      void cacheResult(List<CommercePaymentMethodGroupRelQualifier> commercePaymentMethodGroupRelQualifiers)
      Caches the commerce payment method group rel qualifiers in the entity cache if it is enabled.
      Parameters:
      commercePaymentMethodGroupRelQualifiers - the commerce payment method group rel qualifiers
    • create

      CommercePaymentMethodGroupRelQualifier create(long commercePaymentMethodGroupRelQualifierId)
      Creates a new commerce payment method group rel qualifier with the primary key. Does not add the commerce payment method group rel qualifier to the database.
      Parameters:
      commercePaymentMethodGroupRelQualifierId - the primary key for the new commerce payment method group rel qualifier
      Returns:
      the new commerce payment method group rel qualifier
    • remove

      CommercePaymentMethodGroupRelQualifier remove(long commercePaymentMethodGroupRelQualifierId) throws NoSuchPaymentMethodGroupRelQualifierException
      Removes the commerce payment method group rel qualifier with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      commercePaymentMethodGroupRelQualifierId - the primary key of the commerce payment method group rel qualifier
      Returns:
      the commerce payment method group rel qualifier that was removed
      Throws:
      NoSuchPaymentMethodGroupRelQualifierException - if a commerce payment method group rel qualifier with the primary key could not be found
    • updateImpl

      CommercePaymentMethodGroupRelQualifier updateImpl(CommercePaymentMethodGroupRelQualifier commercePaymentMethodGroupRelQualifier)
    • findByPrimaryKey

      CommercePaymentMethodGroupRelQualifier findByPrimaryKey(long commercePaymentMethodGroupRelQualifierId) throws NoSuchPaymentMethodGroupRelQualifierException
      Returns the commerce payment method group rel qualifier with the primary key or throws a NoSuchPaymentMethodGroupRelQualifierException if it could not be found.
      Parameters:
      commercePaymentMethodGroupRelQualifierId - the primary key of the commerce payment method group rel qualifier
      Returns:
      the commerce payment method group rel qualifier
      Throws:
      NoSuchPaymentMethodGroupRelQualifierException - if a commerce payment method group rel qualifier with the primary key could not be found
    • fetchByPrimaryKey

      CommercePaymentMethodGroupRelQualifier fetchByPrimaryKey(long commercePaymentMethodGroupRelQualifierId)
      Returns the commerce payment method group rel qualifier with the primary key or returns null if it could not be found.
      Parameters:
      commercePaymentMethodGroupRelQualifierId - the primary key of the commerce payment method group rel qualifier
      Returns:
      the commerce payment method group rel qualifier, or null if a commerce payment method group rel qualifier with the primary key could not be found
    • findAll

      Returns all the commerce payment method group rel qualifiers.
      Returns:
      the commerce payment method group rel qualifiers
    • findAll

      List<CommercePaymentMethodGroupRelQualifier> findAll(int start, int end)
      Returns a range of all the commerce payment method group rel qualifiers.

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

      Parameters:
      start - the lower bound of the range of commerce payment method group rel qualifiers
      end - the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)
      Returns:
      the range of commerce payment method group rel qualifiers
    • findAll

      List<CommercePaymentMethodGroupRelQualifier> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator)
      Returns an ordered range of all the commerce payment method group rel qualifiers.

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

      Parameters:
      start - the lower bound of the range of commerce payment method group rel qualifiers
      end - the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of commerce payment method group rel qualifiers
    • findAll

      List<CommercePaymentMethodGroupRelQualifier> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRelQualifier> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce payment method group rel qualifiers.

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

      Parameters:
      start - the lower bound of the range of commerce payment method group rel qualifiers
      end - the upper bound of the range of commerce payment method group rel qualifiers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of commerce payment method group rel qualifiers
    • removeAll

      void removeAll()
      Removes all the commerce payment method group rel qualifiers from the database.
    • countAll

      int countAll()
      Returns the number of commerce payment method group rel qualifiers.
      Returns:
      the number of commerce payment method group rel qualifiers