Interface LaunchSetPersistence

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

@ProviderType public interface LaunchSetPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<LaunchSet>
The persistence interface for the launch set service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Caches the launch set in the entity cache if it is enabled.
    void
    cacheResult(List<LaunchSet> launchSets)
    Caches the launch sets in the entity cache if it is enabled.
    int
    Returns the number of launch sets.
    int
    countByC_S(long companyId, int status)
    Returns the number of launch sets where companyId = ? and status = ?.
    int
    countByC_S(long companyId, int[] statuses)
    Returns the number of launch sets where companyId = ? and status = any ?.
    int
    countByC_U(long companyId, long userId)
    Returns the number of launch sets where companyId = ? and userId = ?.
    int
    countByCompanyId(long companyId)
    Returns the number of launch sets where companyId = ?.
    int
    countByERC_C(String externalReferenceCode, long companyId)
    Returns the number of launch sets where externalReferenceCode = ? and companyId = ?.
    int
    Returns the number of launch sets where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of launch sets where uuid = ? and companyId = ?.
    create(long launchSetId)
    Creates a new launch set with the primary key.
    fetchByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the first launch set in the ordered set where companyId = ? and status = ?.
    fetchByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the last launch set in the ordered set where companyId = ? and status = ?.
    fetchByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the first launch set in the ordered set where companyId = ? and userId = ?.
    fetchByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the last launch set in the ordered set where companyId = ? and userId = ?.
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the first launch set in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the last launch set in the ordered set where companyId = ?.
    fetchByERC_C(String externalReferenceCode, long companyId)
    Returns the launch set where externalReferenceCode = ? and companyId = ? or returns null if it could not be found.
    fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
    Returns the launch set where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByPrimaryKey(long launchSetId)
    Returns the launch set 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<LaunchSet> orderByComparator)
    Returns the first launch set in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the last launch set in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the first launch set in the ordered set where uuid = ?.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the last launch set in the ordered set where uuid = ?.
    Returns all the launch sets.
    findAll(int start, int end)
    Returns a range of all the launch sets.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns an ordered range of all the launch sets.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the launch sets.
    findByC_S(long companyId, int status)
    Returns all the launch sets where companyId = ? and status = ?.
    findByC_S(long companyId, int[] statuses)
    Returns all the launch sets where companyId = ? and status = any ?.
    findByC_S(long companyId, int[] statuses, int start, int end)
    Returns a range of all the launch sets where companyId = ? and status = any ?.
    findByC_S(long companyId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns an ordered range of all the launch sets where companyId = ? and status = any ?.
    findByC_S(long companyId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the launch sets where companyId = ? and status = ?, optionally using the finder cache.
    findByC_S(long companyId, int status, int start, int end)
    Returns a range of all the launch sets where companyId = ? and status = ?.
    findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns an ordered range of all the launch sets where companyId = ? and status = ?.
    findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the launch sets where companyId = ? and status = ?.
    findByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the first launch set in the ordered set where companyId = ? and status = ?.
    findByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the last launch set in the ordered set where companyId = ? and status = ?.
    findByC_S_PrevAndNext(long launchSetId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the launch sets before and after the current launch set in the ordered set where companyId = ? and status = ?.
    findByC_U(long companyId, long userId)
    Returns all the launch sets where companyId = ? and userId = ?.
    findByC_U(long companyId, long userId, int start, int end)
    Returns a range of all the launch sets where companyId = ? and userId = ?.
    findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns an ordered range of all the launch sets where companyId = ? and userId = ?.
    findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the launch sets where companyId = ? and userId = ?.
    findByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the first launch set in the ordered set where companyId = ? and userId = ?.
    findByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the last launch set in the ordered set where companyId = ? and userId = ?.
    findByC_U_PrevAndNext(long launchSetId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the launch sets before and after the current launch set in the ordered set where companyId = ? and userId = ?.
    findByCompanyId(long companyId)
    Returns all the launch sets where companyId = ?.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the launch sets where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns an ordered range of all the launch sets where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the launch sets where companyId = ?.
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the first launch set in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the last launch set in the ordered set where companyId = ?.
    findByCompanyId_PrevAndNext(long launchSetId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the launch sets before and after the current launch set in the ordered set where companyId = ?.
    findByERC_C(String externalReferenceCode, long companyId)
    Returns the launch set where externalReferenceCode = ? and companyId = ? or throws a NoSuchLaunchSetException if it could not be found.
    findByPrimaryKey(long launchSetId)
    Returns the launch set with the primary key or throws a NoSuchLaunchSetException if it could not be found.
    Returns all the launch sets where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the launch sets where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns an ordered range of all the launch sets where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the launch sets where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the launch sets where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the launch sets where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns an ordered range of all the launch sets where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the launch sets where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the first launch set in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the last launch set in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long launchSetId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the launch sets before and after the current launch set in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the first launch set in the ordered set where uuid = ?.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the last launch set in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long launchSetId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
    Returns the launch sets before and after the current launch set in the ordered set where uuid = ?.
    remove(long launchSetId)
    Removes the launch set with the primary key from the database.
    void
    Removes all the launch sets from the database.
    void
    removeByC_S(long companyId, int status)
    Removes all the launch sets where companyId = ? and status = ? from the database.
    void
    removeByC_U(long companyId, long userId)
    Removes all the launch sets where companyId = ? and userId = ? from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the launch sets where companyId = ? from the database.
    removeByERC_C(String externalReferenceCode, long companyId)
    Removes the launch set where externalReferenceCode = ? and companyId = ? from the database.
    void
    Removes all the launch sets where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the launch sets where uuid = ? and companyId = ? from the database.
    updateImpl(LaunchSet launchSet)
     

    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<LaunchSet> findByUuid(String uuid)
      Returns all the launch sets where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching launch sets
    • findByUuid

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      List<LaunchSet> findByCompanyId(long companyId)
      Returns all the launch sets where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching launch sets
    • findByCompanyId

      List<LaunchSet> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the launch sets where 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 LaunchSetModelImpl.

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

      List<LaunchSet> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
      Returns an ordered range of all the launch sets where 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 LaunchSetModelImpl.

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

      List<LaunchSet> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the launch sets where 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 LaunchSetModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of launch sets
      end - the upper bound of the range of launch sets (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 sets
    • findByCompanyId_First

      LaunchSet findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) throws NoSuchLaunchSetException
      Returns the first launch set in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching launch set
      Throws:
      NoSuchLaunchSetException - if a matching launch set could not be found
    • fetchByCompanyId_First

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

      LaunchSet findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) throws NoSuchLaunchSetException
      Returns the last launch set in the ordered set where companyId = ?.
      Parameters:
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching launch set
      Throws:
      NoSuchLaunchSetException - if a matching launch set could not be found
    • fetchByCompanyId_Last

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

      LaunchSet[] findByCompanyId_PrevAndNext(long launchSetId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) throws NoSuchLaunchSetException
      Returns the launch sets before and after the current launch set in the ordered set where companyId = ?.
      Parameters:
      launchSetId - the primary key of the current launch set
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next launch set
      Throws:
      NoSuchLaunchSetException - if a launch set with the primary key could not be found
    • removeByCompanyId

      void removeByCompanyId(long companyId)
      Removes all the launch sets where companyId = ? from the database.
      Parameters:
      companyId - the company ID
    • countByCompanyId

      int countByCompanyId(long companyId)
      Returns the number of launch sets where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching launch sets
    • findByC_U

      List<LaunchSet> findByC_U(long companyId, long userId)
      Returns all the launch sets where companyId = ? and userId = ?.
      Parameters:
      companyId - the company ID
      userId - the user ID
      Returns:
      the matching launch sets
    • findByC_U

      List<LaunchSet> findByC_U(long companyId, long userId, int start, int end)
      Returns a range of all the launch sets where companyId = ? and userId = ?.

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

      Parameters:
      companyId - the company ID
      userId - the user ID
      start - the lower bound of the range of launch sets
      end - the upper bound of the range of launch sets (not inclusive)
      Returns:
      the range of matching launch sets
    • findByC_U

      List<LaunchSet> findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
      Returns an ordered range of all the launch sets where companyId = ? and userId = ?.

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

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

      List<LaunchSet> findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the launch sets where companyId = ? and userId = ?.

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

      Parameters:
      companyId - the company ID
      userId - the user ID
      start - the lower bound of the range of launch sets
      end - the upper bound of the range of launch sets (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 sets
    • findByC_U_First

      LaunchSet findByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) throws NoSuchLaunchSetException
      Returns the first launch set in the ordered set where companyId = ? and userId = ?.
      Parameters:
      companyId - the company ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching launch set
      Throws:
      NoSuchLaunchSetException - if a matching launch set could not be found
    • fetchByC_U_First

      LaunchSet fetchByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
      Returns the first launch set in the ordered set where companyId = ? and userId = ?.
      Parameters:
      companyId - the company ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching launch set, or null if a matching launch set could not be found
    • findByC_U_Last

      LaunchSet findByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) throws NoSuchLaunchSetException
      Returns the last launch set in the ordered set where companyId = ? and userId = ?.
      Parameters:
      companyId - the company ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching launch set
      Throws:
      NoSuchLaunchSetException - if a matching launch set could not be found
    • fetchByC_U_Last

      LaunchSet fetchByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
      Returns the last launch set in the ordered set where companyId = ? and userId = ?.
      Parameters:
      companyId - the company ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching launch set, or null if a matching launch set could not be found
    • findByC_U_PrevAndNext

      LaunchSet[] findByC_U_PrevAndNext(long launchSetId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) throws NoSuchLaunchSetException
      Returns the launch sets before and after the current launch set in the ordered set where companyId = ? and userId = ?.
      Parameters:
      launchSetId - the primary key of the current launch set
      companyId - the company ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next launch set
      Throws:
      NoSuchLaunchSetException - if a launch set with the primary key could not be found
    • removeByC_U

      void removeByC_U(long companyId, long userId)
      Removes all the launch sets where companyId = ? and userId = ? from the database.
      Parameters:
      companyId - the company ID
      userId - the user ID
    • countByC_U

      int countByC_U(long companyId, long userId)
      Returns the number of launch sets where companyId = ? and userId = ?.
      Parameters:
      companyId - the company ID
      userId - the user ID
      Returns:
      the number of matching launch sets
    • findByC_S

      List<LaunchSet> findByC_S(long companyId, int status)
      Returns all the launch sets where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      Returns:
      the matching launch sets
    • findByC_S

      List<LaunchSet> findByC_S(long companyId, int status, int start, int end)
      Returns a range of all the launch sets where companyId = ? and status = ?.

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

      Parameters:
      companyId - the company ID
      status - the status
      start - the lower bound of the range of launch sets
      end - the upper bound of the range of launch sets (not inclusive)
      Returns:
      the range of matching launch sets
    • findByC_S

      List<LaunchSet> findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
      Returns an ordered range of all the launch sets where companyId = ? and status = ?.

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

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

      List<LaunchSet> findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the launch sets where companyId = ? and status = ?.

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

      Parameters:
      companyId - the company ID
      status - the status
      start - the lower bound of the range of launch sets
      end - the upper bound of the range of launch sets (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 sets
    • findByC_S_First

      LaunchSet findByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) throws NoSuchLaunchSetException
      Returns the first launch set in the ordered set where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching launch set
      Throws:
      NoSuchLaunchSetException - if a matching launch set could not be found
    • fetchByC_S_First

      LaunchSet fetchByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
      Returns the first launch set in the ordered set where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching launch set, or null if a matching launch set could not be found
    • findByC_S_Last

      LaunchSet findByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) throws NoSuchLaunchSetException
      Returns the last launch set in the ordered set where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching launch set
      Throws:
      NoSuchLaunchSetException - if a matching launch set could not be found
    • fetchByC_S_Last

      LaunchSet fetchByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
      Returns the last launch set in the ordered set where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching launch set, or null if a matching launch set could not be found
    • findByC_S_PrevAndNext

      LaunchSet[] findByC_S_PrevAndNext(long launchSetId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) throws NoSuchLaunchSetException
      Returns the launch sets before and after the current launch set in the ordered set where companyId = ? and status = ?.
      Parameters:
      launchSetId - the primary key of the current launch set
      companyId - the company ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next launch set
      Throws:
      NoSuchLaunchSetException - if a launch set with the primary key could not be found
    • findByC_S

      List<LaunchSet> findByC_S(long companyId, int[] statuses)
      Returns all the launch sets where companyId = ? and status = any ?.

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

      Parameters:
      companyId - the company ID
      statuses - the statuses
      Returns:
      the matching launch sets
    • findByC_S

      List<LaunchSet> findByC_S(long companyId, int[] statuses, int start, int end)
      Returns a range of all the launch sets where companyId = ? and status = any ?.

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

      Parameters:
      companyId - the company ID
      statuses - the statuses
      start - the lower bound of the range of launch sets
      end - the upper bound of the range of launch sets (not inclusive)
      Returns:
      the range of matching launch sets
    • findByC_S

      List<LaunchSet> findByC_S(long companyId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
      Returns an ordered range of all the launch sets where companyId = ? and status = any ?.

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

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

      List<LaunchSet> findByC_S(long companyId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the launch sets where companyId = ? and status = ?, optionally using the finder cache.

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

      Parameters:
      companyId - the company ID
      statuses - the statuses
      start - the lower bound of the range of launch sets
      end - the upper bound of the range of launch sets (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 sets
    • removeByC_S

      void removeByC_S(long companyId, int status)
      Removes all the launch sets where companyId = ? and status = ? from the database.
      Parameters:
      companyId - the company ID
      status - the status
    • countByC_S

      int countByC_S(long companyId, int status)
      Returns the number of launch sets where companyId = ? and status = ?.
      Parameters:
      companyId - the company ID
      status - the status
      Returns:
      the number of matching launch sets
    • countByC_S

      int countByC_S(long companyId, int[] statuses)
      Returns the number of launch sets where companyId = ? and status = any ?.
      Parameters:
      companyId - the company ID
      statuses - the statuses
      Returns:
      the number of matching launch sets
    • findByERC_C

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

      LaunchSet fetchByERC_C(String externalReferenceCode, long companyId)
      Returns the launch set 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 set, or null if a matching launch set could not be found
    • fetchByERC_C

      LaunchSet fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
      Returns the launch set 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 set, or null if a matching launch set could not be found
    • removeByERC_C

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

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

      void cacheResult(LaunchSet launchSet)
      Caches the launch set in the entity cache if it is enabled.
      Parameters:
      launchSet - the launch set
    • cacheResult

      void cacheResult(List<LaunchSet> launchSets)
      Caches the launch sets in the entity cache if it is enabled.
      Parameters:
      launchSets - the launch sets
    • create

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

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

      LaunchSet updateImpl(LaunchSet launchSet)
    • findByPrimaryKey

      LaunchSet findByPrimaryKey(long launchSetId) throws NoSuchLaunchSetException
      Returns the launch set with the primary key or throws a NoSuchLaunchSetException if it could not be found.
      Parameters:
      launchSetId - the primary key of the launch set
      Returns:
      the launch set
      Throws:
      NoSuchLaunchSetException - if a launch set with the primary key could not be found
    • fetchByPrimaryKey

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

      List<LaunchSet> findAll()
      Returns all the launch sets.
      Returns:
      the launch sets
    • findAll

      List<LaunchSet> findAll(int start, int end)
      Returns a range of all the launch sets.

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

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

      List<LaunchSet> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator)
      Returns an ordered range of all the launch sets.

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

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

      List<LaunchSet> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the launch sets.

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

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

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

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