Interface CPDVirtualSettingFileEntryPersistence

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

@ProviderType public interface CPDVirtualSettingFileEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CPDVirtualSettingFileEntry>
The persistence interface for the cpd virtual setting file entry service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByUuid

      Returns all the cpd virtual setting file entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching cpd virtual setting file entries
    • findByUuid

      List<CPDVirtualSettingFileEntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the cpd virtual setting 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 CPDVirtualSettingFileEntryModelImpl.

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

      List<CPDVirtualSettingFileEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator)
      Returns an ordered range of all the cpd virtual setting 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 CPDVirtualSettingFileEntryModelImpl.

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

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

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

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

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

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

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

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

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

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

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

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

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

      Removes the cpd virtual setting file entry where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the cpd virtual setting file entry that was removed
      Throws:
      NoSuchCPDVirtualSettingFileEntryException
    • countByUUID_G

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

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

      List<CPDVirtualSettingFileEntry> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the cpd virtual setting 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 CPDVirtualSettingFileEntryModelImpl.

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

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

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

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

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

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

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

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

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

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

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

      List<CPDVirtualSettingFileEntry> findByCPDefinitionVirtualSettingId(long CPDefinitionVirtualSettingId)
      Returns all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.
      Parameters:
      CPDefinitionVirtualSettingId - the cp definition virtual setting ID
      Returns:
      the matching cpd virtual setting file entries
    • findByCPDefinitionVirtualSettingId

      List<CPDVirtualSettingFileEntry> findByCPDefinitionVirtualSettingId(long CPDefinitionVirtualSettingId, int start, int end)
      Returns a range of all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.

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

      Parameters:
      CPDefinitionVirtualSettingId - the cp definition virtual setting ID
      start - the lower bound of the range of cpd virtual setting file entries
      end - the upper bound of the range of cpd virtual setting file entries (not inclusive)
      Returns:
      the range of matching cpd virtual setting file entries
    • findByCPDefinitionVirtualSettingId

      List<CPDVirtualSettingFileEntry> findByCPDefinitionVirtualSettingId(long CPDefinitionVirtualSettingId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator)
      Returns an ordered range of all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.

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

      Parameters:
      CPDefinitionVirtualSettingId - the cp definition virtual setting ID
      start - the lower bound of the range of cpd virtual setting file entries
      end - the upper bound of the range of cpd virtual setting file entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching cpd virtual setting file entries
    • findByCPDefinitionVirtualSettingId

      List<CPDVirtualSettingFileEntry> findByCPDefinitionVirtualSettingId(long CPDefinitionVirtualSettingId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.

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

      Parameters:
      CPDefinitionVirtualSettingId - the cp definition virtual setting ID
      start - the lower bound of the range of cpd virtual setting file entries
      end - the upper bound of the range of cpd virtual setting 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 cpd virtual setting file entries
    • findByCPDefinitionVirtualSettingId_First

      CPDVirtualSettingFileEntry findByCPDefinitionVirtualSettingId_First(long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException
      Returns the first cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.
      Parameters:
      CPDefinitionVirtualSettingId - the cp definition virtual setting ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cpd virtual setting file entry
      Throws:
      NoSuchCPDVirtualSettingFileEntryException - if a matching cpd virtual setting file entry could not be found
    • fetchByCPDefinitionVirtualSettingId_First

      CPDVirtualSettingFileEntry fetchByCPDefinitionVirtualSettingId_First(long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator)
      Returns the first cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.
      Parameters:
      CPDefinitionVirtualSettingId - the cp definition virtual setting ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cpd virtual setting file entry, or null if a matching cpd virtual setting file entry could not be found
    • findByCPDefinitionVirtualSettingId_Last

      CPDVirtualSettingFileEntry findByCPDefinitionVirtualSettingId_Last(long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException
      Returns the last cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.
      Parameters:
      CPDefinitionVirtualSettingId - the cp definition virtual setting ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cpd virtual setting file entry
      Throws:
      NoSuchCPDVirtualSettingFileEntryException - if a matching cpd virtual setting file entry could not be found
    • fetchByCPDefinitionVirtualSettingId_Last

      CPDVirtualSettingFileEntry fetchByCPDefinitionVirtualSettingId_Last(long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator)
      Returns the last cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.
      Parameters:
      CPDefinitionVirtualSettingId - the cp definition virtual setting ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cpd virtual setting file entry, or null if a matching cpd virtual setting file entry could not be found
    • findByCPDefinitionVirtualSettingId_PrevAndNext

      CPDVirtualSettingFileEntry[] findByCPDefinitionVirtualSettingId_PrevAndNext(long CPDefinitionVirtualSettingFileEntryId, long CPDefinitionVirtualSettingId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException
      Returns the cpd virtual setting file entries before and after the current cpd virtual setting file entry in the ordered set where CPDefinitionVirtualSettingId = ?.
      Parameters:
      CPDefinitionVirtualSettingFileEntryId - the primary key of the current cpd virtual setting file entry
      CPDefinitionVirtualSettingId - the cp definition virtual setting ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cpd virtual setting file entry
      Throws:
      NoSuchCPDVirtualSettingFileEntryException - if a cpd virtual setting file entry with the primary key could not be found
    • removeByCPDefinitionVirtualSettingId

      void removeByCPDefinitionVirtualSettingId(long CPDefinitionVirtualSettingId)
      Removes all the cpd virtual setting file entries where CPDefinitionVirtualSettingId = ? from the database.
      Parameters:
      CPDefinitionVirtualSettingId - the cp definition virtual setting ID
    • countByCPDefinitionVirtualSettingId

      int countByCPDefinitionVirtualSettingId(long CPDefinitionVirtualSettingId)
      Returns the number of cpd virtual setting file entries where CPDefinitionVirtualSettingId = ?.
      Parameters:
      CPDefinitionVirtualSettingId - the cp definition virtual setting ID
      Returns:
      the number of matching cpd virtual setting file entries
    • findByFileEntryId

      List<CPDVirtualSettingFileEntry> findByFileEntryId(long fileEntryId)
      Returns all the cpd virtual setting file entries where fileEntryId = ?.
      Parameters:
      fileEntryId - the file entry ID
      Returns:
      the matching cpd virtual setting file entries
    • findByFileEntryId

      List<CPDVirtualSettingFileEntry> findByFileEntryId(long fileEntryId, int start, int end)
      Returns a range of all the cpd virtual setting file entries where 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 CPDVirtualSettingFileEntryModelImpl.

      Parameters:
      fileEntryId - the file entry ID
      start - the lower bound of the range of cpd virtual setting file entries
      end - the upper bound of the range of cpd virtual setting file entries (not inclusive)
      Returns:
      the range of matching cpd virtual setting file entries
    • findByFileEntryId

      List<CPDVirtualSettingFileEntry> findByFileEntryId(long fileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator)
      Returns an ordered range of all the cpd virtual setting file entries where 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 CPDVirtualSettingFileEntryModelImpl.

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

      List<CPDVirtualSettingFileEntry> findByFileEntryId(long fileEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cpd virtual setting file entries where 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 CPDVirtualSettingFileEntryModelImpl.

      Parameters:
      fileEntryId - the file entry ID
      start - the lower bound of the range of cpd virtual setting file entries
      end - the upper bound of the range of cpd virtual setting 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 cpd virtual setting file entries
    • findByFileEntryId_First

      CPDVirtualSettingFileEntry findByFileEntryId_First(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException
      Returns the first cpd virtual setting file entry in the ordered set where fileEntryId = ?.
      Parameters:
      fileEntryId - the file entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cpd virtual setting file entry
      Throws:
      NoSuchCPDVirtualSettingFileEntryException - if a matching cpd virtual setting file entry could not be found
    • fetchByFileEntryId_First

      CPDVirtualSettingFileEntry fetchByFileEntryId_First(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator)
      Returns the first cpd virtual setting file entry in the ordered set where fileEntryId = ?.
      Parameters:
      fileEntryId - the file entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching cpd virtual setting file entry, or null if a matching cpd virtual setting file entry could not be found
    • findByFileEntryId_Last

      CPDVirtualSettingFileEntry findByFileEntryId_Last(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException
      Returns the last cpd virtual setting file entry in the ordered set where fileEntryId = ?.
      Parameters:
      fileEntryId - the file entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cpd virtual setting file entry
      Throws:
      NoSuchCPDVirtualSettingFileEntryException - if a matching cpd virtual setting file entry could not be found
    • fetchByFileEntryId_Last

      CPDVirtualSettingFileEntry fetchByFileEntryId_Last(long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator)
      Returns the last cpd virtual setting file entry in the ordered set where fileEntryId = ?.
      Parameters:
      fileEntryId - the file entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching cpd virtual setting file entry, or null if a matching cpd virtual setting file entry could not be found
    • findByFileEntryId_PrevAndNext

      CPDVirtualSettingFileEntry[] findByFileEntryId_PrevAndNext(long CPDefinitionVirtualSettingFileEntryId, long fileEntryId, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator) throws NoSuchCPDVirtualSettingFileEntryException
      Returns the cpd virtual setting file entries before and after the current cpd virtual setting file entry in the ordered set where fileEntryId = ?.
      Parameters:
      CPDefinitionVirtualSettingFileEntryId - the primary key of the current cpd virtual setting file entry
      fileEntryId - the file entry ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next cpd virtual setting file entry
      Throws:
      NoSuchCPDVirtualSettingFileEntryException - if a cpd virtual setting file entry with the primary key could not be found
    • removeByFileEntryId

      void removeByFileEntryId(long fileEntryId)
      Removes all the cpd virtual setting file entries where fileEntryId = ? from the database.
      Parameters:
      fileEntryId - the file entry ID
    • countByFileEntryId

      int countByFileEntryId(long fileEntryId)
      Returns the number of cpd virtual setting file entries where fileEntryId = ?.
      Parameters:
      fileEntryId - the file entry ID
      Returns:
      the number of matching cpd virtual setting file entries
    • cacheResult

      void cacheResult(CPDVirtualSettingFileEntry cpdVirtualSettingFileEntry)
      Caches the cpd virtual setting file entry in the entity cache if it is enabled.
      Parameters:
      cpdVirtualSettingFileEntry - the cpd virtual setting file entry
    • cacheResult

      void cacheResult(List<CPDVirtualSettingFileEntry> cpdVirtualSettingFileEntries)
      Caches the cpd virtual setting file entries in the entity cache if it is enabled.
      Parameters:
      cpdVirtualSettingFileEntries - the cpd virtual setting file entries
    • create

      CPDVirtualSettingFileEntry create(long CPDefinitionVirtualSettingFileEntryId)
      Creates a new cpd virtual setting file entry with the primary key. Does not add the cpd virtual setting file entry to the database.
      Parameters:
      CPDefinitionVirtualSettingFileEntryId - the primary key for the new cpd virtual setting file entry
      Returns:
      the new cpd virtual setting file entry
    • remove

      CPDVirtualSettingFileEntry remove(long CPDefinitionVirtualSettingFileEntryId) throws NoSuchCPDVirtualSettingFileEntryException
      Removes the cpd virtual setting file entry with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      CPDefinitionVirtualSettingFileEntryId - the primary key of the cpd virtual setting file entry
      Returns:
      the cpd virtual setting file entry that was removed
      Throws:
      NoSuchCPDVirtualSettingFileEntryException - if a cpd virtual setting file entry with the primary key could not be found
    • updateImpl

      CPDVirtualSettingFileEntry updateImpl(CPDVirtualSettingFileEntry cpdVirtualSettingFileEntry)
    • findByPrimaryKey

      CPDVirtualSettingFileEntry findByPrimaryKey(long CPDefinitionVirtualSettingFileEntryId) throws NoSuchCPDVirtualSettingFileEntryException
      Returns the cpd virtual setting file entry with the primary key or throws a NoSuchCPDVirtualSettingFileEntryException if it could not be found.
      Parameters:
      CPDefinitionVirtualSettingFileEntryId - the primary key of the cpd virtual setting file entry
      Returns:
      the cpd virtual setting file entry
      Throws:
      NoSuchCPDVirtualSettingFileEntryException - if a cpd virtual setting file entry with the primary key could not be found
    • fetchByPrimaryKey

      CPDVirtualSettingFileEntry fetchByPrimaryKey(long CPDefinitionVirtualSettingFileEntryId)
      Returns the cpd virtual setting file entry with the primary key or returns null if it could not be found.
      Parameters:
      CPDefinitionVirtualSettingFileEntryId - the primary key of the cpd virtual setting file entry
      Returns:
      the cpd virtual setting file entry, or null if a cpd virtual setting file entry with the primary key could not be found
    • findAll

      Returns all the cpd virtual setting file entries.
      Returns:
      the cpd virtual setting file entries
    • findAll

      List<CPDVirtualSettingFileEntry> findAll(int start, int end)
      Returns a range of all the cpd virtual setting 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 CPDVirtualSettingFileEntryModelImpl.

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

      List<CPDVirtualSettingFileEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator)
      Returns an ordered range of all the cpd virtual setting 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 CPDVirtualSettingFileEntryModelImpl.

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

      List<CPDVirtualSettingFileEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CPDVirtualSettingFileEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the cpd virtual setting 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 CPDVirtualSettingFileEntryModelImpl.

      Parameters:
      start - the lower bound of the range of cpd virtual setting file entries
      end - the upper bound of the range of cpd virtual setting 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 cpd virtual setting file entries
    • removeAll

      void removeAll()
      Removes all the cpd virtual setting file entries from the database.
    • countAll

      int countAll()
      Returns the number of cpd virtual setting file entries.
      Returns:
      the number of cpd virtual setting file entries