Interface LaunchEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<LaunchEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(LaunchEntry launchEntry) Caches the launch entry in the entity cache if it is enabled.voidcacheResult(List<LaunchEntry> launchEntries) Caches the launch entries in the entity cache if it is enabled.intcountAll()Returns the number of launch entries.intcountByC_C_C(long classNameId, long classPK, String classVersion) Returns the number of launch entries where classNameId = ? and classPK = ? and classVersion = ?.intcountByERC_C(String externalReferenceCode, long companyId) Returns the number of launch entries where externalReferenceCode = ? and companyId = ?.intcountByLaunchSetId(long launchSetId) Returns the number of launch entries where launchSetId = ?.intcountByUuid(String uuid) Returns the number of launch entries where uuid = ?.intcountByUuid_C(String uuid, long companyId) Returns the number of launch entries where uuid = ? and companyId = ?.create(long launchEntryId) Creates a new launch entry with the primary key.fetchByC_C_C(long classNameId, long classPK, String classVersion) Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or returnsnullif it could not be found.fetchByC_C_C(long classNameId, long classPK, String classVersion, boolean useFinderCache) Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByERC_C(String externalReferenceCode, long companyId) Returns the launch entry where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found.fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the launch entry where externalReferenceCode = ? and companyId = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByLaunchSetId_First(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the first launch entry in the ordered set where launchSetId = ?.fetchByLaunchSetId_Last(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the last launch entry in the ordered set where launchSetId = ?.fetchByPrimaryKey(long launchEntryId) Returns the launch entry with the primary key or returnsnullif it could not be found.fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the first launch entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the last launch entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the first launch entry in the ordered set where uuid = ?.fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the last launch entry in the ordered set where uuid = ?.findAll()Returns all the launch entries.findAll(int start, int end) Returns a range of all the launch entries.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns an ordered range of all the launch entries.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the launch entries.findByC_C_C(long classNameId, long classPK, String classVersion) Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or throws aNoSuchLaunchEntryExceptionif it could not be found.findByERC_C(String externalReferenceCode, long companyId) Returns the launch entry where externalReferenceCode = ? and companyId = ? or throws aNoSuchLaunchEntryExceptionif it could not be found.findByLaunchSetId(long launchSetId) Returns all the launch entries where launchSetId = ?.findByLaunchSetId(long launchSetId, int start, int end) Returns a range of all the launch entries where launchSetId = ?.findByLaunchSetId(long launchSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns an ordered range of all the launch entries where launchSetId = ?.findByLaunchSetId(long launchSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the launch entries where launchSetId = ?.findByLaunchSetId_First(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the first launch entry in the ordered set where launchSetId = ?.findByLaunchSetId_Last(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the last launch entry in the ordered set where launchSetId = ?.findByLaunchSetId_PrevAndNext(long launchEntryId, long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the launch entries before and after the current launch entry in the ordered set where launchSetId = ?.findByPrimaryKey(long launchEntryId) Returns the launch entry with the primary key or throws aNoSuchLaunchEntryExceptionif it could not be found.findByUuid(String uuid) Returns all the launch entries where uuid = ?.findByUuid(String uuid, int start, int end) Returns a range of all the launch entries where uuid = ?.findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns an ordered range of all the launch entries where uuid = ?.findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the launch entries where uuid = ?.findByUuid_C(String uuid, long companyId) Returns all the launch entries where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the launch entries where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns an ordered range of all the launch entries where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the launch entries where uuid = ? and companyId = ?.findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the first launch entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the last launch entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext(long launchEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the launch entries before and after the current launch entry in the ordered set where uuid = ? and companyId = ?.findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the first launch entry in the ordered set where uuid = ?.findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the last launch entry in the ordered set where uuid = ?.findByUuid_PrevAndNext(long launchEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the launch entries before and after the current launch entry in the ordered set where uuid = ?.remove(long launchEntryId) Removes the launch entry with the primary key from the database.voidRemoves all the launch entries from the database.removeByC_C_C(long classNameId, long classPK, String classVersion) Removes the launch entry where classNameId = ? and classPK = ? and classVersion = ? from the database.removeByERC_C(String externalReferenceCode, long companyId) Removes the launch entry where externalReferenceCode = ? and companyId = ? from the database.voidremoveByLaunchSetId(long launchSetId) Removes all the launch entries where launchSetId = ? from the database.voidremoveByUuid(String uuid) Removes all the launch entries where uuid = ? from the database.voidremoveByUuid_C(String uuid, long companyId) Removes all the launch entries where uuid = ? and companyId = ? from the database.updateImpl(LaunchEntry launchEntry) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQuery, dslQueryCount, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Method Details
-
findByUuid
Returns all the launch entries where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching launch entries
-
findByUuid
Returns a range of all the launch entries 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 fromLaunchEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of launch entriesend- the upper bound of the range of launch entries (not inclusive)- Returns:
- the range of matching launch entries
-
findByUuid
List<LaunchEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns an ordered range of all the launch entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - 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 fromLaunchEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of launch entriesend- the upper bound of the range of launch entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching launch entries
-
findByUuid
List<LaunchEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the launch entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - 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 fromLaunchEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of launch entriesend- the upper bound of the range of launch entries (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 entries
-
findByUuid_First
LaunchEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) throws NoSuchLaunchEntryException Returns the first launch entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching launch entry
- Throws:
NoSuchLaunchEntryException- if a matching launch entry could not be found
-
fetchByUuid_First
LaunchEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the first launch entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching launch entry, or
nullif a matching launch entry could not be found
-
findByUuid_Last
LaunchEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) throws NoSuchLaunchEntryException Returns the last launch entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching launch entry
- Throws:
NoSuchLaunchEntryException- if a matching launch entry could not be found
-
fetchByUuid_Last
LaunchEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the last launch entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching launch entry, or
nullif a matching launch entry could not be found
-
findByUuid_PrevAndNext
LaunchEntry[] findByUuid_PrevAndNext(long launchEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) throws NoSuchLaunchEntryException Returns the launch entries before and after the current launch entry in the ordered set where uuid = ?.- Parameters:
launchEntryId- the primary key of the current launch entryuuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next launch entry
- Throws:
NoSuchLaunchEntryException- if a launch entry with the primary key could not be found
-
removeByUuid
Removes all the launch entries where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of launch entries where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the number of matching launch entries
-
findByUuid_C
Returns all the launch entries where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching launch entries
-
findByUuid_C
Returns a range of all the launch entries 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 fromLaunchEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of launch entriesend- the upper bound of the range of launch entries (not inclusive)- Returns:
- the range of matching launch entries
-
findByUuid_C
List<LaunchEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns an ordered range of all the launch entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - 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 fromLaunchEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of launch entriesend- the upper bound of the range of launch entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching launch entries
-
findByUuid_C
List<LaunchEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the launch entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - 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 fromLaunchEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of launch entriesend- the upper bound of the range of launch entries (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 entries
-
findByUuid_C_First
LaunchEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) throws NoSuchLaunchEntryException Returns the first launch entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching launch entry
- Throws:
NoSuchLaunchEntryException- if a matching launch entry could not be found
-
fetchByUuid_C_First
LaunchEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the first launch entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching launch entry, or
nullif a matching launch entry could not be found
-
findByUuid_C_Last
LaunchEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) throws NoSuchLaunchEntryException Returns the last launch entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching launch entry
- Throws:
NoSuchLaunchEntryException- if a matching launch entry could not be found
-
fetchByUuid_C_Last
LaunchEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the last launch entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching launch entry, or
nullif a matching launch entry could not be found
-
findByUuid_C_PrevAndNext
LaunchEntry[] findByUuid_C_PrevAndNext(long launchEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) throws NoSuchLaunchEntryException Returns the launch entries before and after the current launch entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
launchEntryId- the primary key of the current launch entryuuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next launch entry
- Throws:
NoSuchLaunchEntryException- if a launch entry with the primary key could not be found
-
removeByUuid_C
Removes all the launch entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of launch entries where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching launch entries
-
findByLaunchSetId
Returns all the launch entries where launchSetId = ?.- Parameters:
launchSetId- the launch set ID- Returns:
- the matching launch entries
-
findByLaunchSetId
Returns a range of all the launch entries where launchSetId = ?.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 fromLaunchEntryModelImpl.- Parameters:
launchSetId- the launch set IDstart- the lower bound of the range of launch entriesend- the upper bound of the range of launch entries (not inclusive)- Returns:
- the range of matching launch entries
-
findByLaunchSetId
List<LaunchEntry> findByLaunchSetId(long launchSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns an ordered range of all the launch entries where launchSetId = ?.Useful when paginating results. Returns a maximum of
end - 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 fromLaunchEntryModelImpl.- Parameters:
launchSetId- the launch set IDstart- the lower bound of the range of launch entriesend- the upper bound of the range of launch entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching launch entries
-
findByLaunchSetId
List<LaunchEntry> findByLaunchSetId(long launchSetId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the launch entries where launchSetId = ?.Useful when paginating results. Returns a maximum of
end - 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 fromLaunchEntryModelImpl.- Parameters:
launchSetId- the launch set IDstart- the lower bound of the range of launch entriesend- the upper bound of the range of launch entries (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 entries
-
findByLaunchSetId_First
LaunchEntry findByLaunchSetId_First(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) throws NoSuchLaunchEntryException Returns the first launch entry in the ordered set where launchSetId = ?.- Parameters:
launchSetId- the launch set IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching launch entry
- Throws:
NoSuchLaunchEntryException- if a matching launch entry could not be found
-
fetchByLaunchSetId_First
LaunchEntry fetchByLaunchSetId_First(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the first launch entry in the ordered set where launchSetId = ?.- Parameters:
launchSetId- the launch set IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching launch entry, or
nullif a matching launch entry could not be found
-
findByLaunchSetId_Last
LaunchEntry findByLaunchSetId_Last(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) throws NoSuchLaunchEntryException Returns the last launch entry in the ordered set where launchSetId = ?.- Parameters:
launchSetId- the launch set IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching launch entry
- Throws:
NoSuchLaunchEntryException- if a matching launch entry could not be found
-
fetchByLaunchSetId_Last
LaunchEntry fetchByLaunchSetId_Last(long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns the last launch entry in the ordered set where launchSetId = ?.- Parameters:
launchSetId- the launch set IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching launch entry, or
nullif a matching launch entry could not be found
-
findByLaunchSetId_PrevAndNext
LaunchEntry[] findByLaunchSetId_PrevAndNext(long launchEntryId, long launchSetId, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) throws NoSuchLaunchEntryException Returns the launch entries before and after the current launch entry in the ordered set where launchSetId = ?.- Parameters:
launchEntryId- the primary key of the current launch entrylaunchSetId- the launch set IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next launch entry
- Throws:
NoSuchLaunchEntryException- if a launch entry with the primary key could not be found
-
removeByLaunchSetId
void removeByLaunchSetId(long launchSetId) Removes all the launch entries where launchSetId = ? from the database.- Parameters:
launchSetId- the launch set ID
-
countByLaunchSetId
int countByLaunchSetId(long launchSetId) Returns the number of launch entries where launchSetId = ?.- Parameters:
launchSetId- the launch set ID- Returns:
- the number of matching launch entries
-
findByC_C_C
LaunchEntry findByC_C_C(long classNameId, long classPK, String classVersion) throws NoSuchLaunchEntryException Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or throws aNoSuchLaunchEntryExceptionif it could not be found.- Parameters:
classNameId- the class name IDclassPK- the class pkclassVersion- the class version- Returns:
- the matching launch entry
- Throws:
NoSuchLaunchEntryException- if a matching launch entry could not be found
-
fetchByC_C_C
Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
classNameId- the class name IDclassPK- the class pkclassVersion- the class version- Returns:
- the matching launch entry, or
nullif a matching launch entry could not be found
-
fetchByC_C_C
LaunchEntry fetchByC_C_C(long classNameId, long classPK, String classVersion, boolean useFinderCache) Returns the launch entry where classNameId = ? and classPK = ? and classVersion = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
classNameId- the class name IDclassPK- the class pkclassVersion- the class versionuseFinderCache- whether to use the finder cache- Returns:
- the matching launch entry, or
nullif a matching launch entry could not be found
-
removeByC_C_C
LaunchEntry removeByC_C_C(long classNameId, long classPK, String classVersion) throws NoSuchLaunchEntryException Removes the launch entry where classNameId = ? and classPK = ? and classVersion = ? from the database.- Parameters:
classNameId- the class name IDclassPK- the class pkclassVersion- the class version- Returns:
- the launch entry that was removed
- Throws:
NoSuchLaunchEntryException
-
countByC_C_C
Returns the number of launch entries where classNameId = ? and classPK = ? and classVersion = ?.- Parameters:
classNameId- the class name IDclassPK- the class pkclassVersion- the class version- Returns:
- the number of matching launch entries
-
findByERC_C
LaunchEntry findByERC_C(String externalReferenceCode, long companyId) throws NoSuchLaunchEntryException Returns the launch entry where externalReferenceCode = ? and companyId = ? or throws aNoSuchLaunchEntryExceptionif it could not be found.- Parameters:
externalReferenceCode- the external reference codecompanyId- the company ID- Returns:
- the matching launch entry
- Throws:
NoSuchLaunchEntryException- if a matching launch entry could not be found
-
fetchByERC_C
Returns the launch entry 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 entry, or
nullif a matching launch entry could not be found
-
fetchByERC_C
Returns the launch entry 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 entry, or
nullif a matching launch entry could not be found
-
removeByERC_C
LaunchEntry removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchLaunchEntryException Removes the launch entry where externalReferenceCode = ? and companyId = ? from the database.- Parameters:
externalReferenceCode- the external reference codecompanyId- the company ID- Returns:
- the launch entry that was removed
- Throws:
NoSuchLaunchEntryException
-
countByERC_C
Returns the number of launch entries where externalReferenceCode = ? and companyId = ?.- Parameters:
externalReferenceCode- the external reference codecompanyId- the company ID- Returns:
- the number of matching launch entries
-
cacheResult
Caches the launch entry in the entity cache if it is enabled.- Parameters:
launchEntry- the launch entry
-
cacheResult
Caches the launch entries in the entity cache if it is enabled.- Parameters:
launchEntries- the launch entries
-
create
Creates a new launch entry with the primary key. Does not add the launch entry to the database.- Parameters:
launchEntryId- the primary key for the new launch entry- Returns:
- the new launch entry
-
remove
Removes the launch entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
launchEntryId- the primary key of the launch entry- Returns:
- the launch entry that was removed
- Throws:
NoSuchLaunchEntryException- if a launch entry with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the launch entry with the primary key or throws aNoSuchLaunchEntryExceptionif it could not be found.- Parameters:
launchEntryId- the primary key of the launch entry- Returns:
- the launch entry
- Throws:
NoSuchLaunchEntryException- if a launch entry with the primary key could not be found
-
fetchByPrimaryKey
Returns the launch entry with the primary key or returnsnullif it could not be found.- Parameters:
launchEntryId- the primary key of the launch entry- Returns:
- the launch entry, or
nullif a launch entry with the primary key could not be found
-
findAll
List<LaunchEntry> findAll()Returns all the launch entries.- Returns:
- the launch entries
-
findAll
Returns a range of all the launch entries.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 fromLaunchEntryModelImpl.- Parameters:
start- the lower bound of the range of launch entriesend- the upper bound of the range of launch entries (not inclusive)- Returns:
- the range of launch entries
-
findAll
List<LaunchEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator) Returns an ordered range of all the launch entries.Useful when paginating results. Returns a maximum of
end - 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 fromLaunchEntryModelImpl.- Parameters:
start- the lower bound of the range of launch entriesend- the upper bound of the range of launch entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of launch entries
-
findAll
List<LaunchEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<LaunchEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the launch entries.Useful when paginating results. Returns a maximum of
end - 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 fromLaunchEntryModelImpl.- Parameters:
start- the lower bound of the range of launch entriesend- the upper bound of the range of launch entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of launch entries
-
removeAll
void removeAll()Removes all the launch entries from the database. -
countAll
int countAll()Returns the number of launch entries.- Returns:
- the number of launch entries
-