Interface CommerceVirtualOrderItemPersistence

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

@ProviderType public interface CommerceVirtualOrderItemPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceVirtualOrderItem>
The persistence interface for the commerce virtual order item service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByUuid

      Returns all the commerce virtual order items where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching commerce virtual order items
    • findByUuid

      List<CommerceVirtualOrderItem> findByUuid(String uuid, int start, int end)
      Returns a range of all the commerce virtual order items 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 CommerceVirtualOrderItemModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of commerce virtual order items
      end - the upper bound of the range of commerce virtual order items (not inclusive)
      Returns:
      the range of matching commerce virtual order items
    • findByUuid

      List<CommerceVirtualOrderItem> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator)
      Returns an ordered range of all the commerce virtual order items 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 CommerceVirtualOrderItemModelImpl.

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

      List<CommerceVirtualOrderItem> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce virtual order items 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 CommerceVirtualOrderItemModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of commerce virtual order items
      end - the upper bound of the range of commerce virtual order items (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 virtual order items
    • findByUuid_First

      CommerceVirtualOrderItem findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator) throws NoSuchVirtualOrderItemException
      Returns the first commerce virtual order item in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce virtual order item
      Throws:
      NoSuchVirtualOrderItemException - if a matching commerce virtual order item could not be found
    • fetchByUuid_First

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

      CommerceVirtualOrderItem findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator) throws NoSuchVirtualOrderItemException
      Returns the last commerce virtual order item in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce virtual order item
      Throws:
      NoSuchVirtualOrderItemException - if a matching commerce virtual order item could not be found
    • fetchByUuid_Last

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

      CommerceVirtualOrderItem[] findByUuid_PrevAndNext(long commerceVirtualOrderItemId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator) throws NoSuchVirtualOrderItemException
      Returns the commerce virtual order items before and after the current commerce virtual order item in the ordered set where uuid = ?.
      Parameters:
      commerceVirtualOrderItemId - the primary key of the current commerce virtual order item
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce virtual order item
      Throws:
      NoSuchVirtualOrderItemException - if a commerce virtual order item with the primary key could not be found
    • removeByUuid

      void removeByUuid(String uuid)
      Removes all the commerce virtual order items where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of commerce virtual order items where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching commerce virtual order items
    • findByUUID_G

      CommerceVirtualOrderItem findByUUID_G(String uuid, long groupId) throws NoSuchVirtualOrderItemException
      Returns the commerce virtual order item where uuid = ? and groupId = ? or throws a NoSuchVirtualOrderItemException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching commerce virtual order item
      Throws:
      NoSuchVirtualOrderItemException - if a matching commerce virtual order item could not be found
    • fetchByUUID_G

      CommerceVirtualOrderItem fetchByUUID_G(String uuid, long groupId)
      Returns the commerce virtual order item 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 commerce virtual order item, or null if a matching commerce virtual order item could not be found
    • fetchByUUID_G

      CommerceVirtualOrderItem fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the commerce virtual order item 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 commerce virtual order item, or null if a matching commerce virtual order item could not be found
    • removeByUUID_G

      CommerceVirtualOrderItem removeByUUID_G(String uuid, long groupId) throws NoSuchVirtualOrderItemException
      Removes the commerce virtual order item where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the commerce virtual order item that was removed
      Throws:
      NoSuchVirtualOrderItemException
    • countByUUID_G

      int countByUUID_G(String uuid, long groupId)
      Returns the number of commerce virtual order items where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching commerce virtual order items
    • findByUuid_C

      List<CommerceVirtualOrderItem> findByUuid_C(String uuid, long companyId)
      Returns all the commerce virtual order items where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching commerce virtual order items
    • findByUuid_C

      List<CommerceVirtualOrderItem> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the commerce virtual order items 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 CommerceVirtualOrderItemModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of commerce virtual order items
      end - the upper bound of the range of commerce virtual order items (not inclusive)
      Returns:
      the range of matching commerce virtual order items
    • findByUuid_C

      List<CommerceVirtualOrderItem> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator)
      Returns an ordered range of all the commerce virtual order items 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 CommerceVirtualOrderItemModelImpl.

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

      List<CommerceVirtualOrderItem> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce virtual order items 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 CommerceVirtualOrderItemModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of commerce virtual order items
      end - the upper bound of the range of commerce virtual order items (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 virtual order items
    • findByUuid_C_First

      CommerceVirtualOrderItem findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator) throws NoSuchVirtualOrderItemException
      Returns the first commerce virtual order item 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 commerce virtual order item
      Throws:
      NoSuchVirtualOrderItemException - if a matching commerce virtual order item could not be found
    • fetchByUuid_C_First

      CommerceVirtualOrderItem fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator)
      Returns the first commerce virtual order item 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 commerce virtual order item, or null if a matching commerce virtual order item could not be found
    • findByUuid_C_Last

      CommerceVirtualOrderItem findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator) throws NoSuchVirtualOrderItemException
      Returns the last commerce virtual order item 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 commerce virtual order item
      Throws:
      NoSuchVirtualOrderItemException - if a matching commerce virtual order item could not be found
    • fetchByUuid_C_Last

      CommerceVirtualOrderItem fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator)
      Returns the last commerce virtual order item 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 commerce virtual order item, or null if a matching commerce virtual order item could not be found
    • findByUuid_C_PrevAndNext

      CommerceVirtualOrderItem[] findByUuid_C_PrevAndNext(long commerceVirtualOrderItemId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator) throws NoSuchVirtualOrderItemException
      Returns the commerce virtual order items before and after the current commerce virtual order item in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      commerceVirtualOrderItemId - the primary key of the current commerce virtual order item
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce virtual order item
      Throws:
      NoSuchVirtualOrderItemException - if a commerce virtual order item with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the commerce virtual order items 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 commerce virtual order items where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching commerce virtual order items
    • findByCommerceOrderItemId

      CommerceVirtualOrderItem findByCommerceOrderItemId(long commerceOrderItemId) throws NoSuchVirtualOrderItemException
      Returns the commerce virtual order item where commerceOrderItemId = ? or throws a NoSuchVirtualOrderItemException if it could not be found.
      Parameters:
      commerceOrderItemId - the commerce order item ID
      Returns:
      the matching commerce virtual order item
      Throws:
      NoSuchVirtualOrderItemException - if a matching commerce virtual order item could not be found
    • fetchByCommerceOrderItemId

      CommerceVirtualOrderItem fetchByCommerceOrderItemId(long commerceOrderItemId)
      Returns the commerce virtual order item where commerceOrderItemId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      commerceOrderItemId - the commerce order item ID
      Returns:
      the matching commerce virtual order item, or null if a matching commerce virtual order item could not be found
    • fetchByCommerceOrderItemId

      CommerceVirtualOrderItem fetchByCommerceOrderItemId(long commerceOrderItemId, boolean useFinderCache)
      Returns the commerce virtual order item where commerceOrderItemId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      commerceOrderItemId - the commerce order item ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching commerce virtual order item, or null if a matching commerce virtual order item could not be found
    • removeByCommerceOrderItemId

      CommerceVirtualOrderItem removeByCommerceOrderItemId(long commerceOrderItemId) throws NoSuchVirtualOrderItemException
      Removes the commerce virtual order item where commerceOrderItemId = ? from the database.
      Parameters:
      commerceOrderItemId - the commerce order item ID
      Returns:
      the commerce virtual order item that was removed
      Throws:
      NoSuchVirtualOrderItemException
    • countByCommerceOrderItemId

      int countByCommerceOrderItemId(long commerceOrderItemId)
      Returns the number of commerce virtual order items where commerceOrderItemId = ?.
      Parameters:
      commerceOrderItemId - the commerce order item ID
      Returns:
      the number of matching commerce virtual order items
    • cacheResult

      void cacheResult(CommerceVirtualOrderItem commerceVirtualOrderItem)
      Caches the commerce virtual order item in the entity cache if it is enabled.
      Parameters:
      commerceVirtualOrderItem - the commerce virtual order item
    • cacheResult

      void cacheResult(List<CommerceVirtualOrderItem> commerceVirtualOrderItems)
      Caches the commerce virtual order items in the entity cache if it is enabled.
      Parameters:
      commerceVirtualOrderItems - the commerce virtual order items
    • create

      CommerceVirtualOrderItem create(long commerceVirtualOrderItemId)
      Creates a new commerce virtual order item with the primary key. Does not add the commerce virtual order item to the database.
      Parameters:
      commerceVirtualOrderItemId - the primary key for the new commerce virtual order item
      Returns:
      the new commerce virtual order item
    • remove

      CommerceVirtualOrderItem remove(long commerceVirtualOrderItemId) throws NoSuchVirtualOrderItemException
      Removes the commerce virtual order item with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      commerceVirtualOrderItemId - the primary key of the commerce virtual order item
      Returns:
      the commerce virtual order item that was removed
      Throws:
      NoSuchVirtualOrderItemException - if a commerce virtual order item with the primary key could not be found
    • updateImpl

      CommerceVirtualOrderItem updateImpl(CommerceVirtualOrderItem commerceVirtualOrderItem)
    • findByPrimaryKey

      CommerceVirtualOrderItem findByPrimaryKey(long commerceVirtualOrderItemId) throws NoSuchVirtualOrderItemException
      Returns the commerce virtual order item with the primary key or throws a NoSuchVirtualOrderItemException if it could not be found.
      Parameters:
      commerceVirtualOrderItemId - the primary key of the commerce virtual order item
      Returns:
      the commerce virtual order item
      Throws:
      NoSuchVirtualOrderItemException - if a commerce virtual order item with the primary key could not be found
    • fetchByPrimaryKey

      CommerceVirtualOrderItem fetchByPrimaryKey(long commerceVirtualOrderItemId)
      Returns the commerce virtual order item with the primary key or returns null if it could not be found.
      Parameters:
      commerceVirtualOrderItemId - the primary key of the commerce virtual order item
      Returns:
      the commerce virtual order item, or null if a commerce virtual order item with the primary key could not be found
    • findAll

      Returns all the commerce virtual order items.
      Returns:
      the commerce virtual order items
    • findAll

      List<CommerceVirtualOrderItem> findAll(int start, int end)
      Returns a range of all the commerce virtual order items.

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

      Parameters:
      start - the lower bound of the range of commerce virtual order items
      end - the upper bound of the range of commerce virtual order items (not inclusive)
      Returns:
      the range of commerce virtual order items
    • findAll

      List<CommerceVirtualOrderItem> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator)
      Returns an ordered range of all the commerce virtual order items.

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

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

      List<CommerceVirtualOrderItem> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce virtual order items.

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

      Parameters:
      start - the lower bound of the range of commerce virtual order items
      end - the upper bound of the range of commerce virtual order items (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 virtual order items
    • removeAll

      void removeAll()
      Removes all the commerce virtual order items from the database.
    • countAll

      int countAll()
      Returns the number of commerce virtual order items.
      Returns:
      the number of commerce virtual order items