Interface SharingEntryPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<SharingEntry>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(SharingEntry sharingEntry) Caches the sharing entry in the entity cache if it is enabled.void
cacheResult
(List<SharingEntry> sharingEntries) Caches the sharing entries in the entity cache if it is enabled.int
countAll()
Returns the number of sharing entries.int
countByC_C
(long classNameId, long classPK) Returns the number of sharing entries where classNameId = ? and classPK = ?.int
countByC_CN
(long companyId, long classNameId) Returns the number of sharing entries where companyId = ? and classNameId = ?.int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of sharing entries where externalReferenceCode = ? and groupId = ?.int
countByGroupId
(long groupId) Returns the number of sharing entries where groupId = ?.int
countByLtExpirationDate
(Date expirationDate) Returns the number of sharing entries where expirationDate < ?.int
countByToUserId
(long toUserId) Returns the number of sharing entries where toUserId = ?.int
countByTU_C
(long toUserId, long classNameId) Returns the number of sharing entries where toUserId = ? and classNameId = ?.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 = ?.int
countByU_C
(long userId, long classNameId) Returns the number of sharing entries where userId = ? and classNameId = ?.int
countByUserId
(long userId) Returns the number of sharing entries where userId = ?.int
countByUuid
(String uuid) Returns the number of sharing entries where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of sharing entries where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of sharing entries where uuid = ? and groupId = ?.create
(long sharingEntryId) Creates a new sharing entry with the primary key.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 = ?.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 = ?.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 = ?.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 = ?.fetchByERC_G
(String externalReferenceCode, long groupId) Returns the sharing entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.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.fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where groupId = ?.fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where groupId = ?.fetchByLtExpirationDate_First
(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where expirationDate < ?.fetchByLtExpirationDate_Last
(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where expirationDate < ?.fetchByPrimaryKey
(long sharingEntryId) Returns the sharing entry with the primary key or returnsnull
if it could not be found.fetchByToUserId_First
(long toUserId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where toUserId = ?.fetchByToUserId_Last
(long toUserId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where toUserId = ?.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 = ?.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 = ?.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.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.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 = ?.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 = ?.fetchByUserId_First
(long userId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where userId = ?.fetchByUserId_Last
(long userId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where userId = ?.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 = ?.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 = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the sharing entry where uuid = ? and groupId = ? or returnsnull
if it could not be found.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.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where uuid = ?.findAll()
Returns all the sharing entries.findAll
(int start, int end) Returns a range of all the sharing entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns an ordered range of all the sharing entries.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the sharing entries.findByC_C
(long classNameId, long classPK) Returns all the sharing entries where classNameId = ? and classPK = ?.findByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the sharing entries where classNameId = ? and classPK = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByC_CN
(long companyId, long classNameId) Returns all the sharing entries where companyId = ? and classNameId = ?.findByC_CN
(long companyId, long classNameId, int start, int end) Returns a range of all the sharing entries where companyId = ? and classNameId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByERC_G
(String externalReferenceCode, long groupId) Returns the sharing entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.findByGroupId
(long groupId) Returns all the sharing entries where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the sharing entries where groupId = ?.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 = ?.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 = ?.findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where groupId = ?.findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where groupId = ?.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 = ?.findByLtExpirationDate
(Date expirationDate) Returns all the sharing entries where expirationDate < ?.findByLtExpirationDate
(Date expirationDate, int start, int end) Returns a range of all the sharing entries where expirationDate < ?.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 < ?.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 < ?.findByLtExpirationDate_First
(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where expirationDate < ?.findByLtExpirationDate_Last
(Date expirationDate, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where expirationDate < ?.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 < ?.findByPrimaryKey
(long sharingEntryId) Returns the sharing entry with the primary key or throws aNoSuchEntryException
if it could not be found.findByToUserId
(long toUserId) Returns all the sharing entries where toUserId = ?.findByToUserId
(long toUserId, int start, int end) Returns a range of all the sharing entries where toUserId = ?.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 = ?.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 = ?.findByToUserId_First
(long toUserId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where toUserId = ?.findByToUserId_Last
(long toUserId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where toUserId = ?.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 = ?.findByTU_C
(long toUserId, long classNameId) Returns all the sharing entries where toUserId = ? and classNameId = ?.findByTU_C
(long toUserId, long classNameId, int start, int end) Returns a range of all the sharing entries where toUserId = ? and classNameId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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.findByU_C
(long userId, long classNameId) Returns all the sharing entries where userId = ? and classNameId = ?.findByU_C
(long userId, long classNameId, int start, int end) Returns a range of all the sharing entries where userId = ? and classNameId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByUserId
(long userId) Returns all the sharing entries where userId = ?.findByUserId
(long userId, int start, int end) Returns a range of all the sharing entries where userId = ?.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 = ?.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 = ?.findByUserId_First
(long userId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where userId = ?.findByUserId_Last
(long userId, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where userId = ?.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 = ?.findByUuid
(String uuid) Returns all the sharing entries where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the sharing entries where uuid = ?.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 = ?.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 = ?.findByUuid_C
(String uuid, long companyId) Returns all the sharing entries where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the sharing entries where uuid = ? and companyId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the first sharing entry in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the sharing entry where uuid = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SharingEntry> orderByComparator) Returns the last sharing entry in the ordered set where uuid = ?.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 = ?.remove
(long sharingEntryId) Removes the sharing entry with the primary key from the database.void
Removes all the sharing entries from the database.void
removeByC_C
(long classNameId, long classPK) Removes all the sharing entries where classNameId = ? and classPK = ? from the database.void
removeByC_CN
(long companyId, long classNameId) Removes all the sharing entries where companyId = ? and classNameId = ? from the database.removeByERC_G
(String externalReferenceCode, long groupId) Removes the sharing entry where externalReferenceCode = ? and groupId = ? from the database.void
removeByGroupId
(long groupId) Removes all the sharing entries where groupId = ? from the database.void
removeByLtExpirationDate
(Date expirationDate) Removes all the sharing entries where expirationDate < ? from the database.void
removeByToUserId
(long toUserId) Removes all the sharing entries where toUserId = ? from the database.void
removeByTU_C
(long toUserId, long classNameId) Removes all the sharing entries where toUserId = ? and classNameId = ? from the database.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.void
removeByU_C
(long userId, long classNameId) Removes all the sharing entries where userId = ? and classNameId = ? from the database.void
removeByUserId
(long userId) Removes all the sharing entries where userId = ? from the database.void
removeByUuid
(String uuid) Removes all the sharing entries where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the sharing entries where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the sharing entry where uuid = ? and groupId = ? from the database.updateImpl
(SharingEntry sharingEntry) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Method Details
-
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
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
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
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 found
-
fetchByUuid_First
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
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 found
-
fetchByUuid_Last
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
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 found
-
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 found
-
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
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
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
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 found
-
fetchByUuid_C_First
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
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 found
-
fetchByUuid_C_Last
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
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 found
-
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
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
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
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 found
-
fetchByGroupId_First
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
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 found
-
fetchByGroupId_Last
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
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 found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the sharing entries where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
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
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
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
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 found
-
fetchByUserId_First
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
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 found
-
fetchByUserId_Last
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
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 found
-
removeByUserId
void removeByUserId(long userId) Removes all the sharing entries where userId = ? from the database.- Parameters:
userId
- the user ID
-
countByUserId
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
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
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
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 found
-
fetchByToUserId_First
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
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 found
-
fetchByToUserId_Last
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
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 found
-
removeByToUserId
void removeByToUserId(long toUserId) Removes all the sharing entries where toUserId = ? from the database.- Parameters:
toUserId
- the to user ID
-
countByToUserId
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
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
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
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 found
-
fetchByLtExpirationDate_First
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
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 found
-
fetchByLtExpirationDate_Last
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
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 found
-
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
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
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
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 found
-
fetchByC_CN_First
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
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 found
-
fetchByC_CN_Last
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
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 found
-
removeByC_CN
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
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
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
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
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 found
-
fetchByU_C_First
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
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 found
-
fetchByU_C_Last
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
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 found
-
removeByU_C
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
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
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
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
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 found
-
fetchByTU_C_First
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
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 found
-
fetchByTU_C_Last
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
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 found
-
removeByTU_C
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
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
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
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
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 found
-
fetchByC_C_First
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
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 found
-
fetchByC_C_Last
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
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 found
-
removeByC_C
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
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
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 found
-
fetchByTUG_TU_C_C
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
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
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
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
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 found
-
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
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
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 found
-
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 found
-
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
List<SharingEntry> 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
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
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
void removeAll()Removes all the sharing entries from the database. -
countAll
int countAll()Returns the number of sharing entries.- Returns:
- the number of sharing entries
-