Class SharingEntryUtil
com.liferay.sharing.service.persistence.impl.SharingEntryPersistenceImpl
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(SharingEntry sharingEntry) Caches the sharing entry in the entity cache if it is enabled.static void
cacheResult
(List<SharingEntry> sharingEntries) Caches the sharing entries in the entity cache if it is enabled.static void
static void
clearCache
(SharingEntry sharingEntry) static int
countAll()
Returns the number of sharing entries.static int
countByC_C
(long classNameId, long classPK) Returns the number of sharing entries where classNameId = ? and classPK = ?.static int
countByC_CN
(long companyId, long classNameId) Returns the number of sharing entries where companyId = ? and classNameId = ?.static int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of sharing entries where externalReferenceCode = ? and groupId = ?.static int
countByGroupId
(long groupId) Returns the number of sharing entries where groupId = ?.static int
countByLtExpirationDate
(Date expirationDate) Returns the number of sharing entries where expirationDate < ?.static int
countByToUserId
(long toUserId) Returns the number of sharing entries where toUserId = ?.static int
countByTU_C
(long toUserId, long classNameId) Returns the number of sharing entries where toUserId = ? and classNameId = ?.static int
countByTUG_TU_C_C
(long toUserGroupId, long toUserId, long classNameId, long classPK) Returns the number of sharing entries where toUserGroupId = ? and toUserId = ? and classNameId = ? and classPK = ?.static int
countByU_C
(long userId, long classNameId) Returns the number of sharing entries where userId = ? and classNameId = ?.static int
countByUserId
(long userId) Returns the number of sharing entries where userId = ?.static int
countByUuid
(String uuid) Returns the number of sharing entries where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of sharing entries where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of sharing entries where uuid = ? and groupId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static SharingEntry
create
(long sharingEntryId) Creates a new sharing entry with the primary key.static SharingEntry
fetchByC_C_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where classNameId = ? and classPK = ?.static SharingEntry
fetchByC_C_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where classNameId = ? and classPK = ?.static SharingEntry
fetchByC_CN_First
(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where companyId = ? and classNameId = ?.static SharingEntry
fetchByC_CN_Last
(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where companyId = ? and classNameId = ?.static SharingEntry
fetchByERC_G
(String externalReferenceCode, long groupId) Returns the sharing entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.static SharingEntry
fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the sharing entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static SharingEntry
fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where groupId = ?.static SharingEntry
fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where groupId = ?.static SharingEntry
fetchByLtExpirationDate_First
(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where expirationDate < ?.static SharingEntry
fetchByLtExpirationDate_Last
(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where expirationDate < ?.static SharingEntry
fetchByPrimaryKey
(long sharingEntryId) Returns the sharing entry with the primary key or returnsnull
if it could not be found.static Map<Serializable,
SharingEntry> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static SharingEntry
fetchByToUserId_First
(long toUserId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where toUserId = ?.static SharingEntry
fetchByToUserId_Last
(long toUserId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where toUserId = ?.static SharingEntry
fetchByTU_C_First
(long toUserId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where toUserId = ? and classNameId = ?.static SharingEntry
fetchByTU_C_Last
(long toUserId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where toUserId = ? and classNameId = ?.static SharingEntry
fetchByTUG_TU_C_C
(long toUserGroupId, long toUserId, long classNameId, long classPK) Returns the sharing entry where toUserGroupId = ? and toUserId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found.static SharingEntry
fetchByTUG_TU_C_C
(long toUserGroupId, long toUserId, long classNameId, long classPK, boolean useFinderCache) Returns the sharing entry where toUserGroupId = ? and toUserId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.static SharingEntry
fetchByU_C_First
(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where userId = ? and classNameId = ?.static SharingEntry
fetchByU_C_Last
(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where userId = ? and classNameId = ?.static SharingEntry
fetchByUserId_First
(long userId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where userId = ?.static SharingEntry
fetchByUserId_Last
(long userId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where userId = ?.static SharingEntry
fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where uuid = ? and companyId = ?.static SharingEntry
fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where uuid = ? and companyId = ?.static SharingEntry
fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where uuid = ?.static SharingEntry
fetchByUUID_G
(String uuid, long groupId) Returns the sharing entry where uuid = ? and groupId = ? or returnsnull
if it could not be found.static SharingEntry
fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the sharing entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static SharingEntry
fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where uuid = ?.static List<SharingEntry>
findAll()
Returns all the sharing entries.static List<SharingEntry>
findAll
(int start, int end) Returns a range of all the sharing entries.static List<SharingEntry>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries.static List<SharingEntry>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries.static List<SharingEntry>
findByC_C
(long classNameId, long classPK) Returns all the sharing entries where classNameId = ? and classPK = ?.static List<SharingEntry>
findByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the sharing entries where classNameId = ? and classPK = ?.static List<SharingEntry>
findByC_C
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where classNameId = ? and classPK = ?.static List<SharingEntry>
findByC_C
(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where classNameId = ? and classPK = ?.static SharingEntry
findByC_C_First
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where classNameId = ? and classPK = ?.static SharingEntry
findByC_C_Last
(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where classNameId = ? and classPK = ?.static SharingEntry[]
findByC_C_PrevAndNext
(long sharingEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the sharing entries before and after the current sharing entry in the ordered set where classNameId = ? and classPK = ?.static List<SharingEntry>
findByC_CN
(long companyId, long classNameId) Returns all the sharing entries where companyId = ? and classNameId = ?.static List<SharingEntry>
findByC_CN
(long companyId, long classNameId, int start, int end) Returns a range of all the sharing entries where companyId = ? and classNameId = ?.static List<SharingEntry>
findByC_CN
(long companyId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where companyId = ? and classNameId = ?.static List<SharingEntry>
findByC_CN
(long companyId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where companyId = ? and classNameId = ?.static SharingEntry
findByC_CN_First
(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where companyId = ? and classNameId = ?.static SharingEntry
findByC_CN_Last
(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where companyId = ? and classNameId = ?.static SharingEntry[]
findByC_CN_PrevAndNext
(long sharingEntryId, long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the sharing entries before and after the current sharing entry in the ordered set where companyId = ? and classNameId = ?.static SharingEntry
findByERC_G
(String externalReferenceCode, long groupId) Returns the sharing entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.static List<SharingEntry>
findByGroupId
(long groupId) Returns all the sharing entries where groupId = ?.static List<SharingEntry>
findByGroupId
(long groupId, int start, int end) Returns a range of all the sharing entries where groupId = ?.static List<SharingEntry>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where groupId = ?.static List<SharingEntry>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where groupId = ?.static SharingEntry
findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where groupId = ?.static SharingEntry
findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where groupId = ?.static SharingEntry[]
findByGroupId_PrevAndNext
(long sharingEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the sharing entries before and after the current sharing entry in the ordered set where groupId = ?.static List<SharingEntry>
findByLtExpirationDate
(Date expirationDate) Returns all the sharing entries where expirationDate < ?.static List<SharingEntry>
findByLtExpirationDate
(Date expirationDate, int start, int end) Returns a range of all the sharing entries where expirationDate < ?.static List<SharingEntry>
findByLtExpirationDate
(Date expirationDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where expirationDate < ?.static List<SharingEntry>
findByLtExpirationDate
(Date expirationDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where expirationDate < ?.static SharingEntry
findByLtExpirationDate_First
(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where expirationDate < ?.static SharingEntry
findByLtExpirationDate_Last
(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where expirationDate < ?.static SharingEntry[]
findByLtExpirationDate_PrevAndNext
(long sharingEntryId, Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the sharing entries before and after the current sharing entry in the ordered set where expirationDate < ?.static SharingEntry
findByPrimaryKey
(long sharingEntryId) Returns the sharing entry with the primary key or throws aNoSuchEntryException
if it could not be found.static List<SharingEntry>
findByToUserId
(long toUserId) Returns all the sharing entries where toUserId = ?.static List<SharingEntry>
findByToUserId
(long toUserId, int start, int end) Returns a range of all the sharing entries where toUserId = ?.static List<SharingEntry>
findByToUserId
(long toUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where toUserId = ?.static List<SharingEntry>
findByToUserId
(long toUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where toUserId = ?.static SharingEntry
findByToUserId_First
(long toUserId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where toUserId = ?.static SharingEntry
findByToUserId_Last
(long toUserId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where toUserId = ?.static SharingEntry[]
findByToUserId_PrevAndNext
(long sharingEntryId, long toUserId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the sharing entries before and after the current sharing entry in the ordered set where toUserId = ?.static List<SharingEntry>
findByTU_C
(long toUserId, long classNameId) Returns all the sharing entries where toUserId = ? and classNameId = ?.static List<SharingEntry>
findByTU_C
(long toUserId, long classNameId, int start, int end) Returns a range of all the sharing entries where toUserId = ? and classNameId = ?.static List<SharingEntry>
findByTU_C
(long toUserId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where toUserId = ? and classNameId = ?.static List<SharingEntry>
findByTU_C
(long toUserId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where toUserId = ? and classNameId = ?.static SharingEntry
findByTU_C_First
(long toUserId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where toUserId = ? and classNameId = ?.static SharingEntry
findByTU_C_Last
(long toUserId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where toUserId = ? and classNameId = ?.static SharingEntry[]
findByTU_C_PrevAndNext
(long sharingEntryId, long toUserId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the sharing entries before and after the current sharing entry in the ordered set where toUserId = ? and classNameId = ?.static SharingEntry
findByTUG_TU_C_C
(long toUserGroupId, long toUserId, long classNameId, long classPK) Returns the sharing entry where toUserGroupId = ? and toUserId = ? and classNameId = ? and classPK = ? or throws aNoSuchEntryException
if it could not be found.static List<SharingEntry>
findByU_C
(long userId, long classNameId) Returns all the sharing entries where userId = ? and classNameId = ?.static List<SharingEntry>
findByU_C
(long userId, long classNameId, int start, int end) Returns a range of all the sharing entries where userId = ? and classNameId = ?.static List<SharingEntry>
findByU_C
(long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where userId = ? and classNameId = ?.static List<SharingEntry>
findByU_C
(long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where userId = ? and classNameId = ?.static SharingEntry
findByU_C_First
(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where userId = ? and classNameId = ?.static SharingEntry
findByU_C_Last
(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where userId = ? and classNameId = ?.static SharingEntry[]
findByU_C_PrevAndNext
(long sharingEntryId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the sharing entries before and after the current sharing entry in the ordered set where userId = ? and classNameId = ?.static List<SharingEntry>
findByUserId
(long userId) Returns all the sharing entries where userId = ?.static List<SharingEntry>
findByUserId
(long userId, int start, int end) Returns a range of all the sharing entries where userId = ?.static List<SharingEntry>
findByUserId
(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where userId = ?.static List<SharingEntry>
findByUserId
(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where userId = ?.static SharingEntry
findByUserId_First
(long userId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where userId = ?.static SharingEntry
findByUserId_Last
(long userId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where userId = ?.static SharingEntry[]
findByUserId_PrevAndNext
(long sharingEntryId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the sharing entries before and after the current sharing entry in the ordered set where userId = ?.static List<SharingEntry>
findByUuid
(String uuid) Returns all the sharing entries where uuid = ?.static List<SharingEntry>
findByUuid
(String uuid, int start, int end) Returns a range of all the sharing entries where uuid = ?.static List<SharingEntry>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where uuid = ?.static List<SharingEntry>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where uuid = ?.static List<SharingEntry>
findByUuid_C
(String uuid, long companyId) Returns all the sharing entries where uuid = ? and companyId = ?.static List<SharingEntry>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the sharing entries where uuid = ? and companyId = ?.static List<SharingEntry>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where uuid = ? and companyId = ?.static List<SharingEntry>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where uuid = ? and companyId = ?.static SharingEntry
findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where uuid = ? and companyId = ?.static SharingEntry
findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where uuid = ? and companyId = ?.static SharingEntry[]
findByUuid_C_PrevAndNext
(long sharingEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the sharing entries before and after the current sharing entry in the ordered set where uuid = ? and companyId = ?.static SharingEntry
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where uuid = ?.static SharingEntry
findByUUID_G
(String uuid, long groupId) Returns the sharing entry where uuid = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.static SharingEntry
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where uuid = ?.static SharingEntry[]
findByUuid_PrevAndNext
(long sharingEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the sharing entries before and after the current sharing entry in the ordered set where uuid = ?.static List<SharingEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<SharingEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<SharingEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) static SharingEntryPersistence
static SharingEntry
remove
(long sharingEntryId) Removes the sharing entry with the primary key from the database.static void
Removes all the sharing entries from the database.static void
removeByC_C
(long classNameId, long classPK) Removes all the sharing entries where classNameId = ? and classPK = ? from the database.static void
removeByC_CN
(long companyId, long classNameId) Removes all the sharing entries where companyId = ? and classNameId = ? from the database.static SharingEntry
removeByERC_G
(String externalReferenceCode, long groupId) Removes the sharing entry where externalReferenceCode = ? and groupId = ? from the database.static void
removeByGroupId
(long groupId) Removes all the sharing entries where groupId = ? from the database.static void
removeByLtExpirationDate
(Date expirationDate) Removes all the sharing entries where expirationDate < ? from the database.static void
removeByToUserId
(long toUserId) Removes all the sharing entries where toUserId = ? from the database.static void
removeByTU_C
(long toUserId, long classNameId) Removes all the sharing entries where toUserId = ? and classNameId = ? from the database.static SharingEntry
removeByTUG_TU_C_C
(long toUserGroupId, long toUserId, long classNameId, long classPK) Removes the sharing entry where toUserGroupId = ? and toUserId = ? and classNameId = ? and classPK = ? from the database.static void
removeByU_C
(long userId, long classNameId) Removes all the sharing entries where userId = ? and classNameId = ? from the database.static void
removeByUserId
(long userId) Removes all the sharing entries where userId = ? from the database.static void
removeByUuid
(String uuid) Removes all the sharing entries where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the sharing entries where uuid = ? and companyId = ? from the database.static SharingEntry
removeByUUID_G
(String uuid, long groupId) Removes the sharing entry where uuid = ? and groupId = ? from the database.static void
setPersistence
(SharingEntryPersistence persistence) static SharingEntry
update
(SharingEntry sharingEntry) static SharingEntry
update
(SharingEntry sharingEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) static SharingEntry
updateImpl
(SharingEntry sharingEntry)
-
Constructor Details
-
SharingEntryUtil
public SharingEntryUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- 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
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<SharingEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<SharingEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<SharingEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static SharingEntry update(SharingEntry sharingEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByUuid
Returns all the sharing entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching sharing entries
-
findByUuid
Returns a range of all the sharing entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)- Returns:
- the range of matching sharing entries
-
findByUuid
public static List<SharingEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching sharing entries
-
findByUuid
public static List<SharingEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching sharing entries
-
findByUuid_First
public static SharingEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the first sharing entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByUuid_First
public static SharingEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByUuid_Last
public static SharingEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the last sharing entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByUuid_Last
public static SharingEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByUuid_PrevAndNext
public static SharingEntry[] findByUuid_PrevAndNext(long sharingEntryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the sharing entries before and after the current sharing entry in the ordered set where uuid = ?.- Parameters:
sharingEntryId
- the primary key of the current sharing entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next sharing entry
- Throws:
NoSuchEntryException
- if a sharing entry with the primary key could not be foundNoSuchEntryException
-
removeByUuid
Removes all the sharing entries where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of sharing entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching sharing entries
-
findByUUID_G
Returns the sharing entry where uuid = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByUUID_G
Returns the sharing entry where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching sharing entry, or
null
if a matching sharing entry could not be found
-
fetchByUUID_G
Returns the sharing entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching sharing entry, or
null
if a matching sharing entry could not be found
-
removeByUUID_G
Removes the sharing entry where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the sharing entry that was removed
- Throws:
NoSuchEntryException
-
countByUUID_G
Returns the number of sharing entries where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching sharing entries
-
findByUuid_C
Returns all the sharing entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching sharing entries
-
findByUuid_C
Returns a range of all the sharing entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)- Returns:
- the range of matching sharing entries
-
findByUuid_C
public static List<SharingEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching sharing entries
-
findByUuid_C
public static List<SharingEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching sharing entries
-
findByUuid_C_First
public static SharingEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the first sharing entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByUuid_C_First
public static SharingEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByUuid_C_Last
public static SharingEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the last sharing entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByUuid_C_Last
public static SharingEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByUuid_C_PrevAndNext
public static SharingEntry[] findByUuid_C_PrevAndNext(long sharingEntryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the sharing entries before and after the current sharing entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
sharingEntryId
- the primary key of the current sharing entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next sharing entry
- Throws:
NoSuchEntryException
- if a sharing entry with the primary key could not be foundNoSuchEntryException
-
removeByUuid_C
Removes all the sharing entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of sharing entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching sharing entries
-
findByGroupId
Returns all the sharing entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching sharing entries
-
findByGroupId
Returns a range of all the sharing entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)- Returns:
- the range of matching sharing entries
-
findByGroupId
public static List<SharingEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching sharing entries
-
findByGroupId
public static List<SharingEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching sharing entries
-
findByGroupId_First
public static SharingEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the first sharing entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByGroupId_First
public static SharingEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByGroupId_Last
public static SharingEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the last sharing entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByGroupId_Last
public static SharingEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByGroupId_PrevAndNext
public static SharingEntry[] findByGroupId_PrevAndNext(long sharingEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the sharing entries before and after the current sharing entry in the ordered set where groupId = ?.- Parameters:
sharingEntryId
- the primary key of the current sharing entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next sharing entry
- Throws:
NoSuchEntryException
- if a sharing entry with the primary key could not be foundNoSuchEntryException
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the sharing entries where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
public static int countByGroupId(long groupId) Returns the number of sharing entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching sharing entries
-
findByUserId
Returns all the sharing entries where userId = ?.- Parameters:
userId
- the user ID- Returns:
- the matching sharing entries
-
findByUserId
Returns a range of all the sharing entries where userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
userId
- the user IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)- Returns:
- the range of matching sharing entries
-
findByUserId
public static List<SharingEntry> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
userId
- the user IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching sharing entries
-
findByUserId
public static List<SharingEntry> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
userId
- the user IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching sharing entries
-
findByUserId_First
public static SharingEntry findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the first sharing entry in the ordered set where userId = ?.- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByUserId_First
public static SharingEntry fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where userId = ?.- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByUserId_Last
public static SharingEntry findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the last sharing entry in the ordered set where userId = ?.- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByUserId_Last
public static SharingEntry fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where userId = ?.- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByUserId_PrevAndNext
public static SharingEntry[] findByUserId_PrevAndNext(long sharingEntryId, long userId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the sharing entries before and after the current sharing entry in the ordered set where userId = ?.- Parameters:
sharingEntryId
- the primary key of the current sharing entryuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next sharing entry
- Throws:
NoSuchEntryException
- if a sharing entry with the primary key could not be foundNoSuchEntryException
-
removeByUserId
public static void removeByUserId(long userId) Removes all the sharing entries where userId = ? from the database.- Parameters:
userId
- the user ID
-
countByUserId
public static int countByUserId(long userId) Returns the number of sharing entries where userId = ?.- Parameters:
userId
- the user ID- Returns:
- the number of matching sharing entries
-
findByToUserId
Returns all the sharing entries where toUserId = ?.- Parameters:
toUserId
- the to user ID- Returns:
- the matching sharing entries
-
findByToUserId
Returns a range of all the sharing entries where toUserId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
toUserId
- the to user IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)- Returns:
- the range of matching sharing entries
-
findByToUserId
public static List<SharingEntry> findByToUserId(long toUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where toUserId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
toUserId
- the to user IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching sharing entries
-
findByToUserId
public static List<SharingEntry> findByToUserId(long toUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where toUserId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
toUserId
- the to user IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching sharing entries
-
findByToUserId_First
public static SharingEntry findByToUserId_First(long toUserId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the first sharing entry in the ordered set where toUserId = ?.- Parameters:
toUserId
- the to user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByToUserId_First
public static SharingEntry fetchByToUserId_First(long toUserId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where toUserId = ?.- Parameters:
toUserId
- the to user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByToUserId_Last
public static SharingEntry findByToUserId_Last(long toUserId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the last sharing entry in the ordered set where toUserId = ?.- Parameters:
toUserId
- the to user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByToUserId_Last
public static SharingEntry fetchByToUserId_Last(long toUserId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where toUserId = ?.- Parameters:
toUserId
- the to user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByToUserId_PrevAndNext
public static SharingEntry[] findByToUserId_PrevAndNext(long sharingEntryId, long toUserId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the sharing entries before and after the current sharing entry in the ordered set where toUserId = ?.- Parameters:
sharingEntryId
- the primary key of the current sharing entrytoUserId
- the to user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next sharing entry
- Throws:
NoSuchEntryException
- if a sharing entry with the primary key could not be foundNoSuchEntryException
-
removeByToUserId
public static void removeByToUserId(long toUserId) Removes all the sharing entries where toUserId = ? from the database.- Parameters:
toUserId
- the to user ID
-
countByToUserId
public static int countByToUserId(long toUserId) Returns the number of sharing entries where toUserId = ?.- Parameters:
toUserId
- the to user ID- Returns:
- the number of matching sharing entries
-
findByLtExpirationDate
Returns all the sharing entries where expirationDate < ?.- Parameters:
expirationDate
- the expiration date- Returns:
- the matching sharing entries
-
findByLtExpirationDate
Returns a range of all the sharing entries where expirationDate < ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
expirationDate
- the expiration datestart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)- Returns:
- the range of matching sharing entries
-
findByLtExpirationDate
public static List<SharingEntry> findByLtExpirationDate(Date expirationDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where expirationDate < ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
expirationDate
- the expiration datestart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching sharing entries
-
findByLtExpirationDate
public static List<SharingEntry> findByLtExpirationDate(Date expirationDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where expirationDate < ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
expirationDate
- the expiration datestart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching sharing entries
-
findByLtExpirationDate_First
public static SharingEntry findByLtExpirationDate_First(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the first sharing entry in the ordered set where expirationDate < ?.- Parameters:
expirationDate
- the expiration dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByLtExpirationDate_First
public static SharingEntry fetchByLtExpirationDate_First(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where expirationDate < ?.- Parameters:
expirationDate
- the expiration dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByLtExpirationDate_Last
public static SharingEntry findByLtExpirationDate_Last(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the last sharing entry in the ordered set where expirationDate < ?.- Parameters:
expirationDate
- the expiration dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByLtExpirationDate_Last
public static SharingEntry fetchByLtExpirationDate_Last(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where expirationDate < ?.- Parameters:
expirationDate
- the expiration dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByLtExpirationDate_PrevAndNext
public static SharingEntry[] findByLtExpirationDate_PrevAndNext(long sharingEntryId, Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the sharing entries before and after the current sharing entry in the ordered set where expirationDate < ?.- Parameters:
sharingEntryId
- the primary key of the current sharing entryexpirationDate
- the expiration dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next sharing entry
- Throws:
NoSuchEntryException
- if a sharing entry with the primary key could not be foundNoSuchEntryException
-
removeByLtExpirationDate
Removes all the sharing entries where expirationDate < ? from the database.- Parameters:
expirationDate
- the expiration date
-
countByLtExpirationDate
Returns the number of sharing entries where expirationDate < ?.- Parameters:
expirationDate
- the expiration date- Returns:
- the number of matching sharing entries
-
findByC_CN
Returns all the sharing entries where companyId = ? and classNameId = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name ID- Returns:
- the matching sharing entries
-
findByC_CN
Returns a range of all the sharing entries where companyId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)- Returns:
- the range of matching sharing entries
-
findByC_CN
public static List<SharingEntry> findByC_CN(long companyId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where companyId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching sharing entries
-
findByC_CN
public static List<SharingEntry> findByC_CN(long companyId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where companyId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
companyId
- the company IDclassNameId
- the class name IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching sharing entries
-
findByC_CN_First
public static SharingEntry findByC_CN_First(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the first sharing entry in the ordered set where companyId = ? and classNameId = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByC_CN_First
public static SharingEntry fetchByC_CN_First(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where companyId = ? and classNameId = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByC_CN_Last
public static SharingEntry findByC_CN_Last(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the last sharing entry in the ordered set where companyId = ? and classNameId = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByC_CN_Last
public static SharingEntry fetchByC_CN_Last(long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where companyId = ? and classNameId = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByC_CN_PrevAndNext
public static SharingEntry[] findByC_CN_PrevAndNext(long sharingEntryId, long companyId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the sharing entries before and after the current sharing entry in the ordered set where companyId = ? and classNameId = ?.- Parameters:
sharingEntryId
- the primary key of the current sharing entrycompanyId
- the company IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next sharing entry
- Throws:
NoSuchEntryException
- if a sharing entry with the primary key could not be foundNoSuchEntryException
-
removeByC_CN
public static void removeByC_CN(long companyId, long classNameId) Removes all the sharing entries where companyId = ? and classNameId = ? from the database.- Parameters:
companyId
- the company IDclassNameId
- the class name ID
-
countByC_CN
public static int countByC_CN(long companyId, long classNameId) Returns the number of sharing entries where companyId = ? and classNameId = ?.- Parameters:
companyId
- the company IDclassNameId
- the class name ID- Returns:
- the number of matching sharing entries
-
findByU_C
Returns all the sharing entries where userId = ? and classNameId = ?.- Parameters:
userId
- the user IDclassNameId
- the class name ID- Returns:
- the matching sharing entries
-
findByU_C
Returns a range of all the sharing entries where userId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
userId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)- Returns:
- the range of matching sharing entries
-
findByU_C
public static List<SharingEntry> findByU_C(long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where userId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
userId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching sharing entries
-
findByU_C
public static List<SharingEntry> findByU_C(long userId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where userId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
userId
- the user IDclassNameId
- the class name IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching sharing entries
-
findByU_C_First
public static SharingEntry findByU_C_First(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the first sharing entry in the ordered set where userId = ? and classNameId = ?.- Parameters:
userId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByU_C_First
public static SharingEntry fetchByU_C_First(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where userId = ? and classNameId = ?.- Parameters:
userId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByU_C_Last
public static SharingEntry findByU_C_Last(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the last sharing entry in the ordered set where userId = ? and classNameId = ?.- Parameters:
userId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByU_C_Last
public static SharingEntry fetchByU_C_Last(long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where userId = ? and classNameId = ?.- Parameters:
userId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByU_C_PrevAndNext
public static SharingEntry[] findByU_C_PrevAndNext(long sharingEntryId, long userId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the sharing entries before and after the current sharing entry in the ordered set where userId = ? and classNameId = ?.- Parameters:
sharingEntryId
- the primary key of the current sharing entryuserId
- the user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next sharing entry
- Throws:
NoSuchEntryException
- if a sharing entry with the primary key could not be foundNoSuchEntryException
-
removeByU_C
public static void removeByU_C(long userId, long classNameId) Removes all the sharing entries where userId = ? and classNameId = ? from the database.- Parameters:
userId
- the user IDclassNameId
- the class name ID
-
countByU_C
public static int countByU_C(long userId, long classNameId) Returns the number of sharing entries where userId = ? and classNameId = ?.- Parameters:
userId
- the user IDclassNameId
- the class name ID- Returns:
- the number of matching sharing entries
-
findByTU_C
Returns all the sharing entries where toUserId = ? and classNameId = ?.- Parameters:
toUserId
- the to user IDclassNameId
- the class name ID- Returns:
- the matching sharing entries
-
findByTU_C
Returns a range of all the sharing entries where toUserId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
toUserId
- the to user IDclassNameId
- the class name IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)- Returns:
- the range of matching sharing entries
-
findByTU_C
public static List<SharingEntry> findByTU_C(long toUserId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where toUserId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
toUserId
- the to user IDclassNameId
- the class name IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching sharing entries
-
findByTU_C
public static List<SharingEntry> findByTU_C(long toUserId, long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where toUserId = ? and classNameId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
toUserId
- the to user IDclassNameId
- the class name IDstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching sharing entries
-
findByTU_C_First
public static SharingEntry findByTU_C_First(long toUserId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the first sharing entry in the ordered set where toUserId = ? and classNameId = ?.- Parameters:
toUserId
- the to user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByTU_C_First
public static SharingEntry fetchByTU_C_First(long toUserId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where toUserId = ? and classNameId = ?.- Parameters:
toUserId
- the to user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByTU_C_Last
public static SharingEntry findByTU_C_Last(long toUserId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the last sharing entry in the ordered set where toUserId = ? and classNameId = ?.- Parameters:
toUserId
- the to user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByTU_C_Last
public static SharingEntry fetchByTU_C_Last(long toUserId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where toUserId = ? and classNameId = ?.- Parameters:
toUserId
- the to user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByTU_C_PrevAndNext
public static SharingEntry[] findByTU_C_PrevAndNext(long sharingEntryId, long toUserId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the sharing entries before and after the current sharing entry in the ordered set where toUserId = ? and classNameId = ?.- Parameters:
sharingEntryId
- the primary key of the current sharing entrytoUserId
- the to user IDclassNameId
- the class name IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next sharing entry
- Throws:
NoSuchEntryException
- if a sharing entry with the primary key could not be foundNoSuchEntryException
-
removeByTU_C
public static void removeByTU_C(long toUserId, long classNameId) Removes all the sharing entries where toUserId = ? and classNameId = ? from the database.- Parameters:
toUserId
- the to user IDclassNameId
- the class name ID
-
countByTU_C
public static int countByTU_C(long toUserId, long classNameId) Returns the number of sharing entries where toUserId = ? and classNameId = ?.- Parameters:
toUserId
- the to user IDclassNameId
- the class name ID- Returns:
- the number of matching sharing entries
-
findByC_C
Returns all the sharing entries where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching sharing entries
-
findByC_C
Returns a range of all the sharing entries where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)- Returns:
- the range of matching sharing entries
-
findByC_C
public static List<SharingEntry> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching sharing entries
-
findByC_C
public static List<SharingEntry> findByC_C(long classNameId, long classPK, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries where classNameId = ? and classPK = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
classNameId
- the class name IDclassPK
- the class pkstart
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching sharing entries
-
findByC_C_First
public static SharingEntry findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the first sharing entry in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByC_C_First
public static SharingEntry fetchByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByC_C_Last
public static SharingEntry findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the last sharing entry in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByC_C_Last
public static SharingEntry fetchByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching sharing entry, or
null
if a matching sharing entry could not be found
-
findByC_C_PrevAndNext
public static SharingEntry[] findByC_C_PrevAndNext(long sharingEntryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) throws NoSuchEntryException Returns the sharing entries before and after the current sharing entry in the ordered set where classNameId = ? and classPK = ?.- Parameters:
sharingEntryId
- the primary key of the current sharing entryclassNameId
- the class name IDclassPK
- the class pkorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next sharing entry
- Throws:
NoSuchEntryException
- if a sharing entry with the primary key could not be foundNoSuchEntryException
-
removeByC_C
public static void removeByC_C(long classNameId, long classPK) Removes all the sharing entries where classNameId = ? and classPK = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pk
-
countByC_C
public static int countByC_C(long classNameId, long classPK) Returns the number of sharing entries where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching sharing entries
-
findByTUG_TU_C_C
public static SharingEntry findByTUG_TU_C_C(long toUserGroupId, long toUserId, long classNameId, long classPK) throws NoSuchEntryException Returns the sharing entry where toUserGroupId = ? and toUserId = ? and classNameId = ? and classPK = ? or throws aNoSuchEntryException
if it could not be found.- Parameters:
toUserGroupId
- the to user group IDtoUserId
- the to user IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByTUG_TU_C_C
public static SharingEntry fetchByTUG_TU_C_C(long toUserGroupId, long toUserId, long classNameId, long classPK) Returns the sharing entry where toUserGroupId = ? and toUserId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
toUserGroupId
- the to user group IDtoUserId
- the to user IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching sharing entry, or
null
if a matching sharing entry could not be found
-
fetchByTUG_TU_C_C
public static SharingEntry fetchByTUG_TU_C_C(long toUserGroupId, long toUserId, long classNameId, long classPK, boolean useFinderCache) Returns the sharing entry where toUserGroupId = ? and toUserId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
toUserGroupId
- the to user group IDtoUserId
- the to user IDclassNameId
- the class name IDclassPK
- the class pkuseFinderCache
- whether to use the finder cache- Returns:
- the matching sharing entry, or
null
if a matching sharing entry could not be found
-
removeByTUG_TU_C_C
public static SharingEntry removeByTUG_TU_C_C(long toUserGroupId, long toUserId, long classNameId, long classPK) throws NoSuchEntryException Removes the sharing entry where toUserGroupId = ? and toUserId = ? and classNameId = ? and classPK = ? from the database.- Parameters:
toUserGroupId
- the to user group IDtoUserId
- the to user IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the sharing entry that was removed
- Throws:
NoSuchEntryException
-
countByTUG_TU_C_C
public static int countByTUG_TU_C_C(long toUserGroupId, long toUserId, long classNameId, long classPK) Returns the number of sharing entries where toUserGroupId = ? and toUserId = ? and classNameId = ? and classPK = ?.- Parameters:
toUserGroupId
- the to user group IDtoUserId
- the to user IDclassNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching sharing entries
-
findByERC_G
public static SharingEntry findByERC_G(String externalReferenceCode, long groupId) throws NoSuchEntryException Returns the sharing entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching sharing entry
- Throws:
NoSuchEntryException
- if a matching sharing entry could not be foundNoSuchEntryException
-
fetchByERC_G
Returns the sharing entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the matching sharing entry, or
null
if a matching sharing entry could not be found
-
fetchByERC_G
public static SharingEntry fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the sharing entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching sharing entry, or
null
if a matching sharing entry could not be found
-
removeByERC_G
public static SharingEntry removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchEntryException Removes the sharing entry where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the sharing entry that was removed
- Throws:
NoSuchEntryException
-
countByERC_G
Returns the number of sharing entries where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the number of matching sharing entries
-
cacheResult
Caches the sharing entry in the entity cache if it is enabled.- Parameters:
sharingEntry
- the sharing entry
-
cacheResult
Caches the sharing entries in the entity cache if it is enabled.- Parameters:
sharingEntries
- the sharing entries
-
create
Creates a new sharing entry with the primary key. Does not add the sharing entry to the database.- Parameters:
sharingEntryId
- the primary key for the new sharing entry- Returns:
- the new sharing entry
-
remove
Removes the sharing entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
sharingEntryId
- the primary key of the sharing entry- Returns:
- the sharing entry that was removed
- Throws:
NoSuchEntryException
- if a sharing entry with the primary key could not be foundNoSuchEntryException
-
updateImpl
-
findByPrimaryKey
Returns the sharing entry with the primary key or throws aNoSuchEntryException
if it could not be found.- Parameters:
sharingEntryId
- the primary key of the sharing entry- Returns:
- the sharing entry
- Throws:
NoSuchEntryException
- if a sharing entry with the primary key could not be foundNoSuchEntryException
-
fetchByPrimaryKey
Returns the sharing entry with the primary key or returnsnull
if it could not be found.- Parameters:
sharingEntryId
- the primary key of the sharing entry- Returns:
- the sharing entry, or
null
if a sharing entry with the primary key could not be found
-
findAll
Returns all the sharing entries.- Returns:
- the sharing entries
-
findAll
Returns a range of all the sharing entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
start
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)- Returns:
- the range of sharing entries
-
findAll
public static List<SharingEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
start
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of sharing entries
-
findAll
public static List<SharingEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromSharingEntryModelImpl
.- Parameters:
start
- the lower bound of the range of sharing entriesend
- the upper bound of the range of sharing entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of sharing entries
-
removeAll
public static void removeAll()Removes all the sharing entries from the database. -
countAll
public static int countAll()Returns the number of sharing entries.- Returns:
- the number of sharing entries
-
getPersistence
-
setPersistence
-