Interface LaunchEntryPersistence

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

@ProviderType public interface LaunchEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<LaunchEntry>
The persistence interface for the launch entry service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(LaunchEntry launchEntry)
    Caches the launch entry in the entity cache if it is enabled.
    void
    cacheResult(List<LaunchEntry> launchEntries)
    Caches the launch entries in the entity cache if it is enabled.
    int
    Returns the number of launch entries.
    int
    countByC_C_C(long classNameId, long classPK, String classVersion)
    Returns the number of launch entries where classNameId = ? and classPK = ? and classVersion = ?.
    int
    countByERC_C(String externalReferenceCode, long companyId)
    Returns the number of launch entries where externalReferenceCode = ? and companyId = ?.
    int
    countByLaunchSetId(long launchSetId)
    Returns the number of launch entries where launchSetId = ?.
    int
    Returns the number of launch entries where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of launch entries where uuid = ? and companyId = ?.
    create(long launchEntryId)
    Creates a new launch entry with the primary key.
    fetchByC_C_C(long classNameId, long classPK, String classVersion)
    Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or returns null if it could not be found.
    fetchByC_C_C(long classNameId, long classPK, String classVersion, boolean useFinderCache)
    Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByERC_C(String externalReferenceCode, long companyId)
    Returns the launch entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found.
    fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
    Returns the launch entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByLaunchSetId_First(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the first launch entry in the ordered set where launchSetId = ?.
    fetchByLaunchSetId_Last(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the last launch entry in the ordered set where launchSetId = ?.
    fetchByPrimaryKey(long launchEntryId)
    Returns the launch entry with the primary key or returns null if it could not be found.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the first launch entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the last launch entry in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the first launch entry in the ordered set where uuid = ?.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the last launch entry in the ordered set where uuid = ?.
    Returns all the launch entries.
    findAll(int start, int end)
    Returns a range of all the launch entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns an ordered range of all the launch entries.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the launch entries.
    findByC_C_C(long classNameId, long classPK, String classVersion)
    Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or throws a NoSuchLaunchEntryException if it could not be found.
    findByERC_C(String externalReferenceCode, long companyId)
    Returns the launch entry where externalReferenceCode = ? and companyId = ? or throws a NoSuchLaunchEntryException if it could not be found.
    findByLaunchSetId(long launchSetId)
    Returns all the launch entries where launchSetId = ?.
    findByLaunchSetId(long launchSetId, int start, int end)
    Returns a range of all the launch entries where launchSetId = ?.
    findByLaunchSetId(long launchSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns an ordered range of all the launch entries where launchSetId = ?.
    findByLaunchSetId(long launchSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the launch entries where launchSetId = ?.
    findByLaunchSetId_First(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the first launch entry in the ordered set where launchSetId = ?.
    findByLaunchSetId_Last(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the last launch entry in the ordered set where launchSetId = ?.
    findByLaunchSetId_PrevAndNext(long launchEntryId, long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the launch entries before and after the current launch entry in the ordered set where launchSetId = ?.
    findByPrimaryKey(long launchEntryId)
    Returns the launch entry with the primary key or throws a NoSuchLaunchEntryException if it could not be found.
    Returns all the launch entries where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the launch entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns an ordered range of all the launch entries where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the launch entries where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the launch entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the launch entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns an ordered range of all the launch entries where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the launch entries where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the first launch entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the last launch entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long launchEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the launch entries before and after the current launch entry in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the first launch entry in the ordered set where uuid = ?.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the last launch entry in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long launchEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
    Returns the launch entries before and after the current launch entry in the ordered set where uuid = ?.
    remove(long launchEntryId)
    Removes the launch entry with the primary key from the database.
    void
    Removes all the launch entries from the database.
    removeByC_C_C(long classNameId, long classPK, String classVersion)
    Removes the launch entry where classNameId = ? and classPK = ? and classVersion = ? from the database.
    removeByERC_C(String externalReferenceCode, long companyId)
    Removes the launch entry where externalReferenceCode = ? and companyId = ? from the database.
    void
    removeByLaunchSetId(long launchSetId)
    Removes all the launch entries where launchSetId = ? from the database.
    void
    Removes all the launch entries where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the launch entries where uuid = ? and companyId = ? from the database.
    updateImpl(LaunchEntry launchEntry)
     

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence

    clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQuery, dslQueryCount, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
  • Method Details

    • findByUuid

      List<LaunchEntry> findByUuid(String uuid)
      Returns all the launch entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching launch entries
    • findByUuid

      List<LaunchEntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the launch 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 LaunchEntryModelImpl.

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

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

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

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

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

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

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

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

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

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

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

      int countByUuid(String uuid)
      Returns the number of launch entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching launch entries
    • findByUuid_C

      List<LaunchEntry> findByUuid_C(String uuid, long companyId)
      Returns all the launch entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching launch entries
    • findByUuid_C

      List<LaunchEntry> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the launch 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 LaunchEntryModelImpl.

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

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

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

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

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

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

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

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

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

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

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

      List<LaunchEntry> findByLaunchSetId(long launchSetId)
      Returns all the launch entries where launchSetId = ?.
      Parameters:
      launchSetId - the launch set ID
      Returns:
      the matching launch entries
    • findByLaunchSetId

      List<LaunchEntry> findByLaunchSetId(long launchSetId, int start, int end)
      Returns a range of all the launch entries where launchSetId = ?.

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

      Parameters:
      launchSetId - the launch set ID
      start - the lower bound of the range of launch entries
      end - the upper bound of the range of launch entries (not inclusive)
      Returns:
      the range of matching launch entries
    • findByLaunchSetId

      List<LaunchEntry> findByLaunchSetId(long launchSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
      Returns an ordered range of all the launch entries where launchSetId = ?.

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

      Parameters:
      launchSetId - the launch set ID
      start - the lower bound of the range of launch entries
      end - the upper bound of the range of launch entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching launch entries
    • findByLaunchSetId

      List<LaunchEntry> findByLaunchSetId(long launchSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the launch entries where launchSetId = ?.

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

      Parameters:
      launchSetId - the launch set ID
      start - the lower bound of the range of launch entries
      end - the upper bound of the range of launch 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 launch entries
    • findByLaunchSetId_First

      LaunchEntry findByLaunchSetId_First(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) throws NoSuchLaunchEntryException
      Returns the first launch entry in the ordered set where launchSetId = ?.
      Parameters:
      launchSetId - the launch set ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching launch entry
      Throws:
      NoSuchLaunchEntryException - if a matching launch entry could not be found
    • fetchByLaunchSetId_First

      LaunchEntry fetchByLaunchSetId_First(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
      Returns the first launch entry in the ordered set where launchSetId = ?.
      Parameters:
      launchSetId - the launch set ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching launch entry, or null if a matching launch entry could not be found
    • findByLaunchSetId_Last

      LaunchEntry findByLaunchSetId_Last(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) throws NoSuchLaunchEntryException
      Returns the last launch entry in the ordered set where launchSetId = ?.
      Parameters:
      launchSetId - the launch set ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching launch entry
      Throws:
      NoSuchLaunchEntryException - if a matching launch entry could not be found
    • fetchByLaunchSetId_Last

      LaunchEntry fetchByLaunchSetId_Last(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
      Returns the last launch entry in the ordered set where launchSetId = ?.
      Parameters:
      launchSetId - the launch set ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching launch entry, or null if a matching launch entry could not be found
    • findByLaunchSetId_PrevAndNext

      LaunchEntry[] findByLaunchSetId_PrevAndNext(long launchEntryId, long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) throws NoSuchLaunchEntryException
      Returns the launch entries before and after the current launch entry in the ordered set where launchSetId = ?.
      Parameters:
      launchEntryId - the primary key of the current launch entry
      launchSetId - the launch set ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next launch entry
      Throws:
      NoSuchLaunchEntryException - if a launch entry with the primary key could not be found
    • removeByLaunchSetId

      void removeByLaunchSetId(long launchSetId)
      Removes all the launch entries where launchSetId = ? from the database.
      Parameters:
      launchSetId - the launch set ID
    • countByLaunchSetId

      int countByLaunchSetId(long launchSetId)
      Returns the number of launch entries where launchSetId = ?.
      Parameters:
      launchSetId - the launch set ID
      Returns:
      the number of matching launch entries
    • findByC_C_C

      LaunchEntry findByC_C_C(long classNameId, long classPK, String classVersion) throws NoSuchLaunchEntryException
      Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or throws a NoSuchLaunchEntryException if it could not be found.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      classVersion - the class version
      Returns:
      the matching launch entry
      Throws:
      NoSuchLaunchEntryException - if a matching launch entry could not be found
    • fetchByC_C_C

      LaunchEntry fetchByC_C_C(long classNameId, long classPK, String classVersion)
      Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      classVersion - the class version
      Returns:
      the matching launch entry, or null if a matching launch entry could not be found
    • fetchByC_C_C

      LaunchEntry fetchByC_C_C(long classNameId, long classPK, String classVersion, boolean useFinderCache)
      Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      classVersion - the class version
      useFinderCache - whether to use the finder cache
      Returns:
      the matching launch entry, or null if a matching launch entry could not be found
    • removeByC_C_C

      LaunchEntry removeByC_C_C(long classNameId, long classPK, String classVersion) throws NoSuchLaunchEntryException
      Removes the launch entry where classNameId = ? and classPK = ? and classVersion = ? from the database.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      classVersion - the class version
      Returns:
      the launch entry that was removed
      Throws:
      NoSuchLaunchEntryException
    • countByC_C_C

      int countByC_C_C(long classNameId, long classPK, String classVersion)
      Returns the number of launch entries where classNameId = ? and classPK = ? and classVersion = ?.
      Parameters:
      classNameId - the class name ID
      classPK - the class pk
      classVersion - the class version
      Returns:
      the number of matching launch entries
    • findByERC_C

      LaunchEntry findByERC_C(String externalReferenceCode, long companyId) throws NoSuchLaunchEntryException
      Returns the launch entry where externalReferenceCode = ? and companyId = ? or throws a NoSuchLaunchEntryException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching launch entry
      Throws:
      NoSuchLaunchEntryException - if a matching launch entry could not be found
    • fetchByERC_C

      LaunchEntry fetchByERC_C(String externalReferenceCode, long companyId)
      Returns the launch entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching launch entry, or null if a matching launch entry could not be found
    • fetchByERC_C

      LaunchEntry fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
      Returns the launch entry where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching launch entry, or null if a matching launch entry could not be found
    • removeByERC_C

      LaunchEntry removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchLaunchEntryException
      Removes the launch entry where externalReferenceCode = ? and companyId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the launch entry that was removed
      Throws:
      NoSuchLaunchEntryException
    • countByERC_C

      int countByERC_C(String externalReferenceCode, long companyId)
      Returns the number of launch entries where externalReferenceCode = ? and companyId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the number of matching launch entries
    • cacheResult

      void cacheResult(LaunchEntry launchEntry)
      Caches the launch entry in the entity cache if it is enabled.
      Parameters:
      launchEntry - the launch entry
    • cacheResult

      void cacheResult(List<LaunchEntry> launchEntries)
      Caches the launch entries in the entity cache if it is enabled.
      Parameters:
      launchEntries - the launch entries
    • create

      LaunchEntry create(long launchEntryId)
      Creates a new launch entry with the primary key. Does not add the launch entry to the database.
      Parameters:
      launchEntryId - the primary key for the new launch entry
      Returns:
      the new launch entry
    • remove

      LaunchEntry remove(long launchEntryId) throws NoSuchLaunchEntryException
      Removes the launch entry with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      launchEntryId - the primary key of the launch entry
      Returns:
      the launch entry that was removed
      Throws:
      NoSuchLaunchEntryException - if a launch entry with the primary key could not be found
    • updateImpl

      LaunchEntry updateImpl(LaunchEntry launchEntry)
    • findByPrimaryKey

      LaunchEntry findByPrimaryKey(long launchEntryId) throws NoSuchLaunchEntryException
      Returns the launch entry with the primary key or throws a NoSuchLaunchEntryException if it could not be found.
      Parameters:
      launchEntryId - the primary key of the launch entry
      Returns:
      the launch entry
      Throws:
      NoSuchLaunchEntryException - if a launch entry with the primary key could not be found
    • fetchByPrimaryKey

      LaunchEntry fetchByPrimaryKey(long launchEntryId)
      Returns the launch entry with the primary key or returns null if it could not be found.
      Parameters:
      launchEntryId - the primary key of the launch entry
      Returns:
      the launch entry, or null if a launch entry with the primary key could not be found
    • findAll

      List<LaunchEntry> findAll()
      Returns all the launch entries.
      Returns:
      the launch entries
    • findAll

      List<LaunchEntry> findAll(int start, int end)
      Returns a range of all the launch 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 LaunchEntryModelImpl.

      Parameters:
      start - the lower bound of the range of launch entries
      end - the upper bound of the range of launch entries (not inclusive)
      Returns:
      the range of launch entries
    • findAll

      List<LaunchEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator)
      Returns an ordered range of all the launch 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 LaunchEntryModelImpl.

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

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

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

      void removeAll()
      Removes all the launch entries from the database.
    • countAll

      int countAll()
      Returns the number of launch entries.
      Returns:
      the number of launch entries