Interface SourcePersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<Source>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(Source source) Caches the source in the entity cache if it is enabled.voidcacheResult(List<Source> sources) Caches the sources in the entity cache if it is enabled.intcountAll()Returns the number of sources.intcountByCompanyId(long companyId) Returns the number of sources where companyId = ?.intcountByGroupId(long groupId) Returns the number of sources where groupId = ?.intcountByUuid(String uuid) Returns the number of sources where uuid = ?.intcountByUuid_C(String uuid, long companyId) Returns the number of sources where uuid = ? and companyId = ?.intcountByUUID_G(String uuid, long groupId) Returns the number of sources where uuid = ? and groupId = ?.create(long sourceId) Creates a new source with the primary key.fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the first source in the ordered set where companyId = ?.fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the last source in the ordered set where companyId = ?.fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the first source in the ordered set where groupId = ?.fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the last source in the ordered set where groupId = ?.fetchByPrimaryKey(long sourceId) Returns the source with the primary key or returnsnullif it could not be found.fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the first source in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the last source in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the first source in the ordered set where uuid = ?.fetchByUUID_G(String uuid, long groupId) Returns the source where uuid = ? and groupId = ? or returnsnullif it could not be found.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the source where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the last source in the ordered set where uuid = ?.intfilterCountByGroupId(long groupId) Returns the number of sources that the user has permission to view where groupId = ?.filterFindByGroupId(long groupId) Returns all the sources that the user has permission to view where groupId = ?.filterFindByGroupId(long groupId, int start, int end) Returns a range of all the sources that the user has permission to view where groupId = ?.filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns an ordered range of all the sources that the user has permissions to view where groupId = ?.Source[]filterFindByGroupId_PrevAndNext(long sourceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the sources before and after the current source in the ordered set of sources that the user has permission to view where groupId = ?.findAll()Returns all the sources.findAll(int start, int end) Returns a range of all the sources.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns an ordered range of all the sources.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sources.findByCompanyId(long companyId) Returns all the sources where companyId = ?.findByCompanyId(long companyId, int start, int end) Returns a range of all the sources where companyId = ?.findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns an ordered range of all the sources where companyId = ?.findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sources where companyId = ?.findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the first source in the ordered set where companyId = ?.findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the last source in the ordered set where companyId = ?.Source[]findByCompanyId_PrevAndNext(long sourceId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the sources before and after the current source in the ordered set where companyId = ?.findByGroupId(long groupId) Returns all the sources where groupId = ?.findByGroupId(long groupId, int start, int end) Returns a range of all the sources where groupId = ?.findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns an ordered range of all the sources where groupId = ?.findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sources where groupId = ?.findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the first source in the ordered set where groupId = ?.findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the last source in the ordered set where groupId = ?.Source[]findByGroupId_PrevAndNext(long sourceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the sources before and after the current source in the ordered set where groupId = ?.findByPrimaryKey(long sourceId) Returns the source with the primary key or throws aNoSuchSourceExceptionif it could not be found.findByUuid(String uuid) Returns all the sources where uuid = ?.findByUuid(String uuid, int start, int end) Returns a range of all the sources where uuid = ?.findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns an ordered range of all the sources where uuid = ?.findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sources where uuid = ?.findByUuid_C(String uuid, long companyId) Returns all the sources where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the sources where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns an ordered range of all the sources where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sources where uuid = ? and companyId = ?.findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the first source in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the last source in the ordered set where uuid = ? and companyId = ?.Source[]findByUuid_C_PrevAndNext(long sourceId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the sources before and after the current source in the ordered set where uuid = ? and companyId = ?.findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the first source in the ordered set where uuid = ?.findByUUID_G(String uuid, long groupId) Returns the source where uuid = ? and groupId = ? or throws aNoSuchSourceExceptionif it could not be found.findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the last source in the ordered set where uuid = ?.Source[]findByUuid_PrevAndNext(long sourceId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the sources before and after the current source in the ordered set where uuid = ?.remove(long sourceId) Removes the source with the primary key from the database.voidRemoves all the sources from the database.voidremoveByCompanyId(long companyId) Removes all the sources where companyId = ? from the database.voidremoveByGroupId(long groupId) Removes all the sources where groupId = ? from the database.voidremoveByUuid(String uuid) Removes all the sources where uuid = ? from the database.voidremoveByUuid_C(String uuid, long companyId) Removes all the sources where uuid = ? and companyId = ? from the database.removeByUUID_G(String uuid, long groupId) Removes the source where uuid = ? and groupId = ? from the database.updateImpl(Source source) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, 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 sources where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching sources
-
findByUuid
Returns a range of all the sources 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 fromSourceModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)- Returns:
- the range of matching sources
-
findByUuid
List<Source> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns an ordered range of all the sources 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 fromSourceModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching sources
-
findByUuid
List<Source> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sources 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 fromSourceModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching sources
-
findByUuid_First
Source findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws NoSuchSourceException Returns the first source in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching source
- Throws:
NoSuchSourceException- if a matching source could not be found
-
fetchByUuid_First
Source fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the first source in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching source, or
nullif a matching source could not be found
-
findByUuid_Last
Source findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws NoSuchSourceException Returns the last source in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching source
- Throws:
NoSuchSourceException- if a matching source could not be found
-
fetchByUuid_Last
Source fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the last source in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching source, or
nullif a matching source could not be found
-
findByUuid_PrevAndNext
Source[] findByUuid_PrevAndNext(long sourceId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws NoSuchSourceException Returns the sources before and after the current source in the ordered set where uuid = ?.- Parameters:
sourceId- the primary key of the current sourceuuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next source
- Throws:
NoSuchSourceException- if a source with the primary key could not be found
-
removeByUuid
Removes all the sources where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of sources where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the number of matching sources
-
findByUUID_G
Returns the source where uuid = ? and groupId = ? or throws aNoSuchSourceExceptionif it could not be found.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching source
- Throws:
NoSuchSourceException- if a matching source could not be found
-
fetchByUUID_G
Returns the source where uuid = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching source, or
nullif a matching source could not be found
-
fetchByUUID_G
Returns the source where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
uuid- the uuidgroupId- the group IDuseFinderCache- whether to use the finder cache- Returns:
- the matching source, or
nullif a matching source could not be found
-
removeByUUID_G
Removes the source where uuid = ? and groupId = ? from the database.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the source that was removed
- Throws:
NoSuchSourceException
-
countByUUID_G
Returns the number of sources where uuid = ? and groupId = ?.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the number of matching sources
-
findByUuid_C
Returns all the sources where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching sources
-
findByUuid_C
Returns a range of all the sources 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 fromSourceModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)- Returns:
- the range of matching sources
-
findByUuid_C
List<Source> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns an ordered range of all the sources 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 fromSourceModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching sources
-
findByUuid_C
List<Source> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sources 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 fromSourceModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching sources
-
findByUuid_C_First
Source findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws NoSuchSourceException Returns the first source 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 source
- Throws:
NoSuchSourceException- if a matching source could not be found
-
fetchByUuid_C_First
Source fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the first source 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 source, or
nullif a matching source could not be found
-
findByUuid_C_Last
Source findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws NoSuchSourceException Returns the last source 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 source
- Throws:
NoSuchSourceException- if a matching source could not be found
-
fetchByUuid_C_Last
Source fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the last source 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 source, or
nullif a matching source could not be found
-
findByUuid_C_PrevAndNext
Source[] findByUuid_C_PrevAndNext(long sourceId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws NoSuchSourceException Returns the sources before and after the current source in the ordered set where uuid = ? and companyId = ?.- Parameters:
sourceId- the primary key of the current sourceuuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next source
- Throws:
NoSuchSourceException- if a source with the primary key could not be found
-
removeByUuid_C
Removes all the sources where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of sources where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching sources
-
findByGroupId
Returns all the sources where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the matching sources
-
findByGroupId
Returns a range of all the sources where groupId = ?.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 fromSourceModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)- Returns:
- the range of matching sources
-
findByGroupId
List<Source> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns an ordered range of all the sources where groupId = ?.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 fromSourceModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching sources
-
findByGroupId
List<Source> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sources where groupId = ?.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 fromSourceModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching sources
-
findByGroupId_First
Source findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws NoSuchSourceException Returns the first source in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching source
- Throws:
NoSuchSourceException- if a matching source could not be found
-
fetchByGroupId_First
Source fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the first source in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching source, or
nullif a matching source could not be found
-
findByGroupId_Last
Source findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws NoSuchSourceException Returns the last source in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching source
- Throws:
NoSuchSourceException- if a matching source could not be found
-
fetchByGroupId_Last
Source fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the last source in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching source, or
nullif a matching source could not be found
-
findByGroupId_PrevAndNext
Source[] findByGroupId_PrevAndNext(long sourceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws NoSuchSourceException Returns the sources before and after the current source in the ordered set where groupId = ?.- Parameters:
sourceId- the primary key of the current sourcegroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next source
- Throws:
NoSuchSourceException- if a source with the primary key could not be found
-
filterFindByGroupId
Returns all the sources that the user has permission to view where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the matching sources that the user has permission to view
-
filterFindByGroupId
Returns a range of all the sources that the user has permission to view where groupId = ?.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 fromSourceModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)- Returns:
- the range of matching sources that the user has permission to view
-
filterFindByGroupId
List<Source> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns an ordered range of all the sources that the user has permissions to view where groupId = ?.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 fromSourceModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching sources that the user has permission to view
-
filterFindByGroupId_PrevAndNext
Source[] filterFindByGroupId_PrevAndNext(long sourceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws NoSuchSourceException Returns the sources before and after the current source in the ordered set of sources that the user has permission to view where groupId = ?.- Parameters:
sourceId- the primary key of the current sourcegroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next source
- Throws:
NoSuchSourceException- if a source with the primary key could not be found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the sources where groupId = ? from the database.- Parameters:
groupId- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of sources where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the number of matching sources
-
filterCountByGroupId
int filterCountByGroupId(long groupId) Returns the number of sources that the user has permission to view where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the number of matching sources that the user has permission to view
-
findByCompanyId
Returns all the sources where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the matching sources
-
findByCompanyId
Returns a range of all the sources 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 fromSourceModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)- Returns:
- the range of matching sources
-
findByCompanyId
List<Source> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns an ordered range of all the sources 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 fromSourceModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching sources
-
findByCompanyId
List<Source> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sources 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 fromSourceModelImpl.- Parameters:
companyId- the company IDstart- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching sources
-
findByCompanyId_First
Source findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws NoSuchSourceException Returns the first source in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching source
- Throws:
NoSuchSourceException- if a matching source could not be found
-
fetchByCompanyId_First
Source fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the first source in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching source, or
nullif a matching source could not be found
-
findByCompanyId_Last
Source findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws NoSuchSourceException Returns the last source in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching source
- Throws:
NoSuchSourceException- if a matching source could not be found
-
fetchByCompanyId_Last
Source fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns the last source in the ordered set where companyId = ?.- Parameters:
companyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching source, or
nullif a matching source could not be found
-
findByCompanyId_PrevAndNext
Source[] findByCompanyId_PrevAndNext(long sourceId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) throws NoSuchSourceException Returns the sources before and after the current source in the ordered set where companyId = ?.- Parameters:
sourceId- the primary key of the current sourcecompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next source
- Throws:
NoSuchSourceException- if a source with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the sources where companyId = ? from the database.- Parameters:
companyId- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of sources where companyId = ?.- Parameters:
companyId- the company ID- Returns:
- the number of matching sources
-
cacheResult
Caches the source in the entity cache if it is enabled.- Parameters:
source- the source
-
cacheResult
Caches the sources in the entity cache if it is enabled.- Parameters:
sources- the sources
-
create
Creates a new source with the primary key. Does not add the source to the database.- Parameters:
sourceId- the primary key for the new source- Returns:
- the new source
-
remove
Removes the source with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
sourceId- the primary key of the source- Returns:
- the source that was removed
- Throws:
NoSuchSourceException- if a source with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the source with the primary key or throws aNoSuchSourceExceptionif it could not be found.- Parameters:
sourceId- the primary key of the source- Returns:
- the source
- Throws:
NoSuchSourceException- if a source with the primary key could not be found
-
fetchByPrimaryKey
Returns the source with the primary key or returnsnullif it could not be found.- Parameters:
sourceId- the primary key of the source- Returns:
- the source, or
nullif a source with the primary key could not be found
-
findAll
Returns all the sources.- Returns:
- the sources
-
findAll
Returns a range of all the sources.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 fromSourceModelImpl.- Parameters:
start- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)- Returns:
- the range of sources
-
findAll
List<Source> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator) Returns an ordered range of all the sources.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 fromSourceModelImpl.- Parameters:
start- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of sources
-
findAll
List<Source> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<Source> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sources.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 fromSourceModelImpl.- Parameters:
start- the lower bound of the range of sourcesend- the upper bound of the range of sources (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of sources
-
removeAll
void removeAll()Removes all the sources from the database. -
countAll
int countAll()Returns the number of sources.- Returns:
- the number of sources
-