Interface SavedContentEntryPersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<SavedContentEntry>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<SavedContentEntry>

@ProviderType public interface SavedContentEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SavedContentEntry>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<SavedContentEntry>
The persistence interface for the saved content entry service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(SavedContentEntry savedContentEntry)
    Caches the saved content entry in the entity cache if it is enabled.
    void
    cacheResult(List<SavedContentEntry> savedContentEntries)
    Caches the saved content entries in the entity cache if it is enabled.
    int
    Returns the number of saved content entries.
    int
    countByC_C_C(long companyId, long classNameId, long classPK)
    Returns the number of saved content entries where companyId = ? and classNameId = ? and classPK = ?.
    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 = ?.
    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 ?.
    int
    countByG_C_C(long groupId, long classNameId, long classPK)
    Returns the number of saved content entries where groupId = ? and classNameId = ? and classPK = ?.
    int
    countByG_CN(long groupId, long classNameId)
    Returns the number of saved content entries where groupId = ? and classNameId = ?.
    int
    countByG_U(long groupId, long userId)
    Returns the number of saved content entries where groupId = ? and userId = ?.
    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 = ?.
    int
    countByGroupId(long groupId)
    Returns the number of saved content entries where groupId = ?.
    int
    countByU_C(long userId, long classNameId)
    Returns the number of saved content entries where userId = ? and classNameId = ?.
    int
    countByUserId(long userId)
    Returns the number of saved content entries where userId = ?.
    int
    Returns the number of saved content entries where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of saved content entries where uuid = ? and companyId = ?.
    int
    countByUUID_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 returns null if 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 returns null if 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 returns null if 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 returns null if 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 returns null if 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 returns null if it could not be found.
    fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
    Returns the saved content entry where uuid = ? and groupId = ? or returns null if 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 = ?.
    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 = ?.
    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 = ?.
    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 = ?.
    int
    filterCountByGroupId(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 = ?.
    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 a NoSuchSavedContentEntryException if 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 a NoSuchSavedContentEntryException if 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 a NoSuchSavedContentEntryException if 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 = ?.
    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 a NoSuchSavedContentEntryException if 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.
    void
    Removes all the saved content entries from the database.
    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.
    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.
    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.
    void
    removeByG_CN(long groupId, long classNameId)
    Removes all the saved content entries where groupId = ? and classNameId = ? from the database.
    void
    removeByG_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.
    void
    removeByGroupId(long groupId)
    Removes all the saved content entries where groupId = ? from the database.
    void
    removeByU_C(long userId, long classNameId)
    Removes all the saved content entries where userId = ? and classNameId = ? from the database.
    void
    removeByUserId(long userId)
    Removes all the saved content entries where userId = ? from the database.
    void
    Removes all the saved content entries where uuid = ? from the database.
    void
    removeByUuid_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, update

    Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence

    getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
  • Method Details

    • findByUuid

      List<SavedContentEntry> findByUuid(String uuid)
      Returns all the saved content entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching saved content entries
    • findByUuid

      List<SavedContentEntry> findByUuid(String uuid, int start, int end)
      Returns a range of all the saved content entries where uuid = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching saved content entry, or null if 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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching saved content entry, or null if 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 entry
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void removeByUuid(String uuid)
      Removes all the saved content entries where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of saved content entries where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching saved content entries
    • findByUUID_G

      SavedContentEntry findByUUID_G(String uuid, long groupId) throws NoSuchSavedContentEntryException
      Returns the saved content entry where uuid = ? and groupId = ? or throws a NoSuchSavedContentEntryException if it could not be found.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching saved content entry
      Throws:
      NoSuchSavedContentEntryException - if a matching saved content entry could not be found
    • fetchByUUID_G

      SavedContentEntry fetchByUUID_G(String uuid, long groupId)
      Returns the saved content entry where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the matching saved content entry, or null if a matching saved content entry could not be found
    • fetchByUUID_G

      SavedContentEntry fetchByUUID_G(String uuid, long groupId, boolean useFinderCache)
      Returns the saved content entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching saved content entry, or null if a matching saved content entry could not be found
    • removeByUUID_G

      SavedContentEntry removeByUUID_G(String uuid, long groupId) throws NoSuchSavedContentEntryException
      Removes the saved content entry where uuid = ? and groupId = ? from the database.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the saved content entry that was removed
      Throws:
      NoSuchSavedContentEntryException
    • countByUUID_G

      int countByUUID_G(String uuid, long groupId)
      Returns the number of saved content entries where uuid = ? and groupId = ?.
      Parameters:
      uuid - the uuid
      groupId - the group ID
      Returns:
      the number of matching saved content entries
    • findByUuid_C

      List<SavedContentEntry> findByUuid_C(String uuid, long companyId)
      Returns all the saved content entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching saved content entries
    • findByUuid_C

      List<SavedContentEntry> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the saved content entries where uuid = ? and companyId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching saved content entry, or null if 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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching saved content entry, or null if 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 entry
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void removeByUuid_C(String uuid, long companyId)
      Removes all the saved content entries where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of saved content entries where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching saved content entries
    • findByGroupId

      List<SavedContentEntry> findByGroupId(long groupId)
      Returns all the saved content entries where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching saved content entries
    • findByGroupId

      List<SavedContentEntry> findByGroupId(long groupId, int start, int end)
      Returns a range of all the saved content entries where groupId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching saved content entry, or null if 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching saved content entry, or null if 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 entry
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<SavedContentEntry> filterFindByGroupId(long groupId)
      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

      List<SavedContentEntry> 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 = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<SavedContentEntry> findByUserId(long userId)
      Returns all the saved content entries where userId = ?.
      Parameters:
      userId - the user ID
      Returns:
      the matching saved content entries
    • findByUserId

      List<SavedContentEntry> findByUserId(long userId, int start, int end)
      Returns a range of all the saved content entries where userId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      userId - the user ID
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      userId - the user ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      userId - the user ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching saved content entry, or null if 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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching saved content entry, or null if 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 entry
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<SavedContentEntry> findByG_U(long groupId, long userId)
      Returns all the saved content entries where groupId = ? and userId = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      Returns:
      the matching saved content entries
    • findByG_U

      List<SavedContentEntry> findByG_U(long groupId, long userId, int start, int end)
      Returns a range of all the saved content entries where groupId = ? and userId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      userId - the user ID
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      userId - the user ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      userId - the user ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching saved content entry, or null if 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 ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching saved content entry, or null if 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 entry
      groupId - the group ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<SavedContentEntry> filterFindByG_U(long groupId, long userId)
      Returns all the saved content entries that the user has permission to view where groupId = ? and userId = ?.
      Parameters:
      groupId - the group ID
      userId - the user ID
      Returns:
      the 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)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      userId - the user ID
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      userId - the user ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      groupId - the group ID
      userId - the user ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      userId - 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 ID
      userId - 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 ID
      userId - the user ID
      Returns:
      the number of matching saved content entries that the user has permission to view
    • findByG_CN

      List<SavedContentEntry> findByG_CN(long groupId, long classNameId)
      Returns all the saved content entries where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      Returns:
      the matching saved content entries
    • findByG_CN

      List<SavedContentEntry> findByG_CN(long groupId, long classNameId, int start, int end)
      Returns a range of all the saved content entries where groupId = ? and classNameId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching saved content entry, or null if 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 ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching saved content entry, or null if 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 entry
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<SavedContentEntry> filterFindByG_CN(long groupId, long classNameId)
      Returns all the saved content entries that the user has permission to view where groupId = ? and classNameId = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      Returns:
      the 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)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      groupId - the group ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      classNameId - 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 ID
      classNameId - 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 ID
      classNameId - the class name ID
      Returns:
      the number of matching saved content entries that the user has permission to view
    • findByU_C

      List<SavedContentEntry> findByU_C(long userId, long classNameId)
      Returns all the saved content entries where userId = ? and classNameId = ?.
      Parameters:
      userId - the user ID
      classNameId - the class name ID
      Returns:
      the matching saved content entries
    • findByU_C

      List<SavedContentEntry> findByU_C(long userId, long classNameId, int start, int end)
      Returns a range of all the saved content entries where userId = ? and classNameId = ?.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      userId - the user ID
      classNameId - the class name ID
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      userId - the user ID
      classNameId - the class name ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      userId - the user ID
      classNameId - the class name ID
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching saved content entry, or null if 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 ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching saved content entry, or null if 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 entry
      userId - the user ID
      classNameId - the class name ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      classNameId - 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 ID
      classNameId - the class name ID
      Returns:
      the number of matching saved content entries
    • findByG_C_C

      List<SavedContentEntry> findByG_C_C(long groupId, long classNameId, long classPK)
      Returns all the saved content entries where groupId = ? and classNameId = ? and classPK = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching saved content entry, or null if 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 ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching saved content entry, or null if 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 entry
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<SavedContentEntry> 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 = ?.
      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 entry
      groupId - the group ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      classNameId - the class name ID
      classPK - 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 ID
      classNameId - the class name ID
      classPK - 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 ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the number of matching saved content entries that the user has permission to view
    • findByC_C_C

      List<SavedContentEntry> findByC_C_C(long companyId, long classNameId, long classPK)
      Returns all the saved content entries where companyId = ? and classNameId = ? and classPK = ?.
      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching saved content entry, or null if 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 ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching saved content entry, or null if 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 entry
      companyId - the company ID
      classNameId - the class name ID
      classPK - the class pk
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      classNameId - the class name ID
      classPK - 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 ID
      classNameId - the class name ID
      classPK - 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 a NoSuchSavedContentEntryException if it could not be found.
      Parameters:
      groupId - the group ID
      userId - the user ID
      classNameId - the class name ID
      classPK - 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

      SavedContentEntry 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 returns null if it could not be found. Uses the finder cache.
      Parameters:
      groupId - the group ID
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching saved content entry, or null if 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 returns null if it could not be found, optionally using the finder cache.
      Parameters:
      groupId - the group ID
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      useFinderCache - whether to use the finder cache
      Returns:
      the matching saved content entry, or null if 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 ID
      userId - the user ID
      classNameId - the class name ID
      classPK - 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 ID
      userId - the user ID
      classNameId - the class name ID
      classPK - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      companyId - the company ID
      userId - the user ID
      classNameId - the class name ID
      classPKs - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      companyId - the company ID
      userId - the user ID
      classNameId - the class name ID
      classPKs - the class pks
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      companyId - the company ID
      userId - the user ID
      classNameId - the class name ID
      classPKs - the class pks
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      companyId - the company ID
      userId - the user ID
      classNameId - the class name ID
      classPKs - the class pks
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 a NoSuchSavedContentEntryException if it could not be found.
      Parameters:
      companyId - the company ID
      userId - the user ID
      classNameId - the class name ID
      classPK - 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

      SavedContentEntry 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 returns null if it could not be found. Uses the finder cache.
      Parameters:
      companyId - the company ID
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      Returns:
      the matching saved content entry, or null if 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 returns null if it could not be found, optionally using the finder cache.
      Parameters:
      companyId - the company ID
      userId - the user ID
      classNameId - the class name ID
      classPK - the class pk
      useFinderCache - whether to use the finder cache
      Returns:
      the matching saved content entry, or null if 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 ID
      userId - the user ID
      classNameId - the class name ID
      classPK - 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 ID
      userId - the user ID
      classNameId - the class name ID
      classPK - 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 ID
      userId - the user ID
      classNameId - the class name ID
      classPKs - the class pks
      Returns:
      the number of matching saved content entries
    • cacheResult

      void cacheResult(SavedContentEntry savedContentEntry)
      Caches the saved content entry in the entity cache if it is enabled.
      Parameters:
      savedContentEntry - the saved content entry
    • cacheResult

      void cacheResult(List<SavedContentEntry> savedContentEntries)
      Caches the saved content entries in the entity cache if it is enabled.
      Parameters:
      savedContentEntries - the saved content entries
    • create

      SavedContentEntry create(long savedContentEntryId)
      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

      SavedContentEntry remove(long savedContentEntryId) throws NoSuchSavedContentEntryException
      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

      SavedContentEntry updateImpl(SavedContentEntry savedContentEntry)
    • findByPrimaryKey

      SavedContentEntry findByPrimaryKey(long savedContentEntryId) throws NoSuchSavedContentEntryException
      Returns the saved content entry with the primary key or throws a NoSuchSavedContentEntryException if 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

      SavedContentEntry fetchByPrimaryKey(long savedContentEntryId)
      Returns the saved content entry with the primary key or returns null if it could not be found.
      Parameters:
      savedContentEntryId - the primary key of the saved content entry
      Returns:
      the saved content entry, or null if a saved content entry with the primary key could not be found
    • findAll

      Returns all the saved content entries.
      Returns:
      the saved content entries
    • findAll

      List<SavedContentEntry> findAll(int start, int end)
      Returns a range of all the saved content entries.

      Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      start - the lower bound of the range of saved content entries
      end - 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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from SavedContentEntryModelImpl.

      Parameters:
      start - the lower bound of the range of saved content entries
      end - the upper bound of the range of saved content entries (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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