Class LaunchSetUtil
com.liferay.launch.service.persistence.impl.LaunchSetPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(LaunchSet launchSet) Caches the launch set in the entity cache if it is enabled.static voidcacheResult(List<LaunchSet> launchSets) Caches the launch sets in the entity cache if it is enabled.static voidstatic voidclearCache(LaunchSet launchSet) static intcountAll()Returns the number of launch sets.static intcountByC_S(long companyId, int status) Returns the number of launch sets where companyId = ? and status = ?.static intcountByC_S(long companyId, int[] statuses) Returns the number of launch sets where companyId = ? and status = any ?.static intcountByC_U(long companyId, long userId) Returns the number of launch sets where companyId = ? and userId = ?.static intcountByCompanyId(long companyId) Returns the number of launch sets where companyId = ?.static intcountByERC_C(String externalReferenceCode, long companyId) Returns the number of launch sets where externalReferenceCode = ? and companyId = ?.static intcountByUuid(String uuid) Returns the number of launch sets where uuid = ?.static intcountByUuid_C(String uuid, long companyId) Returns the number of launch sets where uuid = ? and companyId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static LaunchSetcreate(long launchSetId) Creates a new launch set with the primary key.static LaunchSetfetchByC_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 = ?.static LaunchSetfetchByC_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 = ?.static LaunchSetfetchByC_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 = ?.static LaunchSetfetchByC_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 = ?.static LaunchSetfetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) Returns the first launch set in the ordered set where companyId = ?.static LaunchSetfetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) Returns the last launch set in the ordered set where companyId = ?.static LaunchSetfetchByERC_C(String externalReferenceCode, long companyId) Returns the launch set where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found.static LaunchSetfetchByERC_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.static LaunchSetfetchByPrimaryKey(long launchSetId) Returns the launch set with the primary key or returnsnullif it could not be found.static Map<Serializable, LaunchSet> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static LaunchSetfetchByUuid_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 = ?.static LaunchSetfetchByUuid_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 = ?.static LaunchSetfetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) Returns the first launch set in the ordered set where uuid = ?.static LaunchSetfetchByUuid_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 = ?.static LaunchSetfindByC_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 = ?.static LaunchSetfindByC_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 = ?.static LaunchSet[]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 = ?.static LaunchSetfindByC_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 = ?.static LaunchSetfindByC_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 = ?.static LaunchSet[]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 = ?.static LaunchSetfindByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) Returns the first launch set in the ordered set where companyId = ?.static LaunchSetfindByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) Returns the last launch set in the ordered set where companyId = ?.static LaunchSet[]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 = ?.static LaunchSetfindByERC_C(String externalReferenceCode, long companyId) Returns the launch set where externalReferenceCode = ? and companyId = ? or throws aNoSuchLaunchSetExceptionif it could not be found.static LaunchSetfindByPrimaryKey(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 = ?.static LaunchSetfindByUuid_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 = ?.static LaunchSetfindByUuid_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 = ?.static LaunchSet[]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 = ?.static LaunchSetfindByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) Returns the first launch set in the ordered set where uuid = ?.static LaunchSetfindByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) Returns the last launch set in the ordered set where uuid = ?.static LaunchSet[]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 = ?.findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) static LaunchSetPersistencestatic LaunchSetremove(long launchSetId) Removes the launch set with the primary key from the database.static voidRemoves all the launch sets from the database.static voidremoveByC_S(long companyId, int status) Removes all the launch sets where companyId = ? and status = ? from the database.static voidremoveByC_U(long companyId, long userId) Removes all the launch sets where companyId = ? and userId = ? from the database.static voidremoveByCompanyId(long companyId) Removes all the launch sets where companyId = ? from the database.static LaunchSetremoveByERC_C(String externalReferenceCode, long companyId) Removes the launch set where externalReferenceCode = ? and companyId = ? from the database.static voidremoveByUuid(String uuid) Removes all the launch sets where uuid = ? from the database.static voidremoveByUuid_C(String uuid, long companyId) Removes all the launch sets where uuid = ? and companyId = ? from the database.static voidsetPersistence(LaunchSetPersistence persistence) static LaunchSetstatic LaunchSetstatic LaunchSetupdateImpl(LaunchSet launchSet)
-
Constructor Details
-
LaunchSetUtil
public LaunchSetUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
clearCache
- See Also:
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
fetchByPrimaryKeys
- See Also:
-
findWithDynamicQuery
public static List<LaunchSet> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
findWithDynamicQuery
public static List<LaunchSet> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
findWithDynamicQuery
public static List<LaunchSet> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchSet> orderByComparator) - See Also:
-
update
- See Also:
-
update
public static LaunchSet update(LaunchSet launchSet, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
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
public static 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
public static 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
public static 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
-
fetchByUuid_First
public static 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
public static 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
-
fetchByUuid_Last
public static 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
public static 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
-
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
public static 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
public static 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
public static 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
-
fetchByUuid_C_First
public static 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
public static 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
-
fetchByUuid_C_Last
public static 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
public static 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
-
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
public static 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
public static 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
public static 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
-
fetchByCompanyId_First
public static 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
public static 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
-
fetchByCompanyId_Last
public static 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
public static 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
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the launch sets where companyId = ? from the database.- Parameters:
companyId- the company ID
-
countByCompanyId
public static 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
public static 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
public static 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
public static 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
-
fetchByC_U_First
public static 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
public static 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
-
fetchByC_U_Last
public static 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
public static 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
-
removeByC_U
public static 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
public static 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
public static 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
public static 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
public static 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
-
fetchByC_S_First
public static 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
public static 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
-
fetchByC_S_Last
public static 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
public static 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
-
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
public static 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
public static 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
public static 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
public static 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
public static 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
public static LaunchSet findByERC_C(String externalReferenceCode, long companyId) throws NoSuchLaunchSetException 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
-
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
public static LaunchSet 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.- 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
public static 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
-
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
-
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
public static 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
public static 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
public static void removeAll()Removes all the launch sets from the database. -
countAll
public static int countAll()Returns the number of launch sets.- Returns:
- the number of launch sets
-
getPersistence
-
setPersistence
-