@ProviderType public interface SavedContentEntryPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SavedContentEntry>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<SavedContentEntry>
Caching information and settings can be found in portal.properties
SavedContentEntryUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<SavedContentEntry> savedContentEntries)
Caches the saved content entries in the entity cache if it is enabled.
|
void |
cacheResult(SavedContentEntry savedContentEntry)
Caches the saved content entry in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of saved content entries.
|
int |
countByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the number of saved content entries where companyId = ? and classNameId = ? and classPK = ?.
|
int |
countByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Returns the number of saved content entries where companyId = ? and userId = ? and classNameId = ? and classPK = ?.
|
int |
countByC_U_C_C(long companyId,
long userId,
long classNameId,
long[] classPKs)
Returns the number of saved content entries where companyId = ? and userId = ? and classNameId = ? and classPK = any ?.
|
int |
countByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of saved content entries where groupId = ? and classNameId = ? and classPK = ?.
|
int |
countByG_U_C_C(long groupId,
long userId,
long classNameId,
long classPK)
Returns the number of saved content entries where groupId = ? and userId = ? and classNameId = ? and classPK = ?.
|
int |
countByG_U(long groupId,
long userId)
Returns the number of saved content entries where groupId = ? and userId = ?.
|
int |
countByGroupId(long groupId)
Returns the number of saved content entries where groupId = ?.
|
int |
countByU_C(long userId,
long classNameId)
Returns the number of saved content entries where userId = ? and classNameId = ?.
|
int |
countByUserId(long userId)
Returns the number of saved content entries where userId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of saved content entries where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of saved content entries where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of saved content entries where uuid = ?.
|
SavedContentEntry |
create(long savedContentEntryId)
Creates a new saved content entry with the primary key.
|
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 = ?.
|
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 = ?.
|
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. |
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. |
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 = ?.
|
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 = ?.
|
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. |
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. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
SavedContentEntry |
fetchByPrimaryKey(long savedContentEntryId)
Returns the saved content entry with the primary key or returns
null if it could not be found. |
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
SavedContentEntry |
fetchByUuid_C_First(java.lang.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 = ?.
|
SavedContentEntry |
fetchByUuid_C_Last(java.lang.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 = ?.
|
SavedContentEntry |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
Returns the first saved content entry in the ordered set where uuid = ?.
|
SavedContentEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the saved content entry where uuid = ? and groupId = ? or returns
null if it could not be found. |
SavedContentEntry |
fetchByUUID_G(java.lang.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. |
SavedContentEntry |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
Returns the last saved content entry in the ordered set where uuid = ?.
|
int |
filterCountByG_C_C(long groupId,
long classNameId,
long classPK)
Returns the number of saved content entries that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?.
|
int |
filterCountByG_U(long groupId,
long userId)
Returns the number of saved content entries that the user has permission to view where groupId = ? and userId = ?.
|
int |
filterCountByGroupId(long groupId)
Returns the number of saved content entries that the user has permission to view where groupId = ?.
|
SavedContentEntry[] |
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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
SavedContentEntry[] |
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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
SavedContentEntry[] |
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 = ?.
|
java.util.List<SavedContentEntry> |
filterFindByGroupId(long groupId)
Returns all the saved content entries that the user has permission to view where groupId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.List<SavedContentEntry> |
findAll()
Returns all the saved content entries.
|
java.util.List<SavedContentEntry> |
findAll(int start,
int end)
Returns a range of all the saved content entries.
|
java.util.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.
|
java.util.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.
|
SavedContentEntry |
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 = ?.
|
SavedContentEntry |
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 = ?.
|
SavedContentEntry[] |
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 = ?.
|
java.util.List<SavedContentEntry> |
findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the saved content entries where companyId = ? and classNameId = ? and classPK = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
SavedContentEntry |
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. |
java.util.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 ?.
|
java.util.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 ?.
|
java.util.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 ?.
|
java.util.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.
|
SavedContentEntry |
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 = ?.
|
SavedContentEntry |
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 = ?.
|
SavedContentEntry[] |
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 = ?.
|
java.util.List<SavedContentEntry> |
findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the saved content entries where groupId = ? and classNameId = ? and classPK = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
SavedContentEntry |
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. |
SavedContentEntry |
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 = ?.
|
SavedContentEntry |
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 = ?.
|
SavedContentEntry[] |
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 = ?.
|
java.util.List<SavedContentEntry> |
findByG_U(long groupId,
long userId)
Returns all the saved content entries where groupId = ? and userId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
SavedContentEntry |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
Returns the first saved content entry in the ordered set where groupId = ?.
|
SavedContentEntry |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
Returns the last saved content entry in the ordered set where groupId = ?.
|
SavedContentEntry[] |
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 = ?.
|
java.util.List<SavedContentEntry> |
findByGroupId(long groupId)
Returns all the saved content entries where groupId = ?.
|
java.util.List<SavedContentEntry> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the saved content entries where groupId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
SavedContentEntry |
findByPrimaryKey(long savedContentEntryId)
Returns the saved content entry with the primary key or throws a
NoSuchSavedContentEntryException if it could not be found. |
SavedContentEntry |
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 = ?.
|
SavedContentEntry |
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 = ?.
|
SavedContentEntry[] |
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 = ?.
|
java.util.List<SavedContentEntry> |
findByU_C(long userId,
long classNameId)
Returns all the saved content entries where userId = ? and classNameId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
SavedContentEntry |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
Returns the first saved content entry in the ordered set where userId = ?.
|
SavedContentEntry |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
Returns the last saved content entry in the ordered set where userId = ?.
|
SavedContentEntry[] |
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 = ?.
|
java.util.List<SavedContentEntry> |
findByUserId(long userId)
Returns all the saved content entries where userId = ?.
|
java.util.List<SavedContentEntry> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the saved content entries where userId = ?.
|
java.util.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 = ?.
|
java.util.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 = ?.
|
SavedContentEntry |
findByUuid_C_First(java.lang.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 = ?.
|
SavedContentEntry |
findByUuid_C_Last(java.lang.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 = ?.
|
SavedContentEntry[] |
findByUuid_C_PrevAndNext(long savedContentEntryId,
java.lang.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 = ?.
|
java.util.List<SavedContentEntry> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the saved content entries where uuid = ? and companyId = ?.
|
java.util.List<SavedContentEntry> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the saved content entries where uuid = ? and companyId = ?.
|
java.util.List<SavedContentEntry> |
findByUuid_C(java.lang.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 = ?.
|
java.util.List<SavedContentEntry> |
findByUuid_C(java.lang.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 = ?.
|
SavedContentEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
Returns the first saved content entry in the ordered set where uuid = ?.
|
SavedContentEntry |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the saved content entry where uuid = ? and groupId = ? or throws a
NoSuchSavedContentEntryException if it could not be found. |
SavedContentEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
Returns the last saved content entry in the ordered set where uuid = ?.
|
SavedContentEntry[] |
findByUuid_PrevAndNext(long savedContentEntryId,
java.lang.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 = ?.
|
java.util.List<SavedContentEntry> |
findByUuid(java.lang.String uuid)
Returns all the saved content entries where uuid = ?.
|
java.util.List<SavedContentEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the saved content entries where uuid = ?.
|
java.util.List<SavedContentEntry> |
findByUuid(java.lang.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 = ?.
|
java.util.List<SavedContentEntry> |
findByUuid(java.lang.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 = ?.
|
SavedContentEntry |
remove(long savedContentEntryId)
Removes the saved content entry with the primary key from the database.
|
void |
removeAll()
Removes all the saved content entries from the database.
|
void |
removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes all the saved content entries where companyId = ? and classNameId = ? and classPK = ? from the database.
|
SavedContentEntry |
removeByC_U_C_C(long companyId,
long userId,
long classNameId,
long classPK)
Removes the saved content entry where companyId = ? and userId = ? and classNameId = ? and classPK = ? from the database.
|
void |
removeByG_C_C(long groupId,
long classNameId,
long classPK)
Removes all the saved content entries where groupId = ? and classNameId = ? and classPK = ? from the database.
|
SavedContentEntry |
removeByG_U_C_C(long groupId,
long userId,
long classNameId,
long classPK)
Removes the saved content entry where groupId = ? and userId = ? and classNameId = ? and classPK = ? from the database.
|
void |
removeByG_U(long groupId,
long userId)
Removes all the saved content entries where groupId = ? and userId = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the saved content entries where groupId = ? from the database.
|
void |
removeByU_C(long userId,
long classNameId)
Removes all the saved content entries where userId = ? and classNameId = ? from the database.
|
void |
removeByUserId(long userId)
Removes all the saved content entries where userId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the saved content entries where uuid = ? and companyId = ? from the database.
|
SavedContentEntry |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the saved content entry where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the saved content entries where uuid = ? from the database.
|
SavedContentEntry |
updateImpl(SavedContentEntry savedContentEntry) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<SavedContentEntry> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<SavedContentEntry> findByUuid(java.lang.String uuid, int start, int end)
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
.
uuid
- the uuidstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)java.util.List<SavedContentEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
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
.
uuid
- the uuidstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SavedContentEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache)
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
.
uuid
- the uuidstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSavedContentEntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry[] findByUuid_PrevAndNext(long savedContentEntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
savedContentEntryId
- the primary key of the current saved content entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a saved content entry with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidSavedContentEntry findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchSavedContentEntryException
NoSuchSavedContentEntryException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching saved content entry could not be foundSavedContentEntry fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching saved content entry could not be foundSavedContentEntry removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchSavedContentEntryException
uuid
- the uuidgroupId
- the group IDNoSuchSavedContentEntryException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<SavedContentEntry> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<SavedContentEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
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
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)java.util.List<SavedContentEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
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
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SavedContentEntry> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache)
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
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSavedContentEntry findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry[] findByUuid_C_PrevAndNext(long savedContentEntryId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
savedContentEntryId
- the primary key of the current saved content entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a saved content entry with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<SavedContentEntry> findByGroupId(long groupId)
groupId
- the group IDjava.util.List<SavedContentEntry> findByGroupId(long groupId, int start, int end)
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
.
groupId
- the group IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)java.util.List<SavedContentEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
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
.
groupId
- the group IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SavedContentEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache)
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
.
groupId
- the group IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSavedContentEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry[] findByGroupId_PrevAndNext(long savedContentEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
savedContentEntryId
- the primary key of the current saved content entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a saved content entry with the primary key could not be foundjava.util.List<SavedContentEntry> filterFindByGroupId(long groupId)
groupId
- the group IDjava.util.List<SavedContentEntry> filterFindByGroupId(long groupId, int start, int end)
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
.
groupId
- the group IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)java.util.List<SavedContentEntry> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
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
.
groupId
- the group IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)SavedContentEntry[] filterFindByGroupId_PrevAndNext(long savedContentEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
savedContentEntryId
- the primary key of the current saved content entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a saved content entry with the primary key could not be foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDint filterCountByGroupId(long groupId)
groupId
- the group IDjava.util.List<SavedContentEntry> findByUserId(long userId)
userId
- the user IDjava.util.List<SavedContentEntry> findByUserId(long userId, int start, int end)
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
.
userId
- the user IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)java.util.List<SavedContentEntry> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
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
.
userId
- the user IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SavedContentEntry> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache)
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
.
userId
- the user IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSavedContentEntry findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry[] findByUserId_PrevAndNext(long savedContentEntryId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
savedContentEntryId
- the primary key of the current saved content entryuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a saved content entry with the primary key could not be foundvoid removeByUserId(long userId)
userId
- the user IDint countByUserId(long userId)
userId
- the user IDjava.util.List<SavedContentEntry> findByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDjava.util.List<SavedContentEntry> findByG_U(long groupId, long userId, int start, int end)
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
.
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)java.util.List<SavedContentEntry> findByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
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
.
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SavedContentEntry> findByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache)
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
.
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSavedContentEntry findByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry findByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry[] findByG_U_PrevAndNext(long savedContentEntryId, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
savedContentEntryId
- the primary key of the current saved content entrygroupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a saved content entry with the primary key could not be foundjava.util.List<SavedContentEntry> filterFindByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDjava.util.List<SavedContentEntry> filterFindByG_U(long groupId, long userId, int start, int end)
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
.
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)java.util.List<SavedContentEntry> filterFindByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
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
.
groupId
- the group IDuserId
- the user IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)SavedContentEntry[] filterFindByG_U_PrevAndNext(long savedContentEntryId, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
savedContentEntryId
- the primary key of the current saved content entrygroupId
- the group IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a saved content entry with the primary key could not be foundvoid removeByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDint countByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDint filterCountByG_U(long groupId, long userId)
groupId
- the group IDuserId
- the user IDjava.util.List<SavedContentEntry> findByU_C(long userId, long classNameId)
userId
- the user IDclassNameId
- the class name IDjava.util.List<SavedContentEntry> findByU_C(long userId, long classNameId, int start, int end)
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
.
userId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)java.util.List<SavedContentEntry> findByU_C(long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
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
.
userId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SavedContentEntry> findByU_C(long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache)
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
.
userId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSavedContentEntry findByU_C_First(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
userId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByU_C_First(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
userId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry findByU_C_Last(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
userId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByU_C_Last(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
userId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry[] findByU_C_PrevAndNext(long savedContentEntryId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
savedContentEntryId
- the primary key of the current saved content entryuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a saved content entry with the primary key could not be foundvoid removeByU_C(long userId, long classNameId)
userId
- the user IDclassNameId
- the class name IDint countByU_C(long userId, long classNameId)
userId
- the user IDclassNameId
- the class name IDjava.util.List<SavedContentEntry> findByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<SavedContentEntry> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
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
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)java.util.List<SavedContentEntry> findByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
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
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.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)
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
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSavedContentEntry findByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByG_C_C_First(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry findByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByG_C_C_Last(long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry[] findByG_C_C_PrevAndNext(long savedContentEntryId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
savedContentEntryId
- the primary key of the current saved content entrygroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a saved content entry with the primary key could not be foundjava.util.List<SavedContentEntry> filterFindByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<SavedContentEntry> filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end)
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
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)java.util.List<SavedContentEntry> filterFindByG_C_C(long groupId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
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
.
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)SavedContentEntry[] filterFindByG_C_C_PrevAndNext(long savedContentEntryId, long groupId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
savedContentEntryId
- the primary key of the current saved content entrygroupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a saved content entry with the primary key could not be foundvoid removeByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkint countByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkint filterCountByG_C_C(long groupId, long classNameId, long classPK)
groupId
- the group IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<SavedContentEntry> findByC_C_C(long companyId, long classNameId, long classPK)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<SavedContentEntry> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end)
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
.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)java.util.List<SavedContentEntry> findByC_C_C(long companyId, long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
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
.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.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)
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
.
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSavedContentEntry findByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByC_C_C_First(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry findByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByC_C_C_Last(long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching saved content entry could not be foundSavedContentEntry[] findByC_C_C_PrevAndNext(long savedContentEntryId, long companyId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator) throws NoSuchSavedContentEntryException
savedContentEntryId
- the primary key of the current saved content entrycompanyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSavedContentEntryException
- if a saved content entry with the primary key could not be foundvoid removeByC_C_C(long companyId, long classNameId, long classPK)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkint countByC_C_C(long companyId, long classNameId, long classPK)
companyId
- the company IDclassNameId
- the class name IDclassPK
- the class pkSavedContentEntry findByG_U_C_C(long groupId, long userId, long classNameId, long classPK) throws NoSuchSavedContentEntryException
NoSuchSavedContentEntryException
if it could not be found.groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pkNoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByG_U_C_C(long groupId, long userId, long classNameId, long classPK)
null
if it could not be found. Uses the finder cache.groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pknull
if a matching saved content entry could not be foundSavedContentEntry fetchByG_U_C_C(long groupId, long userId, long classNameId, long classPK, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pkuseFinderCache
- whether to use the finder cachenull
if a matching saved content entry could not be foundSavedContentEntry removeByG_U_C_C(long groupId, long userId, long classNameId, long classPK) throws NoSuchSavedContentEntryException
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pkNoSuchSavedContentEntryException
int countByG_U_C_C(long groupId, long userId, long classNameId, long classPK)
groupId
- the group IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pkjava.util.List<SavedContentEntry> findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs)
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
.
companyId
- the company IDuserId
- the user IDclassNameId
- the class name IDclassPKs
- the class pksjava.util.List<SavedContentEntry> findByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs, int start, int end)
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
.
companyId
- the company IDuserId
- the user IDclassNameId
- the class name IDclassPKs
- the class pksstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)java.util.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)
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
.
companyId
- the company IDuserId
- the user IDclassNameId
- the class name IDclassPKs
- the class pksstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.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)
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
.
companyId
- the company IDuserId
- the user IDclassNameId
- the class name IDclassPKs
- the class pksstart
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheSavedContentEntry findByC_U_C_C(long companyId, long userId, long classNameId, long classPK) throws NoSuchSavedContentEntryException
NoSuchSavedContentEntryException
if it could not be found.companyId
- the company IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pkNoSuchSavedContentEntryException
- if a matching saved content entry could not be foundSavedContentEntry fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
null
if it could not be found. Uses the finder cache.companyId
- the company IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pknull
if a matching saved content entry could not be foundSavedContentEntry fetchByC_U_C_C(long companyId, long userId, long classNameId, long classPK, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.companyId
- the company IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pkuseFinderCache
- whether to use the finder cachenull
if a matching saved content entry could not be foundSavedContentEntry removeByC_U_C_C(long companyId, long userId, long classNameId, long classPK) throws NoSuchSavedContentEntryException
companyId
- the company IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pkNoSuchSavedContentEntryException
int countByC_U_C_C(long companyId, long userId, long classNameId, long classPK)
companyId
- the company IDuserId
- the user IDclassNameId
- the class name IDclassPK
- the class pkint countByC_U_C_C(long companyId, long userId, long classNameId, long[] classPKs)
companyId
- the company IDuserId
- the user IDclassNameId
- the class name IDclassPKs
- the class pksvoid cacheResult(SavedContentEntry savedContentEntry)
savedContentEntry
- the saved content entryvoid cacheResult(java.util.List<SavedContentEntry> savedContentEntries)
savedContentEntries
- the saved content entriesSavedContentEntry create(long savedContentEntryId)
savedContentEntryId
- the primary key for the new saved content entrySavedContentEntry remove(long savedContentEntryId) throws NoSuchSavedContentEntryException
savedContentEntryId
- the primary key of the saved content entryNoSuchSavedContentEntryException
- if a saved content entry with the primary key could not be foundSavedContentEntry updateImpl(SavedContentEntry savedContentEntry)
SavedContentEntry findByPrimaryKey(long savedContentEntryId) throws NoSuchSavedContentEntryException
NoSuchSavedContentEntryException
if it could not be found.savedContentEntryId
- the primary key of the saved content entryNoSuchSavedContentEntryException
- if a saved content entry with the primary key could not be foundSavedContentEntry fetchByPrimaryKey(long savedContentEntryId)
null
if it could not be found.savedContentEntryId
- the primary key of the saved content entrynull
if a saved content entry with the primary key could not be foundjava.util.List<SavedContentEntry> findAll()
java.util.List<SavedContentEntry> findAll(int start, int end)
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
.
start
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)java.util.List<SavedContentEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator)
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
.
start
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<SavedContentEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SavedContentEntry> orderByComparator, boolean useFinderCache)
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
.
start
- the lower bound of the range of saved content entriesend
- the upper bound of the range of saved content entries (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()