Interface CommerceVirtualOrderItemFileEntryPersistence

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

@ProviderType public interface CommerceVirtualOrderItemFileEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CommerceVirtualOrderItemFileEntry>
The persistence interface for the commerce virtual order item file entry service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByUuid

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

      List<CommerceVirtualOrderItemFileEntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the commerce virtual order item file entries 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 CommerceVirtualOrderItemFileEntryModelImpl.

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

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

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

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

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

      CommerceVirtualOrderItemFileEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator) throws NoSuchVirtualOrderItemFileEntryException
      Returns the first commerce virtual order item file entry 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 file entry
      Throws:
      NoSuchVirtualOrderItemFileEntryException - if a matching commerce virtual order item file entry could not be found
    • fetchByUuid_First

      CommerceVirtualOrderItemFileEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator)
      Returns the first commerce virtual order item file entry 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 file entry, or null if a matching commerce virtual order item file entry could not be found
    • findByUuid_Last

      CommerceVirtualOrderItemFileEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator) throws NoSuchVirtualOrderItemFileEntryException
      Returns the last commerce virtual order item file entry 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 file entry
      Throws:
      NoSuchVirtualOrderItemFileEntryException - if a matching commerce virtual order item file entry could not be found
    • fetchByUuid_Last

      CommerceVirtualOrderItemFileEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator)
      Returns the last commerce virtual order item file entry 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 file entry, or null if a matching commerce virtual order item file entry could not be found
    • findByUuid_PrevAndNext

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

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

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

      Returns the commerce virtual order item file entry where uuid = ? and groupId = ? or throws a NoSuchVirtualOrderItemFileEntryException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching commerce virtual order item file entry
      Throws:
      NoSuchVirtualOrderItemFileEntryException - if a matching commerce virtual order item file entry could not be found
    • fetchByUUID_G

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

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

      Removes the commerce virtual order item file entry where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the commerce virtual order item file entry that was removed
      Throws:
      NoSuchVirtualOrderItemFileEntryException
    • countByUUID_G

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

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

      List<CommerceVirtualOrderItemFileEntry> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the commerce virtual order item file entries 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 CommerceVirtualOrderItemFileEntryModelImpl.

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

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

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

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

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

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

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

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

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

      CommerceVirtualOrderItemFileEntry[] findByUuid_C_PrevAndNext(long commerceVirtualOrderItemFileEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator) throws NoSuchVirtualOrderItemFileEntryException
      Returns the commerce virtual order item file entries before and after the current commerce virtual order item file entry in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      commerceVirtualOrderItemFileEntryId - the primary key of the current commerce virtual order item file entry
      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 file entry
      Throws:
      NoSuchVirtualOrderItemFileEntryException - if a commerce virtual order item file entry with the primary key could not be found
    • removeByUuid_C

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

      List<CommerceVirtualOrderItemFileEntry> findByCommerceVirtualOrderItemId(long commerceVirtualOrderItemId)
      Returns all the commerce virtual order item file entries where commerceVirtualOrderItemId = ?.
      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      Returns:
      the matching commerce virtual order item file entries
    • findByCommerceVirtualOrderItemId

      List<CommerceVirtualOrderItemFileEntry> findByCommerceVirtualOrderItemId(long commerceVirtualOrderItemId, int start, int end)
      Returns a range of all the commerce virtual order item file entries where commerceVirtualOrderItemId = ?.

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

      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      start - the lower bound of the range of commerce virtual order item file entries
      end - the upper bound of the range of commerce virtual order item file entries (not inclusive)
      Returns:
      the range of matching commerce virtual order item file entries
    • findByCommerceVirtualOrderItemId

      List<CommerceVirtualOrderItemFileEntry> findByCommerceVirtualOrderItemId(long commerceVirtualOrderItemId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator)
      Returns an ordered range of all the commerce virtual order item file entries where commerceVirtualOrderItemId = ?.

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

      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      start - the lower bound of the range of commerce virtual order item file entries
      end - the upper bound of the range of commerce virtual order item file entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce virtual order item file entries
    • findByCommerceVirtualOrderItemId

      List<CommerceVirtualOrderItemFileEntry> findByCommerceVirtualOrderItemId(long commerceVirtualOrderItemId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce virtual order item file entries where commerceVirtualOrderItemId = ?.

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

      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      start - the lower bound of the range of commerce virtual order item file entries
      end - the upper bound of the range of commerce virtual order item file entries (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 item file entries
    • findByCommerceVirtualOrderItemId_First

      CommerceVirtualOrderItemFileEntry findByCommerceVirtualOrderItemId_First(long commerceVirtualOrderItemId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator) throws NoSuchVirtualOrderItemFileEntryException
      Returns the first commerce virtual order item file entry in the ordered set where commerceVirtualOrderItemId = ?.
      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce virtual order item file entry
      Throws:
      NoSuchVirtualOrderItemFileEntryException - if a matching commerce virtual order item file entry could not be found
    • fetchByCommerceVirtualOrderItemId_First

      CommerceVirtualOrderItemFileEntry fetchByCommerceVirtualOrderItemId_First(long commerceVirtualOrderItemId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator)
      Returns the first commerce virtual order item file entry in the ordered set where commerceVirtualOrderItemId = ?.
      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce virtual order item file entry, or null if a matching commerce virtual order item file entry could not be found
    • findByCommerceVirtualOrderItemId_Last

      CommerceVirtualOrderItemFileEntry findByCommerceVirtualOrderItemId_Last(long commerceVirtualOrderItemId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator) throws NoSuchVirtualOrderItemFileEntryException
      Returns the last commerce virtual order item file entry in the ordered set where commerceVirtualOrderItemId = ?.
      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce virtual order item file entry
      Throws:
      NoSuchVirtualOrderItemFileEntryException - if a matching commerce virtual order item file entry could not be found
    • fetchByCommerceVirtualOrderItemId_Last

      CommerceVirtualOrderItemFileEntry fetchByCommerceVirtualOrderItemId_Last(long commerceVirtualOrderItemId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator)
      Returns the last commerce virtual order item file entry in the ordered set where commerceVirtualOrderItemId = ?.
      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce virtual order item file entry, or null if a matching commerce virtual order item file entry could not be found
    • findByCommerceVirtualOrderItemId_PrevAndNext

      CommerceVirtualOrderItemFileEntry[] findByCommerceVirtualOrderItemId_PrevAndNext(long commerceVirtualOrderItemFileEntryId, long commerceVirtualOrderItemId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator) throws NoSuchVirtualOrderItemFileEntryException
      Returns the commerce virtual order item file entries before and after the current commerce virtual order item file entry in the ordered set where commerceVirtualOrderItemId = ?.
      Parameters:
      commerceVirtualOrderItemFileEntryId - the primary key of the current commerce virtual order item file entry
      commerceVirtualOrderItemId - the commerce virtual order item ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce virtual order item file entry
      Throws:
      NoSuchVirtualOrderItemFileEntryException - if a commerce virtual order item file entry with the primary key could not be found
    • removeByCommerceVirtualOrderItemId

      void removeByCommerceVirtualOrderItemId(long commerceVirtualOrderItemId)
      Removes all the commerce virtual order item file entries where commerceVirtualOrderItemId = ? from the database.
      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
    • countByCommerceVirtualOrderItemId

      int countByCommerceVirtualOrderItemId(long commerceVirtualOrderItemId)
      Returns the number of commerce virtual order item file entries where commerceVirtualOrderItemId = ?.
      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      Returns:
      the number of matching commerce virtual order item file entries
    • findByC_F

      List<CommerceVirtualOrderItemFileEntry> findByC_F(long commerceVirtualOrderItemId, long fileEntryId)
      Returns all the commerce virtual order item file entries where commerceVirtualOrderItemId = ? and fileEntryId = ?.
      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      fileEntryId - the file entry ID
      Returns:
      the matching commerce virtual order item file entries
    • findByC_F

      List<CommerceVirtualOrderItemFileEntry> findByC_F(long commerceVirtualOrderItemId, long fileEntryId, int start, int end)
      Returns a range of all the commerce virtual order item file entries where commerceVirtualOrderItemId = ? and fileEntryId = ?.

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

      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      fileEntryId - the file entry ID
      start - the lower bound of the range of commerce virtual order item file entries
      end - the upper bound of the range of commerce virtual order item file entries (not inclusive)
      Returns:
      the range of matching commerce virtual order item file entries
    • findByC_F

      List<CommerceVirtualOrderItemFileEntry> findByC_F(long commerceVirtualOrderItemId, long fileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator)
      Returns an ordered range of all the commerce virtual order item file entries where commerceVirtualOrderItemId = ? and fileEntryId = ?.

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

      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      fileEntryId - the file entry ID
      start - the lower bound of the range of commerce virtual order item file entries
      end - the upper bound of the range of commerce virtual order item file entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching commerce virtual order item file entries
    • findByC_F

      List<CommerceVirtualOrderItemFileEntry> findByC_F(long commerceVirtualOrderItemId, long fileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the commerce virtual order item file entries where commerceVirtualOrderItemId = ? and fileEntryId = ?.

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

      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      fileEntryId - the file entry ID
      start - the lower bound of the range of commerce virtual order item file entries
      end - the upper bound of the range of commerce virtual order item file entries (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 item file entries
    • findByC_F_First

      CommerceVirtualOrderItemFileEntry findByC_F_First(long commerceVirtualOrderItemId, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator) throws NoSuchVirtualOrderItemFileEntryException
      Returns the first commerce virtual order item file entry in the ordered set where commerceVirtualOrderItemId = ? and fileEntryId = ?.
      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      fileEntryId - the file entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce virtual order item file entry
      Throws:
      NoSuchVirtualOrderItemFileEntryException - if a matching commerce virtual order item file entry could not be found
    • fetchByC_F_First

      CommerceVirtualOrderItemFileEntry fetchByC_F_First(long commerceVirtualOrderItemId, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator)
      Returns the first commerce virtual order item file entry in the ordered set where commerceVirtualOrderItemId = ? and fileEntryId = ?.
      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      fileEntryId - the file entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching commerce virtual order item file entry, or null if a matching commerce virtual order item file entry could not be found
    • findByC_F_Last

      CommerceVirtualOrderItemFileEntry findByC_F_Last(long commerceVirtualOrderItemId, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator) throws NoSuchVirtualOrderItemFileEntryException
      Returns the last commerce virtual order item file entry in the ordered set where commerceVirtualOrderItemId = ? and fileEntryId = ?.
      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      fileEntryId - the file entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce virtual order item file entry
      Throws:
      NoSuchVirtualOrderItemFileEntryException - if a matching commerce virtual order item file entry could not be found
    • fetchByC_F_Last

      CommerceVirtualOrderItemFileEntry fetchByC_F_Last(long commerceVirtualOrderItemId, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator)
      Returns the last commerce virtual order item file entry in the ordered set where commerceVirtualOrderItemId = ? and fileEntryId = ?.
      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      fileEntryId - the file entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching commerce virtual order item file entry, or null if a matching commerce virtual order item file entry could not be found
    • findByC_F_PrevAndNext

      CommerceVirtualOrderItemFileEntry[] findByC_F_PrevAndNext(long commerceVirtualOrderItemFileEntryId, long commerceVirtualOrderItemId, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItemFileEntry> orderByComparator) throws NoSuchVirtualOrderItemFileEntryException
      Returns the commerce virtual order item file entries before and after the current commerce virtual order item file entry in the ordered set where commerceVirtualOrderItemId = ? and fileEntryId = ?.
      Parameters:
      commerceVirtualOrderItemFileEntryId - the primary key of the current commerce virtual order item file entry
      commerceVirtualOrderItemId - the commerce virtual order item ID
      fileEntryId - the file entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next commerce virtual order item file entry
      Throws:
      NoSuchVirtualOrderItemFileEntryException - if a commerce virtual order item file entry with the primary key could not be found
    • removeByC_F

      void removeByC_F(long commerceVirtualOrderItemId, long fileEntryId)
      Removes all the commerce virtual order item file entries where commerceVirtualOrderItemId = ? and fileEntryId = ? from the database.
      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      fileEntryId - the file entry ID
    • countByC_F

      int countByC_F(long commerceVirtualOrderItemId, long fileEntryId)
      Returns the number of commerce virtual order item file entries where commerceVirtualOrderItemId = ? and fileEntryId = ?.
      Parameters:
      commerceVirtualOrderItemId - the commerce virtual order item ID
      fileEntryId - the file entry ID
      Returns:
      the number of matching commerce virtual order item file entries
    • cacheResult

      void cacheResult(CommerceVirtualOrderItemFileEntry commerceVirtualOrderItemFileEntry)
      Caches the commerce virtual order item file entry in the entity cache if it is enabled.
      Parameters:
      commerceVirtualOrderItemFileEntry - the commerce virtual order item file entry
    • cacheResult

      void cacheResult(List<CommerceVirtualOrderItemFileEntry> commerceVirtualOrderItemFileEntries)
      Caches the commerce virtual order item file entries in the entity cache if it is enabled.
      Parameters:
      commerceVirtualOrderItemFileEntries - the commerce virtual order item file entries
    • create

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

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

      CommerceVirtualOrderItemFileEntry updateImpl(CommerceVirtualOrderItemFileEntry commerceVirtualOrderItemFileEntry)
    • findByPrimaryKey

      CommerceVirtualOrderItemFileEntry findByPrimaryKey(long commerceVirtualOrderItemFileEntryId) throws NoSuchVirtualOrderItemFileEntryException
      Returns the commerce virtual order item file entry with the primary key or throws a NoSuchVirtualOrderItemFileEntryException if it could not be found.
      Parameters:
      commerceVirtualOrderItemFileEntryId - the primary key of the commerce virtual order item file entry
      Returns:
      the commerce virtual order item file entry
      Throws:
      NoSuchVirtualOrderItemFileEntryException - if a commerce virtual order item file entry with the primary key could not be found
    • fetchByPrimaryKey

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

      Returns all the commerce virtual order item file entries.
      Returns:
      the commerce virtual order item file entries
    • findAll

      List<CommerceVirtualOrderItemFileEntry> findAll(int start, int end)
      Returns a range of all the commerce virtual order item file entries.

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

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

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

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

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

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

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

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

      void removeAll()
      Removes all the commerce virtual order item file entries from the database.
    • countAll

      int countAll()
      Returns the number of commerce virtual order item file entries.
      Returns:
      the number of commerce virtual order item file entries