Interface LaunchSetPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<LaunchSet>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(LaunchSet launchSet) Caches the launch set in the entity cache if it is enabled.voidcacheResult(List<LaunchSet> launchSets) Caches the launch sets in the entity cache if it is enabled.intcountAll()Returns the number of launch sets.intcountByC_S(long companyId, int status) Returns the number of launch sets where companyId = ? and status = ?.intcountByC_S(long companyId, int[] statuses) Returns the number of launch sets where companyId = ? and status = any ?.intcountByC_U(long companyId, long userId) Returns the number of launch sets where companyId = ? and userId = ?.intcountByCompanyId(long companyId) Returns the number of launch sets where companyId = ?.intcountByERC_C(String externalReferenceCode, long companyId) Returns the number of launch sets where externalReferenceCode = ? and companyId = ?.intcountByUuid(String uuid) Returns the number of launch sets where uuid = ?.intcountByUuid_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 returnsnullif it could not be found.fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the launch set where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByPrimaryKey(long launchSetId) Returns the launch set with the primary key or returnsnullif 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 = ?.findAll()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 aNoSuchLaunchSetExceptionif it could not be found.findByPrimaryKey(long launchSetId) Returns the launch set with the primary key or throws aNoSuchLaunchSetExceptionif it could not be found.findByUuid(String uuid) 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.voidRemoves all the launch sets from the database.voidremoveByC_S(long companyId, int status) Removes all the launch sets where companyId = ? and status = ? from the database.voidremoveByC_U(long companyId, long userId) Removes all the launch sets where companyId = ? and userId = ? from the database.voidremoveByCompanyId(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.voidremoveByUuid(String uuid) Removes all the launch sets where uuid = ? from the database.voidremoveByUuid_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
Returns all the launch sets where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching launch sets
-
findByUuid
Returns a range of all the launch sets where uuid = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of launch setsend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of launch setsend- the upper bound of the range of launch sets (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of launch setsend- the upper bound of the range of launch sets (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 uuidorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching launch set, or
nullif 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching launch set, or
nullif 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 setuuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next launch set
- Throws:
NoSuchLaunchSetException- if a launch set with the primary key could not be found
-
removeByUuid
Removes all the launch sets where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of launch sets where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the number of matching launch sets
-
findByUuid_C
Returns all the launch sets where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching launch sets
-
findByUuid_C
Returns a range of all the launch sets where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of launch setsend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of launch setsend- the upper bound of the range of launch sets (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of launch setsend- the upper bound of the range of launch sets (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching launch set, or
nullif 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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- 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 uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching launch set, or
nullif 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 setuuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next launch set
- Throws:
NoSuchLaunchSetException- if a launch set with the primary key could not be found
-
removeByUuid_C
Removes all the launch sets where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of launch sets where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching launch sets
-
findByCompanyId
Returns all the launch sets where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the matching launch sets
-
findByCompanyId
Returns a range of all the launch sets where companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of launch setsend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of launch setsend- the upper bound of the range of launch sets (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of launch setsend- the upper bound of the range of launch sets (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching launch set, or
nullif 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 IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching launch set, or
nullif 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 setcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- 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
Returns all the launch sets where companyId = ? and userId = ?.- Parameters:
companyId- the company IDuserId- the user ID- Returns:
- the matching launch sets
-
findByC_U
Returns a range of all the launch sets where companyId = ? and userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
companyId- the company IDuserId- the user IDstart- the lower bound of the range of launch setsend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
companyId- the company IDuserId- the user IDstart- the lower bound of the range of launch setsend- the upper bound of the range of launch sets (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
companyId- the company IDuserId- the user IDstart- the lower bound of the range of launch setsend- the upper bound of the range of launch sets (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching launch set, or
nullif 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 IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching launch set, or
nullif 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 setcompanyId- the company IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- 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 IDuserId- 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 IDuserId- the user ID- Returns:
- the number of matching launch sets
-
findByC_S
Returns all the launch sets where companyId = ? and status = ?.- Parameters:
companyId- the company IDstatus- the status- Returns:
- the matching launch sets
-
findByC_S
Returns a range of all the launch sets where companyId = ? and status = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
companyId- the company IDstatus- the statusstart- the lower bound of the range of launch setsend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
companyId- the company IDstatus- the statusstart- the lower bound of the range of launch setsend- the upper bound of the range of launch sets (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
companyId- the company IDstatus- the statusstart- the lower bound of the range of launch setsend- the upper bound of the range of launch sets (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- 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 IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching launch set, or
nullif 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 IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- 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 IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching launch set, or
nullif 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 setcompanyId- the company IDstatus- the statusorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next launch set
- Throws:
NoSuchLaunchSetException- if a launch set with the primary key could not be found
-
findByC_S
Returns all the launch sets where companyId = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
companyId- the company IDstatuses- the statuses- Returns:
- the matching launch sets
-
findByC_S
Returns a range of all the launch sets where companyId = ? and status = any ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
companyId- the company IDstatuses- the statusesstart- the lower bound of the range of launch setsend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
companyId- the company IDstatuses- the statusesstart- the lower bound of the range of launch setsend- the upper bound of the range of launch sets (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
companyId- the company IDstatuses- the statusesstart- the lower bound of the range of launch setsend- the upper bound of the range of launch sets (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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 IDstatus- 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 IDstatus- 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 IDstatuses- the statuses- Returns:
- the number of matching launch sets
-
findByERC_C
Returns the launch set where externalReferenceCode = ? and companyId = ? or throws aNoSuchLaunchSetExceptionif it could not be found.- Parameters:
externalReferenceCode- the external reference codecompanyId- the company ID- Returns:
- the matching launch set
- Throws:
NoSuchLaunchSetException- if a matching launch set could not be found
-
fetchByERC_C
Returns the launch set where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode- the external reference codecompanyId- the company ID- Returns:
- the matching launch set, or
nullif a matching launch set could not be found
-
fetchByERC_C
Returns the launch set where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode- the external reference codecompanyId- the company IDuseFinderCache- whether to use the finder cache- Returns:
- the matching launch set, or
nullif 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 codecompanyId- the company ID- Returns:
- the launch set that was removed
- Throws:
NoSuchLaunchSetException
-
countByERC_C
Returns the number of launch sets where externalReferenceCode = ? and companyId = ?.- Parameters:
externalReferenceCode- the external reference codecompanyId- the company ID- Returns:
- the number of matching launch sets
-
cacheResult
Caches the launch set in the entity cache if it is enabled.- Parameters:
launchSet- the launch set
-
cacheResult
Caches the launch sets in the entity cache if it is enabled.- Parameters:
launchSets- the launch sets
-
create
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
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
-
findByPrimaryKey
Returns the launch set with the primary key or throws aNoSuchLaunchSetExceptionif 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
Returns the launch set with the primary key or returnsnullif it could not be found.- Parameters:
launchSetId- the primary key of the launch set- Returns:
- the launch set, or
nullif a launch set with the primary key could not be found
-
findAll
Returns all the launch sets.- Returns:
- the launch sets
-
findAll
Returns a range of all the launch sets.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
start- the lower bound of the range of launch setsend- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
start- the lower bound of the range of launch setsend- the upper bound of the range of launch sets (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromLaunchSetModelImpl.- Parameters:
start- the lower bound of the range of launch setsend- the upper bound of the range of launch sets (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)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
-