Class SavedContentEntryUtil

java.lang.Object
com.liferay.saved.content.service.persistence.SavedContentEntryUtil

public class SavedContentEntryUtil extends Object
The persistence utility for the saved content entry service. This utility wraps com.liferay.saved.content.service.persistence.impl.SavedContentEntryPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    cacheResult(SavedContentEntry savedContentEntry)
    Caches the saved content entry in the entity cache if it is enabled.
    static void
    cacheResult(List<SavedContentEntry> savedContentEntries)
    Caches the saved content entries in the entity cache if it is enabled.
    static void
     
    static void
    clearCache(SavedContentEntry savedContentEntry)
     
    static int
    Returns the number of saved content entries.
    static int
    countByC_C_C(long companyId, long classNameId, long classPK)
    Returns the number of saved content entries where companyId = ? and classNameId = ? and classPK = ?.
    static 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 = ?.
    static 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 ?.
    static int
    countByG_C_C(long groupId, long classNameId, long classPK)
    Returns the number of saved content entries where groupId = ? and classNameId = ? and classPK = ?.
    static int
    countByG_CN(long groupId, long classNameId)
    Returns the number of saved content entries where groupId = ? and classNameId = ?.
    static int
    countByG_U(long groupId, long userId)
    Returns the number of saved content entries where groupId = ? and userId = ?.
    static 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 = ?.
    static int
    countByGroupId(long groupId)
    Returns the number of saved content entries where groupId = ?.
    static int
    countByU_C(long userId, long classNameId)
    Returns the number of saved content entries where userId = ? and classNameId = ?.
    static int
    countByUserId(long userId)
    Returns the number of saved content entries where userId = ?.
    static int
    Returns the number of saved content entries where uuid = ?.
    static int
    countByUuid_C(String uuid, long companyId)
    Returns the number of saved content entries where uuid = ? and companyId = ?.
    static int
    countByUUID_G(String uuid, long groupId)
    Returns the number of saved content entries where uuid = ? and groupId = ?.
    static long
    countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    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 = ?.
    static 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 = ?.
    static 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 = ?.
    static 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 = ?.
    static 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 = ?.
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
     
    findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
     
     
    remove(long savedContentEntryId)
    Removes the saved content entry with the primary key from the database.
    static void
    Removes all the saved content entries from the database.
    static 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.
    static 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.
    static void
    removeByG_CN(long groupId, long classNameId)
    Removes all the saved content entries where groupId = ? and classNameId = ? from the database.
    static 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.
    static void
    removeByGroupId(long groupId)
    Removes all the saved content entries where groupId = ? from the database.
    static void
    removeByU_C(long userId, long classNameId)
    Removes all the saved content entries where userId = ? and classNameId = ? from the database.
    static void
    removeByUserId(long userId)
    Removes all the saved content entries where userId = ? from the database.
    static void
    Removes all the saved content entries where uuid = ? from the database.
    static 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.
    static void
     
    update(SavedContentEntry savedContentEntry)
     
    update(SavedContentEntry savedContentEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext)
     
    updateImpl(SavedContentEntry savedContentEntry)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SavedContentEntryUtil

      public SavedContentEntryUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
      • BasePersistence.clearCache()
    • clearCache

      public static void clearCache(SavedContentEntry savedContentEntry)
      See Also:
      • BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
    • countWithDynamicQuery

      public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.countWithDynamicQuery(DynamicQuery)
    • fetchByPrimaryKeys

      public static Map<Serializable,SavedContentEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
      • BasePersistence.fetchByPrimaryKeys(Set)
    • findWithDynamicQuery

      public static List<SavedContentEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery)
    • findWithDynamicQuery

      public static List<SavedContentEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
    • findWithDynamicQuery

      public static List<SavedContentEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
      See Also:
      • BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
    • update

      public static SavedContentEntry update(SavedContentEntry savedContentEntry)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
    • update

      public static SavedContentEntry update(SavedContentEntry savedContentEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext)
      See Also:
      • BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
    • findByUuid

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

      public static 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

      public static 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

      public static 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

      public static 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
    • fetchByUuid_First

      public static 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

      public static 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
    • fetchByUuid_Last

      public static 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

      public static 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
    • removeByUuid

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

      public static 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

      public static 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
    • fetchByUUID_G

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
    • fetchByUuid_C_First

      public static 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

      public static 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
    • fetchByUuid_C_Last

      public static 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

      public static 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
    • removeByUuid_C

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
    • fetchByGroupId_First

      public static 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

      public static 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
    • fetchByGroupId_Last

      public static 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

      public static 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
    • filterFindByGroupId

      public static 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

      public static 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

      public static 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

      public static 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
    • removeByGroupId

      public static void removeByGroupId(long groupId)
      Removes all the saved content entries where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
    • fetchByUserId_First

      public static 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

      public static 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
    • fetchByUserId_Last

      public static 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

      public static 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
    • removeByUserId

      public static void removeByUserId(long userId)
      Removes all the saved content entries where userId = ? from the database.
      Parameters:
      userId - the user ID
    • countByUserId

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
    • fetchByG_U_First

      public static 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

      public static 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
    • fetchByG_U_Last

      public static 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

      public static 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
    • filterFindByG_U

      public static 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

      public static 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

      public static 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

      public static 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
    • removeByG_U

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
    • fetchByG_CN_First

      public static 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

      public static 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
    • fetchByG_CN_Last

      public static 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

      public static 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
    • filterFindByG_CN

      public static 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

      public static 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

      public static 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

      public static 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
    • removeByG_CN

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
    • fetchByU_C_First

      public static 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

      public static 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
    • fetchByU_C_Last

      public static 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

      public static 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
    • removeByU_C

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
    • fetchByG_C_C_First

      public static 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

      public static 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
    • fetchByG_C_C_Last

      public static 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

      public static 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
    • filterFindByG_C_C

      public static 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

      public static 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

      public static 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

      public static 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
    • removeByG_C_C

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
    • fetchByC_C_C_First

      public static 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

      public static 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
    • fetchByC_C_C_Last

      public static 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

      public static 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
    • removeByC_C_C

      public static 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

      public static 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

      public static 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
    • fetchByG_U_C_C

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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
    • fetchByC_U_C_C

      public static 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

      public static 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

      public static 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

      public static 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

      public static 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

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

      public static 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

      public static 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

      public static 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
    • updateImpl

      public static SavedContentEntry updateImpl(SavedContentEntry savedContentEntry)
    • findByPrimaryKey

      public static 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
    • fetchByPrimaryKey

      public static 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

      public static List<SavedContentEntry> findAll()
      Returns all the saved content entries.
      Returns:
      the saved content entries
    • findAll

      public static 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

      public static 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

      public static 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

      public static void removeAll()
      Removes all the saved content entries from the database.
    • countAll

      public static int countAll()
      Returns the number of saved content entries.
      Returns:
      the number of saved content entries
    • getPersistence

      public static SavedContentEntryPersistence getPersistence()
    • setPersistence

      public static void setPersistence(SavedContentEntryPersistence persistence)