Interface SavedContentEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<SavedContentEntry>,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<SavedContentEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoidcacheResult(SavedContentEntry savedContentEntry) Caches the saved content entry in the entity cache if it is enabled.voidcacheResult(List<SavedContentEntry> savedContentEntries) Caches the saved content entries in the entity cache if it is enabled.intcountAll()Returns the number of saved content entries.intcountByC_C_C(long companyId, long classNameId, long classPK) Returns the number of saved content entries where companyId = ? and classNameId = ? and classPK = ?.intcountByC_U_C_C(long companyId, long userId, long classNameId, long classPK) Returns the number of saved content entries where companyId = ? and userId = ? and classNameId = ? and classPK = ?.intcountByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs) Returns the number of saved content entries where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.intcountByG_C_C(long groupId, long classNameId, long classPK) Returns the number of saved content entries where groupId = ? and classNameId = ? and classPK = ?.intcountByG_CN(long groupId, long classNameId) Returns the number of saved content entries where groupId = ? and classNameId = ?.intcountByG_U(long groupId, long userId) Returns the number of saved content entries where groupId = ? and userId = ?.intcountByG_U_C_C(long groupId, long userId, long classNameId, long classPK) Returns the number of saved content entries where groupId = ? and userId = ? and classNameId = ? and classPK = ?.intcountByGroupId(long groupId) Returns the number of saved content entries where groupId = ?.intcountByU_C(long userId, long classNameId) Returns the number of saved content entries where userId = ? and classNameId = ?.intcountByUserId(long userId) Returns the number of saved content entries where userId = ?.intcountByUuid(String uuid) Returns the number of saved content entries where uuid = ?.intcountByUuid_C(String uuid, long companyId) Returns the number of saved content entries where uuid = ? and companyId = ?.intcountByUUID_G(String uuid, long groupId) Returns the number of saved content entries where uuid = ? and groupId = ?.create(long savedContentEntryId) Creates a new saved content entry with the primary key.fetchByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.fetchByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK) Returns the saved content entry where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returnsnullif it could not be found.fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK, boolean useFinderCache) Returns the saved content entry where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.fetchByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.fetchByG_CN_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where groupId = ? and classNameId = ?.fetchByG_CN_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where groupId = ? and classNameId = ?.fetchByG_U_C_C(long groupId, long userId, long classNameId, long classPK) Returns the saved content entry where groupId = ? and userId = ? and classNameId = ? and classPK = ? or returnsnullif it could not be found.fetchByG_U_C_C(long groupId, long userId, long classNameId, long classPK, boolean useFinderCache) Returns the saved content entry where groupId = ? and userId = ? and classNameId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where groupId = ? and userId = ?.fetchByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where groupId = ? and userId = ?.fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where groupId = ?.fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where groupId = ?.fetchByPrimaryKey(long savedContentEntryId) Returns the saved content entry with the primary key or returnsnullif it could not be found.fetchByU_C_First(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where userId = ? and classNameId = ?.fetchByU_C_Last(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where userId = ? and classNameId = ?.fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where userId = ?.fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where userId = ?.fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where uuid = ?.fetchByUUID_G(String uuid, long groupId) Returns the saved content entry where uuid = ? and groupId = ? or returnsnullif it could not be found.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the saved content entry 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<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where uuid = ?.intfilterCountByG_C_C(long groupId, long classNameId, long classPK) Returns the number of saved content entries that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.intfilterCountByG_CN(long groupId, long classNameId) Returns the number of saved content entries that the user has permission to view where groupId = ? and classNameId = ?.intfilterCountByG_U(long groupId, long userId) Returns the number of saved content entries that the user has permission to view where groupId = ? and userId = ?.intfilterCountByGroupId(long groupId) Returns the number of saved content entries that the user has permission to view where groupId = ?.filterFindByG_C_C(long groupId, long classNameId, long classPK) Returns all the saved content entries that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end) Returns a range of all the saved content entries that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.filterFindByG_C_C_PrevAndNext(long savedContentEntryId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the saved content entries before and after the current saved content entry in the ordered set of saved content entries that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.filterFindByG_CN(long groupId, long classNameId) Returns all the saved content entries that the user has permission to view where groupId = ? and classNameId = ?.filterFindByG_CN(long groupId, long classNameId, int start, int end) Returns a range of all the saved content entries that the user has permission to view where groupId = ? and classNameId = ?.filterFindByG_CN(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries that the user has permissions to view where groupId = ? and classNameId = ?.filterFindByG_CN_PrevAndNext(long savedContentEntryId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the saved content entries before and after the current saved content entry in the ordered set of saved content entries that the user has permission to view where groupId = ? and classNameId = ?.filterFindByG_U(long groupId, long userId) Returns all the saved content entries that the user has permission to view where groupId = ? and userId = ?.filterFindByG_U(long groupId, long userId, int start, int end) Returns a range of all the saved content entries that the user has permission to view where groupId = ? and userId = ?.filterFindByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries that the user has permissions to view where groupId = ? and userId = ?.filterFindByG_U_PrevAndNext(long savedContentEntryId, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the saved content entries before and after the current saved content entry in the ordered set of saved content entries that the user has permission to view where groupId = ? and userId = ?.filterFindByGroupId(long groupId) Returns all the saved content entries that the user has permission to view where groupId = ?.filterFindByGroupId(long groupId, int start, int end) Returns a range of all the saved content entries that the user has permission to view where groupId = ?.filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries that the user has permissions to view where groupId = ?.filterFindByGroupId_PrevAndNext(long savedContentEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the saved content entries before and after the current saved content entry in the ordered set of saved content entries that the user has permission to view where groupId = ?.findAll()Returns all the saved content entries.findAll(int start, int end) Returns a range of all the saved content entries.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries.findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries.findByC_C_C(long companyId, long classNameId, long classPK) Returns all the saved content entries where companyId = ? and classNameId = ? and classPK = ?.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the saved content entries where companyId = ? and classNameId = ? and classPK = ?.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where companyId = ? and classNameId = ? and classPK = ?.findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where companyId = ? and classNameId = ? and classPK = ?.findByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.findByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.findByC_C_C_PrevAndNext(long savedContentEntryId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the saved content entries before and after the current saved content entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.findByC_U_C_C(long companyId, long userId, long classNameId, long classPK) Returns the saved content entry where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws aNoSuchSavedContentEntryExceptionif it could not be found.findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs) Returns all the saved content entries where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end) Returns a range of all the saved content entries where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where companyId = ? and userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.findByG_C_C(long groupId, long classNameId, long classPK) Returns all the saved content entries where groupId = ? and classNameId = ? and classPK = ?.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end) Returns a range of all the saved content entries where groupId = ? and classNameId = ? and classPK = ?.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where groupId = ? and classNameId = ? and classPK = ?.findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where groupId = ? and classNameId = ? and classPK = ?.findByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.findByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.findByG_C_C_PrevAndNext(long savedContentEntryId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the saved content entries before and after the current saved content entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.findByG_CN(long groupId, long classNameId) Returns all the saved content entries where groupId = ? and classNameId = ?.findByG_CN(long groupId, long classNameId, int start, int end) Returns a range of all the saved content entries where groupId = ? and classNameId = ?.findByG_CN(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where groupId = ? and classNameId = ?.findByG_CN(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where groupId = ? and classNameId = ?.findByG_CN_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where groupId = ? and classNameId = ?.findByG_CN_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where groupId = ? and classNameId = ?.findByG_CN_PrevAndNext(long savedContentEntryId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the saved content entries before and after the current saved content entry in the ordered set where groupId = ? and classNameId = ?.findByG_U(long groupId, long userId) Returns all the saved content entries where groupId = ? and userId = ?.findByG_U(long groupId, long userId, int start, int end) Returns a range of all the saved content entries where groupId = ? and userId = ?.findByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where groupId = ? and userId = ?.findByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where groupId = ? and userId = ?.findByG_U_C_C(long groupId, long userId, long classNameId, long classPK) Returns the saved content entry where groupId = ? and userId = ? and classNameId = ? and classPK = ? or throws aNoSuchSavedContentEntryExceptionif it could not be found.findByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where groupId = ? and userId = ?.findByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where groupId = ? and userId = ?.findByG_U_PrevAndNext(long savedContentEntryId, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the saved content entries before and after the current saved content entry in the ordered set where groupId = ? and userId = ?.findByGroupId(long groupId) Returns all the saved content entries where groupId = ?.findByGroupId(long groupId, int start, int end) Returns a range of all the saved content entries where groupId = ?.findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where groupId = ?.findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where groupId = ?.findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where groupId = ?.findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where groupId = ?.findByGroupId_PrevAndNext(long savedContentEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the saved content entries before and after the current saved content entry in the ordered set where groupId = ?.findByPrimaryKey(long savedContentEntryId) Returns the saved content entry with the primary key or throws aNoSuchSavedContentEntryExceptionif it could not be found.findByU_C(long userId, long classNameId) Returns all the saved content entries where userId = ? and classNameId = ?.findByU_C(long userId, long classNameId, int start, int end) Returns a range of all the saved content entries where userId = ? and classNameId = ?.findByU_C(long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where userId = ? and classNameId = ?.findByU_C(long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where userId = ? and classNameId = ?.findByU_C_First(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where userId = ? and classNameId = ?.findByU_C_Last(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where userId = ? and classNameId = ?.findByU_C_PrevAndNext(long savedContentEntryId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the saved content entries before and after the current saved content entry in the ordered set where userId = ? and classNameId = ?.findByUserId(long userId) Returns all the saved content entries where userId = ?.findByUserId(long userId, int start, int end) Returns a range of all the saved content entries where userId = ?.findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where userId = ?.findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where userId = ?.findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where userId = ?.findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where userId = ?.findByUserId_PrevAndNext(long savedContentEntryId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the saved content entries before and after the current saved content entry in the ordered set where userId = ?.findByUuid(String uuid) Returns all the saved content entries where uuid = ?.findByUuid(String uuid, int start, int end) Returns a range of all the saved content entries where uuid = ?.findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where uuid = ?.findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where uuid = ?.findByUuid_C(String uuid, long companyId) Returns all the saved content entries where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the saved content entries where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where uuid = ? and companyId = ?.findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where uuid = ? and companyId = ?.findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext(long savedContentEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the saved content entries before and after the current saved content entry in the ordered set where uuid = ? and companyId = ?.findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where uuid = ?.findByUUID_G(String uuid, long groupId) Returns the saved content entry where uuid = ? and groupId = ? or throws aNoSuchSavedContentEntryExceptionif it could not be found.findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where uuid = ?.findByUuid_PrevAndNext(long savedContentEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the saved content entries before and after the current saved content entry in the ordered set where uuid = ?.remove(long savedContentEntryId) Removes the saved content entry with the primary key from the database.voidRemoves all the saved content entries from the database.voidremoveByC_C_C(long companyId, long classNameId, long classPK) Removes all the saved content entries where companyId = ? and classNameId = ? and classPK = ? from the database.removeByC_U_C_C(long companyId, long userId, long classNameId, long classPK) Removes the saved content entry where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database.voidremoveByG_C_C(long groupId, long classNameId, long classPK) Removes all the saved content entries where groupId = ? and classNameId = ? and classPK = ? from the database.voidremoveByG_CN(long groupId, long classNameId) Removes all the saved content entries where groupId = ? and classNameId = ? from the database.voidremoveByG_U(long groupId, long userId) Removes all the saved content entries where groupId = ? and userId = ? from the database.removeByG_U_C_C(long groupId, long userId, long classNameId, long classPK) Removes the saved content entry where groupId = ? and userId = ? and classNameId = ? and classPK = ? from the database.voidremoveByGroupId(long groupId) Removes all the saved content entries where groupId = ? from the database.voidremoveByU_C(long userId, long classNameId) Removes all the saved content entries where userId = ? and classNameId = ? from the database.voidremoveByUserId(long userId) Removes all the saved content entries where userId = ? from the database.voidremoveByUuid(String uuid) Removes all the saved content entries where uuid = ? from the database.voidremoveByUuid_C(String uuid, long companyId) Removes all the saved content entries where uuid = ? and companyId = ? from the database.removeByUUID_G(String uuid, long groupId) Removes the saved content entry where uuid = ? and groupId = ? from the database.updateImpl(SavedContentEntry savedContentEntry) 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, updateMethods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the saved content entries where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching saved content entries
-
findByUuid
Returns a range of all the saved content 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 fromSavedContentEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of matching saved content entries
-
findByUuid
List<SavedContentEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content 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 fromSavedContentEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saved content entries
-
findByUuid
List<SavedContentEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content 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 fromSavedContentEntryModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content 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 saved content entries
-
findByUuid_First
SavedContentEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the first saved content entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByUuid_First
SavedContentEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByUuid_Last
SavedContentEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the last saved content entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByUuid_Last
SavedContentEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByUuid_PrevAndNext
SavedContentEntry[] findByUuid_PrevAndNext(long savedContentEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the saved content entries before and after the current saved content entry in the ordered set where uuid = ?.- Parameters:
savedContentEntryId- the primary key of the current saved content entryuuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saved content entry
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
removeByUuid
Removes all the saved content entries where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of saved content entries where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the number of matching saved content entries
-
findByUUID_G
Returns the saved content entry where uuid = ? and groupId = ? or throws aNoSuchSavedContentEntryExceptionif it could not be found.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByUUID_G
Returns the saved content entry 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 saved content entry, or
nullif a matching saved content entry could not be found
-
fetchByUUID_G
Returns the saved content entry 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 saved content entry, or
nullif a matching saved content entry could not be found
-
removeByUUID_G
Removes the saved content entry where uuid = ? and groupId = ? from the database.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the saved content entry that was removed
- Throws:
NoSuchSavedContentEntryException
-
countByUUID_G
Returns the number of saved content entries where uuid = ? and groupId = ?.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the number of matching saved content entries
-
findByUuid_C
Returns all the saved content entries where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching saved content entries
-
findByUuid_C
Returns a range of all the saved content 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 fromSavedContentEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of matching saved content entries
-
findByUuid_C
List<SavedContentEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content 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 fromSavedContentEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saved content entries
-
findByUuid_C
List<SavedContentEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content 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 fromSavedContentEntryModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content 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 saved content entries
-
findByUuid_C_First
SavedContentEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the first saved content 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 saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByUuid_C_First
SavedContentEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content 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 saved content entry, or
nullif a matching saved content entry could not be found
-
findByUuid_C_Last
SavedContentEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the last saved content 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 saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByUuid_C_Last
SavedContentEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content 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 saved content entry, or
nullif a matching saved content entry could not be found
-
findByUuid_C_PrevAndNext
SavedContentEntry[] findByUuid_C_PrevAndNext(long savedContentEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the saved content entries before and after the current saved content entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
savedContentEntryId- the primary key of the current saved content entryuuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saved content entry
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
removeByUuid_C
Removes all the saved content entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of saved content entries where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching saved content entries
-
findByGroupId
Returns all the saved content entries where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the matching saved content entries
-
findByGroupId
Returns a range of all the saved content entries 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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of matching saved content entries
-
findByGroupId
List<SavedContentEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries 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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saved content entries
-
findByGroupId
List<SavedContentEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries 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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content 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 saved content entries
-
findByGroupId_First
SavedContentEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the first saved content entry in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByGroupId_First
SavedContentEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByGroupId_Last
SavedContentEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the last saved content entry in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByGroupId_Last
SavedContentEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByGroupId_PrevAndNext
SavedContentEntry[] findByGroupId_PrevAndNext(long savedContentEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the saved content entries before and after the current saved content entry in the ordered set where groupId = ?.- Parameters:
savedContentEntryId- the primary key of the current saved content entrygroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saved content entry
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
filterFindByGroupId
Returns all the saved content entries that the user has permission to view where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the matching saved content entries that the user has permission to view
-
filterFindByGroupId
Returns a range of all the saved content entries 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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of matching saved content entries that the user has permission to view
-
filterFindByGroupId
List<SavedContentEntry> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries 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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saved content entries that the user has permission to view
-
filterFindByGroupId_PrevAndNext
SavedContentEntry[] filterFindByGroupId_PrevAndNext(long savedContentEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the saved content entries before and after the current saved content entry in the ordered set of saved content entries that the user has permission to view where groupId = ?.- Parameters:
savedContentEntryId- the primary key of the current saved content entrygroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saved content entry
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the saved content entries where groupId = ? from the database.- Parameters:
groupId- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of saved content entries where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the number of matching saved content entries
-
filterCountByGroupId
int filterCountByGroupId(long groupId) Returns the number of saved content entries that the user has permission to view where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the number of matching saved content entries that the user has permission to view
-
findByUserId
Returns all the saved content entries where userId = ?.- Parameters:
userId- the user ID- Returns:
- the matching saved content entries
-
findByUserId
Returns a range of all the saved content entries where 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 fromSavedContentEntryModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of matching saved content entries
-
findByUserId
List<SavedContentEntry> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where 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 fromSavedContentEntryModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saved content entries
-
findByUserId
List<SavedContentEntry> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where 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 fromSavedContentEntryModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content 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 saved content entries
-
findByUserId_First
SavedContentEntry findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the first saved content entry in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByUserId_First
SavedContentEntry fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByUserId_Last
SavedContentEntry findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the last saved content entry in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByUserId_Last
SavedContentEntry fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByUserId_PrevAndNext
SavedContentEntry[] findByUserId_PrevAndNext(long savedContentEntryId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the saved content entries before and after the current saved content entry in the ordered set where userId = ?.- Parameters:
savedContentEntryId- the primary key of the current saved content entryuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saved content entry
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
removeByUserId
void removeByUserId(long userId) Removes all the saved content entries where userId = ? from the database.- Parameters:
userId- the user ID
-
countByUserId
int countByUserId(long userId) Returns the number of saved content entries where userId = ?.- Parameters:
userId- the user ID- Returns:
- the number of matching saved content entries
-
findByG_U
Returns all the saved content entries where groupId = ? and userId = ?.- Parameters:
groupId- the group IDuserId- the user ID- Returns:
- the matching saved content entries
-
findByG_U
Returns a range of all the saved content entries where groupId = ? 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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDuserId- the user IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of matching saved content entries
-
findByG_U
List<SavedContentEntry> findByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where groupId = ? 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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDuserId- the user IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saved content entries
-
findByG_U
List<SavedContentEntry> findByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where groupId = ? 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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDuserId- the user IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content 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 saved content entries
-
findByG_U_First
SavedContentEntry findByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the first saved content entry in the ordered set where groupId = ? and userId = ?.- Parameters:
groupId- the group IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByG_U_First
SavedContentEntry fetchByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where groupId = ? and userId = ?.- Parameters:
groupId- the group IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByG_U_Last
SavedContentEntry findByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the last saved content entry in the ordered set where groupId = ? and userId = ?.- Parameters:
groupId- the group IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByG_U_Last
SavedContentEntry fetchByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where groupId = ? and userId = ?.- Parameters:
groupId- the group IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByG_U_PrevAndNext
SavedContentEntry[] findByG_U_PrevAndNext(long savedContentEntryId, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the saved content entries before and after the current saved content entry in the ordered set where groupId = ? and userId = ?.- Parameters:
savedContentEntryId- the primary key of the current saved content entrygroupId- the group IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saved content entry
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
filterFindByG_U
Returns all the saved content entries that the user has permission to view where groupId = ? and userId = ?.- Parameters:
groupId- the group IDuserId- the user ID- Returns:
- the matching saved content entries that the user has permission to view
-
filterFindByG_U
Returns a range of all the saved content entries that the user has permission to view where groupId = ? 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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDuserId- the user IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of matching saved content entries that the user has permission to view
-
filterFindByG_U
List<SavedContentEntry> filterFindByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries that the user has permissions to view where groupId = ? 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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDuserId- the user IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saved content entries that the user has permission to view
-
filterFindByG_U_PrevAndNext
SavedContentEntry[] filterFindByG_U_PrevAndNext(long savedContentEntryId, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the saved content entries before and after the current saved content entry in the ordered set of saved content entries that the user has permission to view where groupId = ? and userId = ?.- Parameters:
savedContentEntryId- the primary key of the current saved content entrygroupId- the group IDuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saved content entry
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
removeByG_U
void removeByG_U(long groupId, long userId) Removes all the saved content entries where groupId = ? and userId = ? from the database.- Parameters:
groupId- the group IDuserId- the user ID
-
countByG_U
int countByG_U(long groupId, long userId) Returns the number of saved content entries where groupId = ? and userId = ?.- Parameters:
groupId- the group IDuserId- the user ID- Returns:
- the number of matching saved content entries
-
filterCountByG_U
int filterCountByG_U(long groupId, long userId) Returns the number of saved content entries that the user has permission to view where groupId = ? and userId = ?.- Parameters:
groupId- the group IDuserId- the user ID- Returns:
- the number of matching saved content entries that the user has permission to view
-
findByG_CN
Returns all the saved content entries where groupId = ? and classNameId = ?.- Parameters:
groupId- the group IDclassNameId- the class name ID- Returns:
- the matching saved content entries
-
findByG_CN
Returns a range of all the saved content entries where groupId = ? and classNameId = ?.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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDclassNameId- the class name IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of matching saved content entries
-
findByG_CN
List<SavedContentEntry> findByG_CN(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where groupId = ? and classNameId = ?.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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDclassNameId- the class name IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saved content entries
-
findByG_CN
List<SavedContentEntry> findByG_CN(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where groupId = ? and classNameId = ?.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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDclassNameId- the class name IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content 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 saved content entries
-
findByG_CN_First
SavedContentEntry findByG_CN_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the first saved content entry in the ordered set where groupId = ? and classNameId = ?.- Parameters:
groupId- the group IDclassNameId- the class name IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByG_CN_First
SavedContentEntry fetchByG_CN_First(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where groupId = ? and classNameId = ?.- Parameters:
groupId- the group IDclassNameId- the class name IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByG_CN_Last
SavedContentEntry findByG_CN_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the last saved content entry in the ordered set where groupId = ? and classNameId = ?.- Parameters:
groupId- the group IDclassNameId- the class name IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByG_CN_Last
SavedContentEntry fetchByG_CN_Last(long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where groupId = ? and classNameId = ?.- Parameters:
groupId- the group IDclassNameId- the class name IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByG_CN_PrevAndNext
SavedContentEntry[] findByG_CN_PrevAndNext(long savedContentEntryId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the saved content entries before and after the current saved content entry in the ordered set where groupId = ? and classNameId = ?.- Parameters:
savedContentEntryId- the primary key of the current saved content entrygroupId- the group IDclassNameId- the class name IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saved content entry
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
filterFindByG_CN
Returns all the saved content entries that the user has permission to view where groupId = ? and classNameId = ?.- Parameters:
groupId- the group IDclassNameId- the class name ID- Returns:
- the matching saved content entries that the user has permission to view
-
filterFindByG_CN
Returns a range of all the saved content entries that the user has permission to view where groupId = ? and classNameId = ?.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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDclassNameId- the class name IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of matching saved content entries that the user has permission to view
-
filterFindByG_CN
List<SavedContentEntry> filterFindByG_CN(long groupId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries that the user has permissions to view where groupId = ? and classNameId = ?.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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDclassNameId- the class name IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saved content entries that the user has permission to view
-
filterFindByG_CN_PrevAndNext
SavedContentEntry[] filterFindByG_CN_PrevAndNext(long savedContentEntryId, long groupId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the saved content entries before and after the current saved content entry in the ordered set of saved content entries that the user has permission to view where groupId = ? and classNameId = ?.- Parameters:
savedContentEntryId- the primary key of the current saved content entrygroupId- the group IDclassNameId- the class name IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saved content entry
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
removeByG_CN
void removeByG_CN(long groupId, long classNameId) Removes all the saved content entries where groupId = ? and classNameId = ? from the database.- Parameters:
groupId- the group IDclassNameId- the class name ID
-
countByG_CN
int countByG_CN(long groupId, long classNameId) Returns the number of saved content entries where groupId = ? and classNameId = ?.- Parameters:
groupId- the group IDclassNameId- the class name ID- Returns:
- the number of matching saved content entries
-
filterCountByG_CN
int filterCountByG_CN(long groupId, long classNameId) Returns the number of saved content entries that the user has permission to view where groupId = ? and classNameId = ?.- Parameters:
groupId- the group IDclassNameId- the class name ID- Returns:
- the number of matching saved content entries that the user has permission to view
-
findByU_C
Returns all the saved content entries where userId = ? and classNameId = ?.- Parameters:
userId- the user IDclassNameId- the class name ID- Returns:
- the matching saved content entries
-
findByU_C
Returns a range of all the saved content entries where userId = ? and classNameId = ?.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 fromSavedContentEntryModelImpl.- Parameters:
userId- the user IDclassNameId- the class name IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of matching saved content entries
-
findByU_C
List<SavedContentEntry> findByU_C(long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where userId = ? and classNameId = ?.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 fromSavedContentEntryModelImpl.- Parameters:
userId- the user IDclassNameId- the class name IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saved content entries
-
findByU_C
List<SavedContentEntry> findByU_C(long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where userId = ? and classNameId = ?.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 fromSavedContentEntryModelImpl.- Parameters:
userId- the user IDclassNameId- the class name IDstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content 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 saved content entries
-
findByU_C_First
SavedContentEntry findByU_C_First(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the first saved content entry in the ordered set where userId = ? and classNameId = ?.- Parameters:
userId- the user IDclassNameId- the class name IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByU_C_First
SavedContentEntry fetchByU_C_First(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where userId = ? and classNameId = ?.- Parameters:
userId- the user IDclassNameId- the class name IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByU_C_Last
SavedContentEntry findByU_C_Last(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the last saved content entry in the ordered set where userId = ? and classNameId = ?.- Parameters:
userId- the user IDclassNameId- the class name IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByU_C_Last
SavedContentEntry fetchByU_C_Last(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where userId = ? and classNameId = ?.- Parameters:
userId- the user IDclassNameId- the class name IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByU_C_PrevAndNext
SavedContentEntry[] findByU_C_PrevAndNext(long savedContentEntryId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the saved content entries before and after the current saved content entry in the ordered set where userId = ? and classNameId = ?.- Parameters:
savedContentEntryId- the primary key of the current saved content entryuserId- the user IDclassNameId- the class name IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saved content entry
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
removeByU_C
void removeByU_C(long userId, long classNameId) Removes all the saved content entries where userId = ? and classNameId = ? from the database.- Parameters:
userId- the user IDclassNameId- the class name ID
-
countByU_C
int countByU_C(long userId, long classNameId) Returns the number of saved content entries where userId = ? and classNameId = ?.- Parameters:
userId- the user IDclassNameId- the class name ID- Returns:
- the number of matching saved content entries
-
findByG_C_C
Returns all the saved content entries where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId- the group IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the matching saved content entries
-
findByG_C_C
List<SavedContentEntry> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end) Returns a range of all the saved content entries where groupId = ? and classNameId = ? and classPK = ?.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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDclassNameId- the class name IDclassPK- the class pkstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of matching saved content entries
-
findByG_C_C
List<SavedContentEntry> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where groupId = ? and classNameId = ? and classPK = ?.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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDclassNameId- the class name IDclassPK- the class pkstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saved content entries
-
findByG_C_C
List<SavedContentEntry> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where groupId = ? and classNameId = ? and classPK = ?.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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDclassNameId- the class name IDclassPK- the class pkstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content 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 saved content entries
-
findByG_C_C_First
SavedContentEntry findByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the first saved content entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId- the group IDclassNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByG_C_C_First
SavedContentEntry fetchByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId- the group IDclassNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByG_C_C_Last
SavedContentEntry findByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the last saved content entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId- the group IDclassNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByG_C_C_Last
SavedContentEntry fetchByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId- the group IDclassNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByG_C_C_PrevAndNext
SavedContentEntry[] findByG_C_C_PrevAndNext(long savedContentEntryId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the saved content entries before and after the current saved content entry in the ordered set where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
savedContentEntryId- the primary key of the current saved content entrygroupId- the group IDclassNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saved content entry
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
filterFindByG_C_C
Returns all the saved content entries that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId- the group IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the matching saved content entries that the user has permission to view
-
filterFindByG_C_C
List<SavedContentEntry> filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end) Returns a range of all the saved content entries that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDclassNameId- the class name IDclassPK- the class pkstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of matching saved content entries that the user has permission to view
-
filterFindByG_C_C
List<SavedContentEntry> filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?.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 fromSavedContentEntryModelImpl.- Parameters:
groupId- the group IDclassNameId- the class name IDclassPK- the class pkstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saved content entries that the user has permission to view
-
filterFindByG_C_C_PrevAndNext
SavedContentEntry[] filterFindByG_C_C_PrevAndNext(long savedContentEntryId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the saved content entries before and after the current saved content entry in the ordered set of saved content entries that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
savedContentEntryId- the primary key of the current saved content entrygroupId- the group IDclassNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saved content entry
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
removeByG_C_C
void removeByG_C_C(long groupId, long classNameId, long classPK) Removes all the saved content entries where groupId = ? and classNameId = ? and classPK = ? from the database.- Parameters:
groupId- the group IDclassNameId- the class name IDclassPK- the class pk
-
countByG_C_C
int countByG_C_C(long groupId, long classNameId, long classPK) Returns the number of saved content entries where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId- the group IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the number of matching saved content entries
-
filterCountByG_C_C
int filterCountByG_C_C(long groupId, long classNameId, long classPK) Returns the number of saved content entries that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId- the group IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the number of matching saved content entries that the user has permission to view
-
findByC_C_C
Returns all the saved content entries where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId- the company IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the matching saved content entries
-
findByC_C_C
List<SavedContentEntry> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end) Returns a range of all the saved content entries where companyId = ? and classNameId = ? and classPK = ?.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 fromSavedContentEntryModelImpl.- Parameters:
companyId- the company IDclassNameId- the class name IDclassPK- the class pkstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of matching saved content entries
-
findByC_C_C
List<SavedContentEntry> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where companyId = ? and classNameId = ? and classPK = ?.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 fromSavedContentEntryModelImpl.- Parameters:
companyId- the company IDclassNameId- the class name IDclassPK- the class pkstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saved content entries
-
findByC_C_C
List<SavedContentEntry> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where companyId = ? and classNameId = ? and classPK = ?.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 fromSavedContentEntryModelImpl.- Parameters:
companyId- the company IDclassNameId- the class name IDclassPK- the class pkstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content 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 saved content entries
-
findByC_C_C_First
SavedContentEntry findByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the first saved content entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId- the company IDclassNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByC_C_C_First
SavedContentEntry fetchByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the first saved content entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId- the company IDclassNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByC_C_C_Last
SavedContentEntry findByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the last saved content entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId- the company IDclassNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByC_C_C_Last
SavedContentEntry fetchByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns the last saved content entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId- the company IDclassNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching saved content entry, or
nullif a matching saved content entry could not be found
-
findByC_C_C_PrevAndNext
SavedContentEntry[] findByC_C_C_PrevAndNext(long savedContentEntryId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException Returns the saved content entries before and after the current saved content entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
savedContentEntryId- the primary key of the current saved content entrycompanyId- the company IDclassNameId- the class name IDclassPK- the class pkorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next saved content entry
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
removeByC_C_C
void removeByC_C_C(long companyId, long classNameId, long classPK) Removes all the saved content entries where companyId = ? and classNameId = ? and classPK = ? from the database.- Parameters:
companyId- the company IDclassNameId- the class name IDclassPK- the class pk
-
countByC_C_C
int countByC_C_C(long companyId, long classNameId, long classPK) Returns the number of saved content entries where companyId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId- the company IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the number of matching saved content entries
-
findByG_U_C_C
SavedContentEntry findByG_U_C_C(long groupId, long userId, long classNameId, long classPK) throws NoSuchSavedContentEntryException Returns the saved content entry where groupId = ? and userId = ? and classNameId = ? and classPK = ? or throws aNoSuchSavedContentEntryExceptionif it could not be found.- Parameters:
groupId- the group IDuserId- the user IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByG_U_C_C
Returns the saved content entry where groupId = ? and userId = ? and classNameId = ? and classPK = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
groupId- the group IDuserId- the user IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the matching saved content entry, or
nullif a matching saved content entry could not be found
-
fetchByG_U_C_C
SavedContentEntry fetchByG_U_C_C(long groupId, long userId, long classNameId, long classPK, boolean useFinderCache) Returns the saved content entry where groupId = ? and userId = ? and classNameId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
groupId- the group IDuserId- the user IDclassNameId- the class name IDclassPK- the class pkuseFinderCache- whether to use the finder cache- Returns:
- the matching saved content entry, or
nullif a matching saved content entry could not be found
-
removeByG_U_C_C
SavedContentEntry removeByG_U_C_C(long groupId, long userId, long classNameId, long classPK) throws NoSuchSavedContentEntryException Removes the saved content entry where groupId = ? and userId = ? and classNameId = ? and classPK = ? from the database.- Parameters:
groupId- the group IDuserId- the user IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the saved content entry that was removed
- Throws:
NoSuchSavedContentEntryException
-
countByG_U_C_C
int countByG_U_C_C(long groupId, long userId, long classNameId, long classPK) Returns the number of saved content entries where groupId = ? and userId = ? and classNameId = ? and classPK = ?.- Parameters:
groupId- the group IDuserId- the user IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the number of matching saved content entries
-
findByC_U_C_C
List<SavedContentEntry> findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs) Returns all the saved content entries where companyId = ? and userId = ? and classNameId = ? and classPK = 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 fromSavedContentEntryModelImpl.- Parameters:
companyId- the company IDuserId- the user IDclassNameId- the class name IDclassPKs- the class pks- Returns:
- the matching saved content entries
-
findByC_U_C_C
List<SavedContentEntry> findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end) Returns a range of all the saved content entries where companyId = ? and userId = ? and classNameId = ? and classPK = 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 fromSavedContentEntryModelImpl.- Parameters:
companyId- the company IDuserId- the user IDclassNameId- the class name IDclassPKs- the class pksstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of matching saved content entries
-
findByC_U_C_C
List<SavedContentEntry> findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content entries where companyId = ? and userId = ? and classNameId = ? and classPK = 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 fromSavedContentEntryModelImpl.- Parameters:
companyId- the company IDuserId- the user IDclassNameId- the class name IDclassPKs- the class pksstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching saved content entries
-
findByC_U_C_C
List<SavedContentEntry> findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content entries where companyId = ? and userId = ? and classNameId = ? and classPK = ?, 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 fromSavedContentEntryModelImpl.- Parameters:
companyId- the company IDuserId- the user IDclassNameId- the class name IDclassPKs- the class pksstart- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content 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 saved content entries
-
findByC_U_C_C
SavedContentEntry findByC_U_C_C(long companyId, long userId, long classNameId, long classPK) throws NoSuchSavedContentEntryException Returns the saved content entry where companyId = ? and userId = ? and classNameId = ? and classPK = ? or throws aNoSuchSavedContentEntryExceptionif it could not be found.- Parameters:
companyId- the company IDuserId- the user IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the matching saved content entry
- Throws:
NoSuchSavedContentEntryException- if a matching saved content entry could not be found
-
fetchByC_U_C_C
Returns the saved content entry where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
companyId- the company IDuserId- the user IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the matching saved content entry, or
nullif a matching saved content entry could not be found
-
fetchByC_U_C_C
SavedContentEntry fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK, boolean useFinderCache) Returns the saved content entry where companyId = ? and userId = ? and classNameId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
companyId- the company IDuserId- the user IDclassNameId- the class name IDclassPK- the class pkuseFinderCache- whether to use the finder cache- Returns:
- the matching saved content entry, or
nullif a matching saved content entry could not be found
-
removeByC_U_C_C
SavedContentEntry removeByC_U_C_C(long companyId, long userId, long classNameId, long classPK) throws NoSuchSavedContentEntryException Removes the saved content entry where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database.- Parameters:
companyId- the company IDuserId- the user IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the saved content entry that was removed
- Throws:
NoSuchSavedContentEntryException
-
countByC_U_C_C
int countByC_U_C_C(long companyId, long userId, long classNameId, long classPK) Returns the number of saved content entries where companyId = ? and userId = ? and classNameId = ? and classPK = ?.- Parameters:
companyId- the company IDuserId- the user IDclassNameId- the class name IDclassPK- the class pk- Returns:
- the number of matching saved content entries
-
countByC_U_C_C
int countByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs) Returns the number of saved content entries where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.- Parameters:
companyId- the company IDuserId- the user IDclassNameId- the class name IDclassPKs- the class pks- Returns:
- the number of matching saved content entries
-
cacheResult
Caches the saved content entry in the entity cache if it is enabled.- Parameters:
savedContentEntry- the saved content entry
-
cacheResult
Caches the saved content entries in the entity cache if it is enabled.- Parameters:
savedContentEntries- the saved content entries
-
create
Creates a new saved content entry with the primary key. Does not add the saved content entry to the database.- Parameters:
savedContentEntryId- the primary key for the new saved content entry- Returns:
- the new saved content entry
-
remove
Removes the saved content entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
savedContentEntryId- the primary key of the saved content entry- Returns:
- the saved content entry that was removed
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
SavedContentEntry findByPrimaryKey(long savedContentEntryId) throws NoSuchSavedContentEntryException Returns the saved content entry with the primary key or throws aNoSuchSavedContentEntryExceptionif it could not be found.- Parameters:
savedContentEntryId- the primary key of the saved content entry- Returns:
- the saved content entry
- Throws:
NoSuchSavedContentEntryException- if a saved content entry with the primary key could not be found
-
fetchByPrimaryKey
Returns the saved content entry with the primary key or returnsnullif it could not be found.- Parameters:
savedContentEntryId- the primary key of the saved content entry- Returns:
- the saved content entry, or
nullif a saved content entry with the primary key could not be found
-
findAll
List<SavedContentEntry> findAll()Returns all the saved content entries.- Returns:
- the saved content entries
-
findAll
Returns a range of all the saved content 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 fromSavedContentEntryModelImpl.- Parameters:
start- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)- Returns:
- the range of saved content entries
-
findAll
List<SavedContentEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) Returns an ordered range of all the saved content 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 fromSavedContentEntryModelImpl.- Parameters:
start- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of saved content entries
-
findAll
List<SavedContentEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the saved content 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 fromSavedContentEntryModelImpl.- Parameters:
start- the lower bound of the range of saved content entriesend- the upper bound of the range of saved content entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of saved content entries
-
removeAll
void removeAll()Removes all the saved content entries from the database. -
countAll
int countAll()Returns the number of saved content entries.- Returns:
- the number of saved content entries
-