Interface CommerceShippingFixedOptionQualifierPersistence

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

@ProviderType public interface CommerceShippingFixedOptionQualifierPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceShippingFixedOptionQualifier>
The persistence interface for the commerce shipping fixed option qualifier service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByCommerceShippingFixedOptionId

      List<CommerceShippingFixedOptionQualifier> findByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId)
      Returns all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.
      Parameters:
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      Returns:
      the matching commerce shipping fixed option qualifiers
    • findByCommerceShippingFixedOptionId

      List<CommerceShippingFixedOptionQualifier> findByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId, int start, int end)
      Returns a range of all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.

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

      Parameters:
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      start - the lower bound of the range of commerce shipping fixed option qualifiers
      end - the upper bound of the range of commerce shipping fixed option qualifiers (not inclusive)
      Returns:
      the range of matching commerce shipping fixed option qualifiers
    • findByCommerceShippingFixedOptionId

      List<CommerceShippingFixedOptionQualifier> findByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator)
      Returns an ordered range of all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.

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

      Parameters:
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      start - the lower bound of the range of commerce shipping fixed option qualifiers
      end - the upper bound of the range of commerce shipping fixed option qualifiers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce shipping fixed option qualifiers
    • findByCommerceShippingFixedOptionId

      List<CommerceShippingFixedOptionQualifier> findByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.

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

      Parameters:
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      start - the lower bound of the range of commerce shipping fixed option qualifiers
      end - the upper bound of the range of commerce shipping fixed option 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 shipping fixed option qualifiers
    • findByCommerceShippingFixedOptionId_First

      CommerceShippingFixedOptionQualifier findByCommerceShippingFixedOptionId_First(long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) throws NoSuchShippingFixedOptionQualifierException
      Returns the first commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.
      Parameters:
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce shipping fixed option qualifier
      Throws:
      NoSuchShippingFixedOptionQualifierException - if a matching commerce shipping fixed option qualifier could not be found
    • fetchByCommerceShippingFixedOptionId_First

      CommerceShippingFixedOptionQualifier fetchByCommerceShippingFixedOptionId_First(long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator)
      Returns the first commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.
      Parameters:
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce shipping fixed option qualifier, or null if a matching commerce shipping fixed option qualifier could not be found
    • findByCommerceShippingFixedOptionId_Last

      CommerceShippingFixedOptionQualifier findByCommerceShippingFixedOptionId_Last(long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) throws NoSuchShippingFixedOptionQualifierException
      Returns the last commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.
      Parameters:
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce shipping fixed option qualifier
      Throws:
      NoSuchShippingFixedOptionQualifierException - if a matching commerce shipping fixed option qualifier could not be found
    • fetchByCommerceShippingFixedOptionId_Last

      CommerceShippingFixedOptionQualifier fetchByCommerceShippingFixedOptionId_Last(long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator)
      Returns the last commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.
      Parameters:
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce shipping fixed option qualifier, or null if a matching commerce shipping fixed option qualifier could not be found
    • findByCommerceShippingFixedOptionId_PrevAndNext

      CommerceShippingFixedOptionQualifier[] findByCommerceShippingFixedOptionId_PrevAndNext(long commerceShippingFixedOptionQualifierId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) throws NoSuchShippingFixedOptionQualifierException
      Returns the commerce shipping fixed option qualifiers before and after the current commerce shipping fixed option qualifier in the ordered set where commerceShippingFixedOptionId = ?.
      Parameters:
      commerceShippingFixedOptionQualifierId - the primary key of the current commerce shipping fixed option qualifier
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce shipping fixed option qualifier
      Throws:
      NoSuchShippingFixedOptionQualifierException - if a commerce shipping fixed option qualifier with the primary key could not be found
    • removeByCommerceShippingFixedOptionId

      void removeByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId)
      Removes all the commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ? from the database.
      Parameters:
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
    • countByCommerceShippingFixedOptionId

      int countByCommerceShippingFixedOptionId(long commerceShippingFixedOptionId)
      Returns the number of commerce shipping fixed option qualifiers where commerceShippingFixedOptionId = ?.
      Parameters:
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      Returns:
      the number of matching commerce shipping fixed option qualifiers
    • findByC_C

      List<CommerceShippingFixedOptionQualifier> findByC_C(long classNameId, long commerceShippingFixedOptionId)
      Returns all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.
      Parameters:
      classNameId - the class name ID
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      Returns:
      the matching commerce shipping fixed option qualifiers
    • findByC_C

      List<CommerceShippingFixedOptionQualifier> findByC_C(long classNameId, long commerceShippingFixedOptionId, int start, int end)
      Returns a range of all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.

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

      Parameters:
      classNameId - the class name ID
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      start - the lower bound of the range of commerce shipping fixed option qualifiers
      end - the upper bound of the range of commerce shipping fixed option qualifiers (not inclusive)
      Returns:
      the range of matching commerce shipping fixed option qualifiers
    • findByC_C

      List<CommerceShippingFixedOptionQualifier> findByC_C(long classNameId, long commerceShippingFixedOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator)
      Returns an ordered range of all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.

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

      Parameters:
      classNameId - the class name ID
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      start - the lower bound of the range of commerce shipping fixed option qualifiers
      end - the upper bound of the range of commerce shipping fixed option qualifiers (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce shipping fixed option qualifiers
    • findByC_C

      List<CommerceShippingFixedOptionQualifier> findByC_C(long classNameId, long commerceShippingFixedOptionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.

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

      Parameters:
      classNameId - the class name ID
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      start - the lower bound of the range of commerce shipping fixed option qualifiers
      end - the upper bound of the range of commerce shipping fixed option 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 shipping fixed option qualifiers
    • findByC_C_First

      CommerceShippingFixedOptionQualifier findByC_C_First(long classNameId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) throws NoSuchShippingFixedOptionQualifierException
      Returns the first commerce shipping fixed option qualifier in the ordered set where classNameId = ? and commerceShippingFixedOptionId = ?.
      Parameters:
      classNameId - the class name ID
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce shipping fixed option qualifier
      Throws:
      NoSuchShippingFixedOptionQualifierException - if a matching commerce shipping fixed option qualifier could not be found
    • fetchByC_C_First

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

      CommerceShippingFixedOptionQualifier findByC_C_Last(long classNameId, long commerceShippingFixedOptionId, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator) throws NoSuchShippingFixedOptionQualifierException
      Returns the last commerce shipping fixed option qualifier in the ordered set where classNameId = ? and commerceShippingFixedOptionId = ?.
      Parameters:
      classNameId - the class name ID
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce shipping fixed option qualifier
      Throws:
      NoSuchShippingFixedOptionQualifierException - if a matching commerce shipping fixed option qualifier could not be found
    • fetchByC_C_Last

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

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

      void removeByC_C(long classNameId, long commerceShippingFixedOptionId)
      Removes all the commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ? from the database.
      Parameters:
      classNameId - the class name ID
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
    • countByC_C

      int countByC_C(long classNameId, long commerceShippingFixedOptionId)
      Returns the number of commerce shipping fixed option qualifiers where classNameId = ? and commerceShippingFixedOptionId = ?.
      Parameters:
      classNameId - the class name ID
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      Returns:
      the number of matching commerce shipping fixed option qualifiers
    • findByC_C_C

      CommerceShippingFixedOptionQualifier findByC_C_C(long classNameId, long classPK, long commerceShippingFixedOptionId) throws NoSuchShippingFixedOptionQualifierException
      Returns the commerce shipping fixed option qualifier where classNameId = ? and classPK = ? and commerceShippingFixedOptionId = ? or throws a NoSuchShippingFixedOptionQualifierException if it could not be found.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      Returns:
      the matching commerce shipping fixed option qualifier
      Throws:
      NoSuchShippingFixedOptionQualifierException - if a matching commerce shipping fixed option qualifier could not be found
    • fetchByC_C_C

      CommerceShippingFixedOptionQualifier fetchByC_C_C(long classNameId, long classPK, long commerceShippingFixedOptionId)
      Returns the commerce shipping fixed option qualifier where classNameId = ? and classPK = ? and commerceShippingFixedOptionId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      Returns:
      the matching commerce shipping fixed option qualifier, or null if a matching commerce shipping fixed option qualifier could not be found
    • fetchByC_C_C

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

      CommerceShippingFixedOptionQualifier removeByC_C_C(long classNameId, long classPK, long commerceShippingFixedOptionId) throws NoSuchShippingFixedOptionQualifierException
      Removes the commerce shipping fixed option qualifier where classNameId = ? and classPK = ? and commerceShippingFixedOptionId = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      Returns:
      the commerce shipping fixed option qualifier that was removed
      Throws:
      NoSuchShippingFixedOptionQualifierException
    • countByC_C_C

      int countByC_C_C(long classNameId, long classPK, long commerceShippingFixedOptionId)
      Returns the number of commerce shipping fixed option qualifiers where classNameId = ? and classPK = ? and commerceShippingFixedOptionId = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      commerceShippingFixedOptionId - the commerce shipping fixed option ID
      Returns:
      the number of matching commerce shipping fixed option qualifiers
    • cacheResult

      void cacheResult(CommerceShippingFixedOptionQualifier commerceShippingFixedOptionQualifier)
      Caches the commerce shipping fixed option qualifier in the entity cache if it is enabled.
      Parameters:
      commerceShippingFixedOptionQualifier - the commerce shipping fixed option qualifier
    • cacheResult

      void cacheResult(List<CommerceShippingFixedOptionQualifier> commerceShippingFixedOptionQualifiers)
      Caches the commerce shipping fixed option qualifiers in the entity cache if it is enabled.
      Parameters:
      commerceShippingFixedOptionQualifiers - the commerce shipping fixed option qualifiers
    • create

      CommerceShippingFixedOptionQualifier create(long commerceShippingFixedOptionQualifierId)
      Creates a new commerce shipping fixed option qualifier with the primary key. Does not add the commerce shipping fixed option qualifier to the database.
      Parameters:
      commerceShippingFixedOptionQualifierId - the primary key for the new commerce shipping fixed option qualifier
      Returns:
      the new commerce shipping fixed option qualifier
    • remove

      CommerceShippingFixedOptionQualifier remove(long commerceShippingFixedOptionQualifierId) throws NoSuchShippingFixedOptionQualifierException
      Removes the commerce shipping fixed option qualifier with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      commerceShippingFixedOptionQualifierId - the primary key of the commerce shipping fixed option qualifier
      Returns:
      the commerce shipping fixed option qualifier that was removed
      Throws:
      NoSuchShippingFixedOptionQualifierException - if a commerce shipping fixed option qualifier with the primary key could not be found
    • updateImpl

      CommerceShippingFixedOptionQualifier updateImpl(CommerceShippingFixedOptionQualifier commerceShippingFixedOptionQualifier)
    • findByPrimaryKey

      CommerceShippingFixedOptionQualifier findByPrimaryKey(long commerceShippingFixedOptionQualifierId) throws NoSuchShippingFixedOptionQualifierException
      Returns the commerce shipping fixed option qualifier with the primary key or throws a NoSuchShippingFixedOptionQualifierException if it could not be found.
      Parameters:
      commerceShippingFixedOptionQualifierId - the primary key of the commerce shipping fixed option qualifier
      Returns:
      the commerce shipping fixed option qualifier
      Throws:
      NoSuchShippingFixedOptionQualifierException - if a commerce shipping fixed option qualifier with the primary key could not be found
    • fetchByPrimaryKey

      CommerceShippingFixedOptionQualifier fetchByPrimaryKey(long commerceShippingFixedOptionQualifierId)
      Returns the commerce shipping fixed option qualifier with the primary key or returns null if it could not be found.
      Parameters:
      commerceShippingFixedOptionQualifierId - the primary key of the commerce shipping fixed option qualifier
      Returns:
      the commerce shipping fixed option qualifier, or null if a commerce shipping fixed option qualifier with the primary key could not be found
    • findAll

      Returns all the commerce shipping fixed option qualifiers.
      Returns:
      the commerce shipping fixed option qualifiers
    • findAll

      List<CommerceShippingFixedOptionQualifier> findAll(int start, int end)
      Returns a range of all the commerce shipping fixed option 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 CommerceShippingFixedOptionQualifierModelImpl.

      Parameters:
      start - the lower bound of the range of commerce shipping fixed option qualifiers
      end - the upper bound of the range of commerce shipping fixed option qualifiers (not inclusive)
      Returns:
      the range of commerce shipping fixed option qualifiers
    • findAll

      List<CommerceShippingFixedOptionQualifier> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator)
      Returns an ordered range of all the commerce shipping fixed option 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 CommerceShippingFixedOptionQualifierModelImpl.

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

      List<CommerceShippingFixedOptionQualifier> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingFixedOptionQualifier> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce shipping fixed option 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 CommerceShippingFixedOptionQualifierModelImpl.

      Parameters:
      start - the lower bound of the range of commerce shipping fixed option qualifiers
      end - the upper bound of the range of commerce shipping fixed option 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 shipping fixed option qualifiers
    • removeAll

      void removeAll()
      Removes all the commerce shipping fixed option qualifiers from the database.
    • countAll

      int countAll()
      Returns the number of commerce shipping fixed option qualifiers.
      Returns:
      the number of commerce shipping fixed option qualifiers