Class BlogsEntryUtil
com.liferay.blogs.service.persistence.impl.BlogsEntryPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(BlogsEntry blogsEntry) Caches the blogs entry in the entity cache if it is enabled.static void
cacheResult
(List<BlogsEntry> blogsEntries) Caches the blogs entries in the entity cache if it is enabled.static void
static void
clearCache
(BlogsEntry blogsEntry) static int
countAll()
Returns the number of blogs entries.static int
countByC_LtD
(long companyId, Date displayDate) Returns the number of blogs entries where companyId = ? and displayDate < ?.static int
countByC_LtD_NotS
(long companyId, Date displayDate, int status) Returns the number of blogs entries where companyId = ? and displayDate < ? and status ≠ ?.static int
countByC_LtD_S
(long companyId, Date displayDate, int status) Returns the number of blogs entries where companyId = ? and displayDate < ? and status = ?.static int
countByC_NotS
(long companyId, int status) Returns the number of blogs entries where companyId = ? and status ≠ ?.static int
countByC_S
(long companyId, int status) Returns the number of blogs entries where companyId = ? and status = ?.static int
countByC_U
(long companyId, long userId) Returns the number of blogs entries where companyId = ? and userId = ?.static int
countByC_U_NotS
(long companyId, long userId, int status) Returns the number of blogs entries where companyId = ? and userId = ? and status ≠ ?.static int
countByC_U_S
(long companyId, long userId, int status) Returns the number of blogs entries where companyId = ? and userId = ? and status = ?.static int
countByCompanyId
(long companyId) Returns the number of blogs entries where companyId = ?.static int
countByERC_G
(String externalReferenceCode, long groupId) Returns the number of blogs entries where externalReferenceCode = ? and groupId = ?.static int
countByG_D_S
(long groupId, Date displayDate, int status) Returns the number of blogs entries where groupId = ? and displayDate = ? and status = ?.static int
countByG_GtD_S
(long groupId, Date displayDate, int status) Returns the number of blogs entries where groupId = ? and displayDate > ? and status = ?.static int
countByG_LtD
(long groupId, Date displayDate) Returns the number of blogs entries where groupId = ? and displayDate < ?.static int
countByG_LtD_NotS
(long groupId, Date displayDate, int status) Returns the number of blogs entries where groupId = ? and displayDate < ? and status ≠ ?.static int
countByG_LtD_S
(long groupId, Date displayDate, int status) Returns the number of blogs entries where groupId = ? and displayDate < ? and status = ?.static int
countByG_NotS
(long groupId, int status) Returns the number of blogs entries where groupId = ? and status ≠ ?.static int
countByG_S
(long groupId, int status) Returns the number of blogs entries where groupId = ? and status = ?.static int
countByG_U_LtD
(long groupId, long userId, Date displayDate) Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ?.static int
countByG_U_LtD_NotS
(long groupId, long userId, Date displayDate, int status) Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static int
countByG_U_LtD_S
(long groupId, long userId, Date displayDate, int status) Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.static int
countByG_U_NotS
(long groupId, long userId, int status) Returns the number of blogs entries where groupId = ? and userId = ? and status ≠ ?.static int
countByG_U_S
(long groupId, long userId, int status) Returns the number of blogs entries where groupId = ? and userId = ? and status = ?.static int
countByG_U_S
(long groupId, long userId, int[] statuses) Returns the number of blogs entries where groupId = ? and userId = ? and status = any ?.static int
countByG_UT
(long groupId, String urlTitle) Returns the number of blogs entries where groupId = ? and urlTitle = ?.static int
countByGroupId
(long groupId) Returns the number of blogs entries where groupId = ?.static int
countByLtD_S
(Date displayDate, int status) Returns the number of blogs entries where displayDate < ? and status = ?.static int
countByUuid
(String uuid) Returns the number of blogs entries where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of blogs entries where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of blogs entries where uuid = ? and groupId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static BlogsEntry
create
(long entryId) Creates a new blogs entry with the primary key.static BlogsEntry
fetchByC_LtD_First
(long companyId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.static BlogsEntry
fetchByC_LtD_Last
(long companyId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.static BlogsEntry
fetchByC_LtD_NotS_First
(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.static BlogsEntry
fetchByC_LtD_NotS_Last
(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.static BlogsEntry
fetchByC_LtD_S_First
(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.static BlogsEntry
fetchByC_LtD_S_Last
(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.static BlogsEntry
fetchByC_NotS_First
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.static BlogsEntry
fetchByC_NotS_Last
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.static BlogsEntry
fetchByC_S_First
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and status = ?.static BlogsEntry
fetchByC_S_Last
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and status = ?.static BlogsEntry
fetchByC_U_First
(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.static BlogsEntry
fetchByC_U_Last
(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.static BlogsEntry
fetchByC_U_NotS_First
(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.static BlogsEntry
fetchByC_U_NotS_Last
(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.static BlogsEntry
fetchByC_U_S_First
(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.static BlogsEntry
fetchByC_U_S_Last
(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.static BlogsEntry
fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ?.static BlogsEntry
fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ?.static BlogsEntry
fetchByERC_G
(String externalReferenceCode, long groupId) Returns the blogs entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found.static BlogsEntry
fetchByERC_G
(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the blogs entry where externalReferenceCode = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static BlogsEntry
fetchByG_D_S_First
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate = ? and status = ?.static BlogsEntry
fetchByG_D_S_Last
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate = ? and status = ?.static BlogsEntry
fetchByG_GtD_S_First
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate > ? and status = ?.static BlogsEntry
fetchByG_GtD_S_Last
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate > ? and status = ?.static BlogsEntry
fetchByG_LtD_First
(long groupId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.static BlogsEntry
fetchByG_LtD_Last
(long groupId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.static BlogsEntry
fetchByG_LtD_NotS_First
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.static BlogsEntry
fetchByG_LtD_NotS_Last
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.static BlogsEntry
fetchByG_LtD_S_First
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.static BlogsEntry
fetchByG_LtD_S_Last
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.static BlogsEntry
fetchByG_NotS_First
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.static BlogsEntry
fetchByG_NotS_Last
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.static BlogsEntry
fetchByG_S_First
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and status = ?.static BlogsEntry
fetchByG_S_Last
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and status = ?.static BlogsEntry
fetchByG_U_LtD_First
(long groupId, long userId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.static BlogsEntry
fetchByG_U_LtD_Last
(long groupId, long userId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.static BlogsEntry
fetchByG_U_LtD_NotS_First
(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static BlogsEntry
fetchByG_U_LtD_NotS_Last
(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static BlogsEntry
fetchByG_U_LtD_S_First
(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.static BlogsEntry
fetchByG_U_LtD_S_Last
(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.static BlogsEntry
fetchByG_U_NotS_First
(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.static BlogsEntry
fetchByG_U_NotS_Last
(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.static BlogsEntry
fetchByG_U_S_First
(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.static BlogsEntry
fetchByG_U_S_Last
(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.static BlogsEntry
fetchByG_UT
(long groupId, String urlTitle) Returns the blogs entry where groupId = ? and urlTitle = ? or returnsnull
if it could not be found.static BlogsEntry
fetchByG_UT
(long groupId, String urlTitle, boolean useFinderCache) Returns the blogs entry where groupId = ? and urlTitle = ? or returnsnull
if it could not be found, optionally using the finder cache.static BlogsEntry
fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ?.static BlogsEntry
fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ?.static BlogsEntry
fetchByLtD_S_First
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.static BlogsEntry
fetchByLtD_S_Last
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.static BlogsEntry
fetchByPrimaryKey
(long entryId) Returns the blogs entry with the primary key or returnsnull
if it could not be found.static Map<Serializable,
BlogsEntry> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static BlogsEntry
fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.static BlogsEntry
fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.static BlogsEntry
fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where uuid = ?.static BlogsEntry
fetchByUUID_G
(String uuid, long groupId) Returns the blogs entry where uuid = ? and groupId = ? or returnsnull
if it could not be found.static BlogsEntry
fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the blogs entry where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.static BlogsEntry
fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where uuid = ?.static int
filterCountByG_D_S
(long groupId, Date displayDate, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate = ? and status = ?.static int
filterCountByG_GtD_S
(long groupId, Date displayDate, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate > ? and status = ?.static int
filterCountByG_LtD
(long groupId, Date displayDate) Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate < ?.static int
filterCountByG_LtD_NotS
(long groupId, Date displayDate, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.static int
filterCountByG_LtD_S
(long groupId, Date displayDate, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.static int
filterCountByG_NotS
(long groupId, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and status ≠ ?.static int
filterCountByG_S
(long groupId, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and status = ?.static int
filterCountByG_U_LtD
(long groupId, long userId, Date displayDate) Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.static int
filterCountByG_U_LtD_NotS
(long groupId, long userId, Date displayDate, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static int
filterCountByG_U_LtD_S
(long groupId, long userId, Date displayDate, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.static int
filterCountByG_U_NotS
(long groupId, long userId, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.static int
filterCountByG_U_S
(long groupId, long userId, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.static int
filterCountByG_U_S
(long groupId, long userId, int[] statuses) Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = any ?.static int
filterCountByGroupId
(long groupId) Returns the number of blogs entries that the user has permission to view where groupId = ?.static List<BlogsEntry>
filterFindByG_D_S
(long groupId, Date displayDate, int status) Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate = ? and status = ?.static List<BlogsEntry>
filterFindByG_D_S
(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate = ? and status = ?.static List<BlogsEntry>
filterFindByG_D_S
(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate = ? and status = ?.static BlogsEntry[]
filterFindByG_D_S_PrevAndNext
(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate = ? and status = ?.static List<BlogsEntry>
filterFindByG_GtD_S
(long groupId, Date displayDate, int status) Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate > ? and status = ?.static List<BlogsEntry>
filterFindByG_GtD_S
(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate > ? and status = ?.static List<BlogsEntry>
filterFindByG_GtD_S
(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate > ? and status = ?.static BlogsEntry[]
filterFindByG_GtD_S_PrevAndNext
(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate > ? and status = ?.static List<BlogsEntry>
filterFindByG_LtD
(long groupId, Date displayDate) Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?.static List<BlogsEntry>
filterFindByG_LtD
(long groupId, Date displayDate, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?.static List<BlogsEntry>
filterFindByG_LtD
(long groupId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?.static List<BlogsEntry>
filterFindByG_LtD_NotS
(long groupId, Date displayDate, int status) Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.static List<BlogsEntry>
filterFindByG_LtD_NotS
(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.static List<BlogsEntry>
filterFindByG_LtD_NotS
(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?.static BlogsEntry[]
filterFindByG_LtD_NotS_PrevAndNext
(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.static BlogsEntry[]
filterFindByG_LtD_PrevAndNext
(long entryId, long groupId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?.static List<BlogsEntry>
filterFindByG_LtD_S
(long groupId, Date displayDate, int status) Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
filterFindByG_LtD_S
(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
filterFindByG_LtD_S
(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status = ?.static BlogsEntry[]
filterFindByG_LtD_S_PrevAndNext
(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
filterFindByG_NotS
(long groupId, int status) Returns all the blogs entries that the user has permission to view where groupId = ? and status ≠ ?.static List<BlogsEntry>
filterFindByG_NotS
(long groupId, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and status ≠ ?.static List<BlogsEntry>
filterFindByG_NotS
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?.static BlogsEntry[]
filterFindByG_NotS_PrevAndNext
(long entryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?.static List<BlogsEntry>
filterFindByG_S
(long groupId, int status) Returns all the blogs entries that the user has permission to view where groupId = ? and status = ?.static List<BlogsEntry>
filterFindByG_S
(long groupId, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and status = ?.static List<BlogsEntry>
filterFindByG_S
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?.static BlogsEntry[]
filterFindByG_S_PrevAndNext
(long entryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?.static List<BlogsEntry>
filterFindByG_U_LtD
(long groupId, long userId, Date displayDate) Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.static List<BlogsEntry>
filterFindByG_U_LtD
(long groupId, long userId, Date displayDate, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.static List<BlogsEntry>
filterFindByG_U_LtD
(long groupId, long userId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ?.static List<BlogsEntry>
filterFindByG_U_LtD_NotS
(long groupId, long userId, Date displayDate, int status) Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static List<BlogsEntry>
filterFindByG_U_LtD_NotS
(long groupId, long userId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static List<BlogsEntry>
filterFindByG_U_LtD_NotS
(long groupId, long userId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static BlogsEntry[]
filterFindByG_U_LtD_NotS_PrevAndNext
(long entryId, long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static BlogsEntry[]
filterFindByG_U_LtD_PrevAndNext
(long entryId, long groupId, long userId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.static List<BlogsEntry>
filterFindByG_U_LtD_S
(long groupId, long userId, Date displayDate, int status) Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
filterFindByG_U_LtD_S
(long groupId, long userId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
filterFindByG_U_LtD_S
(long groupId, long userId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status = ?.static BlogsEntry[]
filterFindByG_U_LtD_S_PrevAndNext
(long entryId, long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
filterFindByG_U_NotS
(long groupId, long userId, int status) Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.static List<BlogsEntry>
filterFindByG_U_NotS
(long groupId, long userId, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.static List<BlogsEntry>
filterFindByG_U_NotS
(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?.static BlogsEntry[]
filterFindByG_U_NotS_PrevAndNext
(long entryId, long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.static List<BlogsEntry>
filterFindByG_U_S
(long groupId, long userId, int status) Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.static List<BlogsEntry>
filterFindByG_U_S
(long groupId, long userId, int[] statuses) Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = any ?.static List<BlogsEntry>
filterFindByG_U_S
(long groupId, long userId, int[] statuses, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = any ?.static List<BlogsEntry>
filterFindByG_U_S
(long groupId, long userId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = any ?.static List<BlogsEntry>
filterFindByG_U_S
(long groupId, long userId, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.static List<BlogsEntry>
filterFindByG_U_S
(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status = ?.static BlogsEntry[]
filterFindByG_U_S_PrevAndNext
(long entryId, long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.static List<BlogsEntry>
filterFindByGroupId
(long groupId) Returns all the blogs entries that the user has permission to view where groupId = ?.static List<BlogsEntry>
filterFindByGroupId
(long groupId, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ?.static List<BlogsEntry>
filterFindByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?.static BlogsEntry[]
filterFindByGroupId_PrevAndNext
(long entryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?.static List<BlogsEntry>
findAll()
Returns all the blogs entries.static List<BlogsEntry>
findAll
(int start, int end) Returns a range of all the blogs entries.static List<BlogsEntry>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries.static List<BlogsEntry>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries.static List<BlogsEntry>
findByC_LtD
(long companyId, Date displayDate) Returns all the blogs entries where companyId = ? and displayDate < ?.static List<BlogsEntry>
findByC_LtD
(long companyId, Date displayDate, int start, int end) Returns a range of all the blogs entries where companyId = ? and displayDate < ?.static List<BlogsEntry>
findByC_LtD
(long companyId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.static List<BlogsEntry>
findByC_LtD
(long companyId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.static BlogsEntry
findByC_LtD_First
(long companyId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.static BlogsEntry
findByC_LtD_Last
(long companyId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.static List<BlogsEntry>
findByC_LtD_NotS
(long companyId, Date displayDate, int status) Returns all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.static List<BlogsEntry>
findByC_LtD_NotS
(long companyId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.static List<BlogsEntry>
findByC_LtD_NotS
(long companyId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.static List<BlogsEntry>
findByC_LtD_NotS
(long companyId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.static BlogsEntry
findByC_LtD_NotS_First
(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.static BlogsEntry
findByC_LtD_NotS_Last
(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.static BlogsEntry[]
findByC_LtD_NotS_PrevAndNext
(long entryId, long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.static BlogsEntry[]
findByC_LtD_PrevAndNext
(long entryId, long companyId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?.static List<BlogsEntry>
findByC_LtD_S
(long companyId, Date displayDate, int status) Returns all the blogs entries where companyId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
findByC_LtD_S
(long companyId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
findByC_LtD_S
(long companyId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
findByC_LtD_S
(long companyId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.static BlogsEntry
findByC_LtD_S_First
(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.static BlogsEntry
findByC_LtD_S_Last
(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.static BlogsEntry[]
findByC_LtD_S_PrevAndNext
(long entryId, long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
findByC_NotS
(long companyId, int status) Returns all the blogs entries where companyId = ? and status ≠ ?.static List<BlogsEntry>
findByC_NotS
(long companyId, int status, int start, int end) Returns a range of all the blogs entries where companyId = ? and status ≠ ?.static List<BlogsEntry>
findByC_NotS
(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.static List<BlogsEntry>
findByC_NotS
(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.static BlogsEntry
findByC_NotS_First
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.static BlogsEntry
findByC_NotS_Last
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.static BlogsEntry[]
findByC_NotS_PrevAndNext
(long entryId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?.static List<BlogsEntry>
findByC_S
(long companyId, int status) Returns all the blogs entries where companyId = ? and status = ?.static List<BlogsEntry>
findByC_S
(long companyId, int status, int start, int end) Returns a range of all the blogs entries where companyId = ? and status = ?.static List<BlogsEntry>
findByC_S
(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and status = ?.static List<BlogsEntry>
findByC_S
(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and status = ?.static BlogsEntry
findByC_S_First
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and status = ?.static BlogsEntry
findByC_S_Last
(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and status = ?.static BlogsEntry[]
findByC_S_PrevAndNext
(long entryId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?.static List<BlogsEntry>
findByC_U
(long companyId, long userId) Returns all the blogs entries where companyId = ? and userId = ?.static List<BlogsEntry>
findByC_U
(long companyId, long userId, int start, int end) Returns a range of all the blogs entries where companyId = ? and userId = ?.static List<BlogsEntry>
findByC_U
(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.static List<BlogsEntry>
findByC_U
(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.static BlogsEntry
findByC_U_First
(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.static BlogsEntry
findByC_U_Last
(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.static List<BlogsEntry>
findByC_U_NotS
(long companyId, long userId, int status) Returns all the blogs entries where companyId = ? and userId = ? and status ≠ ?.static List<BlogsEntry>
findByC_U_NotS
(long companyId, long userId, int status, int start, int end) Returns a range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.static List<BlogsEntry>
findByC_U_NotS
(long companyId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.static List<BlogsEntry>
findByC_U_NotS
(long companyId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.static BlogsEntry
findByC_U_NotS_First
(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.static BlogsEntry
findByC_U_NotS_Last
(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.static BlogsEntry[]
findByC_U_NotS_PrevAndNext
(long entryId, long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.static BlogsEntry[]
findByC_U_PrevAndNext
(long entryId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?.static List<BlogsEntry>
findByC_U_S
(long companyId, long userId, int status) Returns all the blogs entries where companyId = ? and userId = ? and status = ?.static List<BlogsEntry>
findByC_U_S
(long companyId, long userId, int status, int start, int end) Returns a range of all the blogs entries where companyId = ? and userId = ? and status = ?.static List<BlogsEntry>
findByC_U_S
(long companyId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.static List<BlogsEntry>
findByC_U_S
(long companyId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.static BlogsEntry
findByC_U_S_First
(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.static BlogsEntry
findByC_U_S_Last
(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.static BlogsEntry[]
findByC_U_S_PrevAndNext
(long entryId, long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.static List<BlogsEntry>
findByCompanyId
(long companyId) Returns all the blogs entries where companyId = ?.static List<BlogsEntry>
findByCompanyId
(long companyId, int start, int end) Returns a range of all the blogs entries where companyId = ?.static List<BlogsEntry>
findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ?.static List<BlogsEntry>
findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ?.static BlogsEntry
findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ?.static BlogsEntry
findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ?.static BlogsEntry[]
findByCompanyId_PrevAndNext
(long entryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?.static BlogsEntry
findByERC_G
(String externalReferenceCode, long groupId) Returns the blogs entry where externalReferenceCode = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.static List<BlogsEntry>
findByG_D_S
(long groupId, Date displayDate, int status) Returns all the blogs entries where groupId = ? and displayDate = ? and status = ?.static List<BlogsEntry>
findByG_D_S
(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and displayDate = ? and status = ?.static List<BlogsEntry>
findByG_D_S
(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and displayDate = ? and status = ?.static List<BlogsEntry>
findByG_D_S
(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and displayDate = ? and status = ?.static BlogsEntry
findByG_D_S_First
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate = ? and status = ?.static BlogsEntry
findByG_D_S_Last
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate = ? and status = ?.static BlogsEntry[]
findByG_D_S_PrevAndNext
(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate = ? and status = ?.static List<BlogsEntry>
findByG_GtD_S
(long groupId, Date displayDate, int status) Returns all the blogs entries where groupId = ? and displayDate > ? and status = ?.static List<BlogsEntry>
findByG_GtD_S
(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and displayDate > ? and status = ?.static List<BlogsEntry>
findByG_GtD_S
(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and displayDate > ? and status = ?.static List<BlogsEntry>
findByG_GtD_S
(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and displayDate > ? and status = ?.static BlogsEntry
findByG_GtD_S_First
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate > ? and status = ?.static BlogsEntry
findByG_GtD_S_Last
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate > ? and status = ?.static BlogsEntry[]
findByG_GtD_S_PrevAndNext
(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate > ? and status = ?.static List<BlogsEntry>
findByG_LtD
(long groupId, Date displayDate) Returns all the blogs entries where groupId = ? and displayDate < ?.static List<BlogsEntry>
findByG_LtD
(long groupId, Date displayDate, int start, int end) Returns a range of all the blogs entries where groupId = ? and displayDate < ?.static List<BlogsEntry>
findByG_LtD
(long groupId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.static List<BlogsEntry>
findByG_LtD
(long groupId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.static BlogsEntry
findByG_LtD_First
(long groupId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.static BlogsEntry
findByG_LtD_Last
(long groupId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.static List<BlogsEntry>
findByG_LtD_NotS
(long groupId, Date displayDate, int status) Returns all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.static List<BlogsEntry>
findByG_LtD_NotS
(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.static List<BlogsEntry>
findByG_LtD_NotS
(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.static List<BlogsEntry>
findByG_LtD_NotS
(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.static BlogsEntry
findByG_LtD_NotS_First
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.static BlogsEntry
findByG_LtD_NotS_Last
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.static BlogsEntry[]
findByG_LtD_NotS_PrevAndNext
(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.static BlogsEntry[]
findByG_LtD_PrevAndNext
(long entryId, long groupId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?.static List<BlogsEntry>
findByG_LtD_S
(long groupId, Date displayDate, int status) Returns all the blogs entries where groupId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
findByG_LtD_S
(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
findByG_LtD_S
(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
findByG_LtD_S
(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.static BlogsEntry
findByG_LtD_S_First
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.static BlogsEntry
findByG_LtD_S_Last
(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.static BlogsEntry[]
findByG_LtD_S_PrevAndNext
(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
findByG_NotS
(long groupId, int status) Returns all the blogs entries where groupId = ? and status ≠ ?.static List<BlogsEntry>
findByG_NotS
(long groupId, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and status ≠ ?.static List<BlogsEntry>
findByG_NotS
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.static List<BlogsEntry>
findByG_NotS
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.static BlogsEntry
findByG_NotS_First
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.static BlogsEntry
findByG_NotS_Last
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.static BlogsEntry[]
findByG_NotS_PrevAndNext
(long entryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?.static List<BlogsEntry>
findByG_S
(long groupId, int status) Returns all the blogs entries where groupId = ? and status = ?.static List<BlogsEntry>
findByG_S
(long groupId, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and status = ?.static List<BlogsEntry>
findByG_S
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and status = ?.static List<BlogsEntry>
findByG_S
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and status = ?.static BlogsEntry
findByG_S_First
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and status = ?.static BlogsEntry
findByG_S_Last
(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and status = ?.static BlogsEntry[]
findByG_S_PrevAndNext
(long entryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?.static List<BlogsEntry>
findByG_U_LtD
(long groupId, long userId, Date displayDate) Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ?.static List<BlogsEntry>
findByG_U_LtD
(long groupId, long userId, Date displayDate, int start, int end) Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.static List<BlogsEntry>
findByG_U_LtD
(long groupId, long userId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.static List<BlogsEntry>
findByG_U_LtD
(long groupId, long userId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.static BlogsEntry
findByG_U_LtD_First
(long groupId, long userId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.static BlogsEntry
findByG_U_LtD_Last
(long groupId, long userId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.static List<BlogsEntry>
findByG_U_LtD_NotS
(long groupId, long userId, Date displayDate, int status) Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static List<BlogsEntry>
findByG_U_LtD_NotS
(long groupId, long userId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static List<BlogsEntry>
findByG_U_LtD_NotS
(long groupId, long userId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static List<BlogsEntry>
findByG_U_LtD_NotS
(long groupId, long userId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static BlogsEntry
findByG_U_LtD_NotS_First
(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static BlogsEntry
findByG_U_LtD_NotS_Last
(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static BlogsEntry[]
findByG_U_LtD_NotS_PrevAndNext
(long entryId, long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.static BlogsEntry[]
findByG_U_LtD_PrevAndNext
(long entryId, long groupId, long userId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.static List<BlogsEntry>
findByG_U_LtD_S
(long groupId, long userId, Date displayDate, int status) Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
findByG_U_LtD_S
(long groupId, long userId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
findByG_U_LtD_S
(long groupId, long userId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
findByG_U_LtD_S
(long groupId, long userId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.static BlogsEntry
findByG_U_LtD_S_First
(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.static BlogsEntry
findByG_U_LtD_S_Last
(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.static BlogsEntry[]
findByG_U_LtD_S_PrevAndNext
(long entryId, long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.static List<BlogsEntry>
findByG_U_NotS
(long groupId, long userId, int status) Returns all the blogs entries where groupId = ? and userId = ? and status ≠ ?.static List<BlogsEntry>
findByG_U_NotS
(long groupId, long userId, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.static List<BlogsEntry>
findByG_U_NotS
(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.static List<BlogsEntry>
findByG_U_NotS
(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.static BlogsEntry
findByG_U_NotS_First
(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.static BlogsEntry
findByG_U_NotS_Last
(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.static BlogsEntry[]
findByG_U_NotS_PrevAndNext
(long entryId, long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.static List<BlogsEntry>
findByG_U_S
(long groupId, long userId, int status) Returns all the blogs entries where groupId = ? and userId = ? and status = ?.static List<BlogsEntry>
findByG_U_S
(long groupId, long userId, int[] statuses) Returns all the blogs entries where groupId = ? and userId = ? and status = any ?.static List<BlogsEntry>
findByG_U_S
(long groupId, long userId, int[] statuses, int start, int end) Returns a range of all the blogs entries where groupId = ? and userId = ? and status = any ?.static List<BlogsEntry>
findByG_U_S
(long groupId, long userId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = any ?.static List<BlogsEntry>
findByG_U_S
(long groupId, long userId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?, optionally using the finder cache.static List<BlogsEntry>
findByG_U_S
(long groupId, long userId, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and userId = ? and status = ?.static List<BlogsEntry>
findByG_U_S
(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.static List<BlogsEntry>
findByG_U_S
(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.static BlogsEntry
findByG_U_S_First
(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.static BlogsEntry
findByG_U_S_Last
(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.static BlogsEntry[]
findByG_U_S_PrevAndNext
(long entryId, long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.static BlogsEntry
findByG_UT
(long groupId, String urlTitle) Returns the blogs entry where groupId = ? and urlTitle = ? or throws aNoSuchEntryException
if it could not be found.static List<BlogsEntry>
findByGroupId
(long groupId) Returns all the blogs entries where groupId = ?.static List<BlogsEntry>
findByGroupId
(long groupId, int start, int end) Returns a range of all the blogs entries where groupId = ?.static List<BlogsEntry>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ?.static List<BlogsEntry>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ?.static BlogsEntry
findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ?.static BlogsEntry
findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ?.static BlogsEntry[]
findByGroupId_PrevAndNext
(long entryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?.static List<BlogsEntry>
findByLtD_S
(Date displayDate, int status) Returns all the blogs entries where displayDate < ? and status = ?.static List<BlogsEntry>
findByLtD_S
(Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where displayDate < ? and status = ?.static List<BlogsEntry>
findByLtD_S
(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.static List<BlogsEntry>
findByLtD_S
(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.static BlogsEntry
findByLtD_S_First
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.static BlogsEntry
findByLtD_S_Last
(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.static BlogsEntry[]
findByLtD_S_PrevAndNext
(long entryId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?.static BlogsEntry
findByPrimaryKey
(long entryId) Returns the blogs entry with the primary key or throws aNoSuchEntryException
if it could not be found.static List<BlogsEntry>
findByUuid
(String uuid) Returns all the blogs entries where uuid = ?.static List<BlogsEntry>
findByUuid
(String uuid, int start, int end) Returns a range of all the blogs entries where uuid = ?.static List<BlogsEntry>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where uuid = ?.static List<BlogsEntry>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where uuid = ?.static List<BlogsEntry>
findByUuid_C
(String uuid, long companyId) Returns all the blogs entries where uuid = ? and companyId = ?.static List<BlogsEntry>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the blogs entries where uuid = ? and companyId = ?.static List<BlogsEntry>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.static List<BlogsEntry>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.static BlogsEntry
findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.static BlogsEntry
findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.static BlogsEntry[]
findByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?.static BlogsEntry
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where uuid = ?.static BlogsEntry
findByUUID_G
(String uuid, long groupId) Returns the blogs entry where uuid = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.static BlogsEntry
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where uuid = ?.static BlogsEntry[]
findByUuid_PrevAndNext
(long entryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?.static List<BlogsEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<BlogsEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<BlogsEntry>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) static BlogsEntryPersistence
static BlogsEntry
remove
(long entryId) Removes the blogs entry with the primary key from the database.static void
Removes all the blogs entries from the database.static void
removeByC_LtD
(long companyId, Date displayDate) Removes all the blogs entries where companyId = ? and displayDate < ? from the database.static void
removeByC_LtD_NotS
(long companyId, Date displayDate, int status) Removes all the blogs entries where companyId = ? and displayDate < ? and status ≠ ? from the database.static void
removeByC_LtD_S
(long companyId, Date displayDate, int status) Removes all the blogs entries where companyId = ? and displayDate < ? and status = ? from the database.static void
removeByC_NotS
(long companyId, int status) Removes all the blogs entries where companyId = ? and status ≠ ? from the database.static void
removeByC_S
(long companyId, int status) Removes all the blogs entries where companyId = ? and status = ? from the database.static void
removeByC_U
(long companyId, long userId) Removes all the blogs entries where companyId = ? and userId = ? from the database.static void
removeByC_U_NotS
(long companyId, long userId, int status) Removes all the blogs entries where companyId = ? and userId = ? and status ≠ ? from the database.static void
removeByC_U_S
(long companyId, long userId, int status) Removes all the blogs entries where companyId = ? and userId = ? and status = ? from the database.static void
removeByCompanyId
(long companyId) Removes all the blogs entries where companyId = ? from the database.static BlogsEntry
removeByERC_G
(String externalReferenceCode, long groupId) Removes the blogs entry where externalReferenceCode = ? and groupId = ? from the database.static void
removeByG_D_S
(long groupId, Date displayDate, int status) Removes all the blogs entries where groupId = ? and displayDate = ? and status = ? from the database.static void
removeByG_GtD_S
(long groupId, Date displayDate, int status) Removes all the blogs entries where groupId = ? and displayDate > ? and status = ? from the database.static void
removeByG_LtD
(long groupId, Date displayDate) Removes all the blogs entries where groupId = ? and displayDate < ? from the database.static void
removeByG_LtD_NotS
(long groupId, Date displayDate, int status) Removes all the blogs entries where groupId = ? and displayDate < ? and status ≠ ? from the database.static void
removeByG_LtD_S
(long groupId, Date displayDate, int status) Removes all the blogs entries where groupId = ? and displayDate < ? and status = ? from the database.static void
removeByG_NotS
(long groupId, int status) Removes all the blogs entries where groupId = ? and status ≠ ? from the database.static void
removeByG_S
(long groupId, int status) Removes all the blogs entries where groupId = ? and status = ? from the database.static void
removeByG_U_LtD
(long groupId, long userId, Date displayDate) Removes all the blogs entries where groupId = ? and userId = ? and displayDate < ? from the database.static void
removeByG_U_LtD_NotS
(long groupId, long userId, Date displayDate, int status) Removes all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ? from the database.static void
removeByG_U_LtD_S
(long groupId, long userId, Date displayDate, int status) Removes all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ? from the database.static void
removeByG_U_NotS
(long groupId, long userId, int status) Removes all the blogs entries where groupId = ? and userId = ? and status ≠ ? from the database.static void
removeByG_U_S
(long groupId, long userId, int status) Removes all the blogs entries where groupId = ? and userId = ? and status = ? from the database.static BlogsEntry
removeByG_UT
(long groupId, String urlTitle) Removes the blogs entry where groupId = ? and urlTitle = ? from the database.static void
removeByGroupId
(long groupId) Removes all the blogs entries where groupId = ? from the database.static void
removeByLtD_S
(Date displayDate, int status) Removes all the blogs entries where displayDate < ? and status = ? from the database.static void
removeByUuid
(String uuid) Removes all the blogs entries where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the blogs entries where uuid = ? and companyId = ? from the database.static BlogsEntry
removeByUUID_G
(String uuid, long groupId) Removes the blogs entry where uuid = ? and groupId = ? from the database.static void
setPersistence
(BlogsEntryPersistence persistence) static BlogsEntry
update
(BlogsEntry blogsEntry) static BlogsEntry
update
(BlogsEntry blogsEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) static BlogsEntry
updateImpl
(BlogsEntry blogsEntry)
-
Constructor Details
-
BlogsEntryUtil
public BlogsEntryUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<BlogsEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<BlogsEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<BlogsEntry> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static BlogsEntry update(BlogsEntry blogsEntry, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
findByUuid
Returns all the blogs entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching blogs entries
-
findByUuid
Returns a range of all the blogs 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 fromBlogsEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByUuid
public static List<BlogsEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs 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 fromBlogsEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByUuid
public static List<BlogsEntry> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs 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 fromBlogsEntryModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByUuid_First
public static BlogsEntry findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByUuid_First
public static BlogsEntry fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByUuid_Last
public static BlogsEntry findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByUuid_Last
public static BlogsEntry fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByUuid_PrevAndNext
public static BlogsEntry[] findByUuid_PrevAndNext(long entryId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?.- Parameters:
entryId
- the primary key of the current blogs entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByUuid
Removes all the blogs entries where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of blogs entries where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching blogs entries
-
findByUUID_G
Returns the blogs entry where uuid = ? and groupId = ? or throws aNoSuchEntryException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByUUID_G
Returns the blogs 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 blogs entry, or
null
if a matching blogs entry could not be found
-
fetchByUUID_G
Returns the blogs 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 blogs entry, or
null
if a matching blogs entry could not be found
-
removeByUUID_G
Removes the blogs entry where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the blogs entry that was removed
- Throws:
NoSuchEntryException
-
countByUUID_G
Returns the number of blogs entries where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching blogs entries
-
findByUuid_C
Returns all the blogs entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching blogs entries
-
findByUuid_C
Returns a range of all the blogs 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 fromBlogsEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByUuid_C
public static List<BlogsEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs 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 fromBlogsEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByUuid_C
public static List<BlogsEntry> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs 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 fromBlogsEntryModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByUuid_C_First
public static BlogsEntry findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs 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 blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByUuid_C_First
public static BlogsEntry fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs 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 blogs entry, or
null
if a matching blogs entry could not be found
-
findByUuid_C_Last
public static BlogsEntry findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs 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 blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByUuid_C_Last
public static BlogsEntry fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs 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 blogs entry, or
null
if a matching blogs entry could not be found
-
findByUuid_C_PrevAndNext
public static BlogsEntry[] findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?.- Parameters:
entryId
- the primary key of the current blogs entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByUuid_C
Removes all the blogs entries where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of blogs entries where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching blogs entries
-
findByGroupId
Returns all the blogs entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching blogs entries
-
findByGroupId
Returns a range of all the blogs 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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByGroupId
public static List<BlogsEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs 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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByGroupId
public static List<BlogsEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs 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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByGroupId_First
public static BlogsEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByGroupId_First
public static BlogsEntry fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByGroupId_Last
public static BlogsEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByGroupId_Last
public static BlogsEntry fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByGroupId_PrevAndNext
public static BlogsEntry[] findByGroupId_PrevAndNext(long entryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByGroupId
Returns all the blogs entries that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching blogs entries that the user has permission to view
-
filterFindByGroupId
Returns a range of all the blogs entries that the user has permission to view 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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries that the user has permission to view
-
filterFindByGroupId
public static List<BlogsEntry> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view 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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries that the user has permission to view
-
filterFindByGroupId_PrevAndNext
public static BlogsEntry[] filterFindByGroupId_PrevAndNext(long entryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the blogs entries where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
public static int countByGroupId(long groupId) Returns the number of blogs entries where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching blogs entries
-
filterCountByGroupId
public static int filterCountByGroupId(long groupId) Returns the number of blogs entries that the user has permission to view where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching blogs entries that the user has permission to view
-
findByCompanyId
Returns all the blogs entries where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching blogs entries
-
findByCompanyId
Returns a range of all the blogs entries where 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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByCompanyId
public static List<BlogsEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where 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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByCompanyId
public static List<BlogsEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where 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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByCompanyId_First
public static BlogsEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByCompanyId_First
public static BlogsEntry fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByCompanyId_Last
public static BlogsEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByCompanyId_Last
public static BlogsEntry fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByCompanyId_PrevAndNext
public static BlogsEntry[] findByCompanyId_PrevAndNext(long entryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?.- Parameters:
entryId
- the primary key of the current blogs entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByCompanyId
public static void removeByCompanyId(long companyId) Removes all the blogs entries where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
public static int countByCompanyId(long companyId) Returns the number of blogs entries where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching blogs entries
-
findByG_UT
Returns the blogs entry where groupId = ? and urlTitle = ? or throws aNoSuchEntryException
if it could not be found.- Parameters:
groupId
- the group IDurlTitle
- the url title- Returns:
- the matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_UT
Returns the blogs entry where groupId = ? and urlTitle = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDurlTitle
- the url title- Returns:
- the matching blogs entry, or
null
if a matching blogs entry could not be found
-
fetchByG_UT
Returns the blogs entry where groupId = ? and urlTitle = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDurlTitle
- the url titleuseFinderCache
- whether to use the finder cache- Returns:
- the matching blogs entry, or
null
if a matching blogs entry could not be found
-
removeByG_UT
Removes the blogs entry where groupId = ? and urlTitle = ? from the database.- Parameters:
groupId
- the group IDurlTitle
- the url title- Returns:
- the blogs entry that was removed
- Throws:
NoSuchEntryException
-
countByG_UT
Returns the number of blogs entries where groupId = ? and urlTitle = ?.- Parameters:
groupId
- the group IDurlTitle
- the url title- Returns:
- the number of matching blogs entries
-
findByG_LtD
Returns all the blogs entries where groupId = ? and displayDate < ?.- Parameters:
groupId
- the group IDdisplayDate
- the display date- Returns:
- the matching blogs entries
-
findByG_LtD
Returns a range of all the blogs entries where groupId = ? and displayDate < ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByG_LtD
public static List<BlogsEntry> findByG_LtD(long groupId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByG_LtD
public static List<BlogsEntry> findByG_LtD(long groupId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByG_LtD_First
public static BlogsEntry findByG_LtD_First(long groupId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.- Parameters:
groupId
- the group IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_LtD_First
public static BlogsEntry fetchByG_LtD_First(long groupId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.- Parameters:
groupId
- the group IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_LtD_Last
public static BlogsEntry findByG_LtD_Last(long groupId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.- Parameters:
groupId
- the group IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_LtD_Last
public static BlogsEntry fetchByG_LtD_Last(long groupId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.- Parameters:
groupId
- the group IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_LtD_PrevAndNext
public static BlogsEntry[] findByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByG_LtD
Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?.- Parameters:
groupId
- the group IDdisplayDate
- the display date- Returns:
- the matching blogs entries that the user has permission to view
-
filterFindByG_LtD
public static List<BlogsEntry> filterFindByG_LtD(long groupId, Date displayDate, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries that the user has permission to view
-
filterFindByG_LtD
public static List<BlogsEntry> filterFindByG_LtD(long groupId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries that the user has permission to view
-
filterFindByG_LtD_PrevAndNext
public static BlogsEntry[] filterFindByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByG_LtD
Removes all the blogs entries where groupId = ? and displayDate < ? from the database.- Parameters:
groupId
- the group IDdisplayDate
- the display date
-
countByG_LtD
Returns the number of blogs entries where groupId = ? and displayDate < ?.- Parameters:
groupId
- the group IDdisplayDate
- the display date- Returns:
- the number of matching blogs entries
-
filterCountByG_LtD
Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate < ?.- Parameters:
groupId
- the group IDdisplayDate
- the display date- Returns:
- the number of matching blogs entries that the user has permission to view
-
findByG_S
Returns all the blogs entries where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the matching blogs entries
-
findByG_S
Returns a range of all the blogs entries where groupId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByG_S
public static List<BlogsEntry> findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByG_S
public static List<BlogsEntry> findByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByG_S_First
public static BlogsEntry findByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_S_First
public static BlogsEntry fetchByG_S_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_S_Last
public static BlogsEntry findByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_S_Last
public static BlogsEntry fetchByG_S_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_S_PrevAndNext
public static BlogsEntry[] findByG_S_PrevAndNext(long entryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByG_S
Returns all the blogs entries that the user has permission to view where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the matching blogs entries that the user has permission to view
-
filterFindByG_S
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries that the user has permission to view
-
filterFindByG_S
public static List<BlogsEntry> filterFindByG_S(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries that the user has permission to view
-
filterFindByG_S_PrevAndNext
public static BlogsEntry[] filterFindByG_S_PrevAndNext(long entryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByG_S
public static void removeByG_S(long groupId, int status) Removes all the blogs entries where groupId = ? and status = ? from the database.- Parameters:
groupId
- the group IDstatus
- the status
-
countByG_S
public static int countByG_S(long groupId, int status) Returns the number of blogs entries where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the number of matching blogs entries
-
filterCountByG_S
public static int filterCountByG_S(long groupId, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the number of matching blogs entries that the user has permission to view
-
findByG_NotS
Returns all the blogs entries where groupId = ? and status ≠ ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the matching blogs entries
-
findByG_NotS
Returns a range of all the blogs entries where groupId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByG_NotS
public static List<BlogsEntry> findByG_NotS(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByG_NotS
public static List<BlogsEntry> findByG_NotS(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByG_NotS_First
public static BlogsEntry findByG_NotS_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_NotS_First
public static BlogsEntry fetchByG_NotS_First(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_NotS_Last
public static BlogsEntry findByG_NotS_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_NotS_Last
public static BlogsEntry fetchByG_NotS_Last(long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.- Parameters:
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_NotS_PrevAndNext
public static BlogsEntry[] findByG_NotS_PrevAndNext(long entryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByG_NotS
Returns all the blogs entries that the user has permission to view where groupId = ? and status ≠ ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the matching blogs entries that the user has permission to view
-
filterFindByG_NotS
Returns a range of all the blogs entries that the user has permission to view where groupId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries that the user has permission to view
-
filterFindByG_NotS
public static List<BlogsEntry> filterFindByG_NotS(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries that the user has permission to view
-
filterFindByG_NotS_PrevAndNext
public static BlogsEntry[] filterFindByG_NotS_PrevAndNext(long entryId, long groupId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByG_NotS
public static void removeByG_NotS(long groupId, int status) Removes all the blogs entries where groupId = ? and status ≠ ? from the database.- Parameters:
groupId
- the group IDstatus
- the status
-
countByG_NotS
public static int countByG_NotS(long groupId, int status) Returns the number of blogs entries where groupId = ? and status ≠ ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the number of matching blogs entries
-
filterCountByG_NotS
public static int filterCountByG_NotS(long groupId, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and status ≠ ?.- Parameters:
groupId
- the group IDstatus
- the status- Returns:
- the number of matching blogs entries that the user has permission to view
-
findByC_U
Returns all the blogs entries where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user ID- Returns:
- the matching blogs entries
-
findByC_U
Returns a range of all the blogs entries where companyId = ? and 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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByC_U
public static List<BlogsEntry> findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and 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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByC_U
public static List<BlogsEntry> findByC_U(long companyId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and 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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByC_U_First
public static BlogsEntry findByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_U_First
public static BlogsEntry fetchByC_U_First(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_U_Last
public static BlogsEntry findByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_U_Last
public static BlogsEntry fetchByC_U_Last(long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_U_PrevAndNext
public static BlogsEntry[] findByC_U_PrevAndNext(long entryId, long companyId, long userId, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?.- Parameters:
entryId
- the primary key of the current blogs entrycompanyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByC_U
public static void removeByC_U(long companyId, long userId) Removes all the blogs entries where companyId = ? and userId = ? from the database.- Parameters:
companyId
- the company IDuserId
- the user ID
-
countByC_U
public static int countByC_U(long companyId, long userId) Returns the number of blogs entries where companyId = ? and userId = ?.- Parameters:
companyId
- the company IDuserId
- the user ID- Returns:
- the number of matching blogs entries
-
findByC_LtD
Returns all the blogs entries where companyId = ? and displayDate < ?.- Parameters:
companyId
- the company IDdisplayDate
- the display date- Returns:
- the matching blogs entries
-
findByC_LtD
Returns a range of all the blogs entries where companyId = ? and displayDate < ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDdisplayDate
- the display datestart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByC_LtD
public static List<BlogsEntry> findByC_LtD(long companyId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDdisplayDate
- the display datestart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByC_LtD
public static List<BlogsEntry> findByC_LtD(long companyId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDdisplayDate
- the display datestart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByC_LtD_First
public static BlogsEntry findByC_LtD_First(long companyId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.- Parameters:
companyId
- the company IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_LtD_First
public static BlogsEntry fetchByC_LtD_First(long companyId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.- Parameters:
companyId
- the company IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_LtD_Last
public static BlogsEntry findByC_LtD_Last(long companyId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.- Parameters:
companyId
- the company IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_LtD_Last
public static BlogsEntry fetchByC_LtD_Last(long companyId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.- Parameters:
companyId
- the company IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_LtD_PrevAndNext
public static BlogsEntry[] findByC_LtD_PrevAndNext(long entryId, long companyId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?.- Parameters:
entryId
- the primary key of the current blogs entrycompanyId
- the company IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByC_LtD
Removes all the blogs entries where companyId = ? and displayDate < ? from the database.- Parameters:
companyId
- the company IDdisplayDate
- the display date
-
countByC_LtD
Returns the number of blogs entries where companyId = ? and displayDate < ?.- Parameters:
companyId
- the company IDdisplayDate
- the display date- Returns:
- the number of matching blogs entries
-
findByC_S
Returns all the blogs entries where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the matching blogs entries
-
findByC_S
Returns a range of all the blogs entries where companyId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByC_S
public static List<BlogsEntry> findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByC_S
public static List<BlogsEntry> findByC_S(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByC_S_First
public static BlogsEntry findByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_S_First
public static BlogsEntry fetchByC_S_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_S_Last
public static BlogsEntry findByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_S_Last
public static BlogsEntry fetchByC_S_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_S_PrevAndNext
public static BlogsEntry[] findByC_S_PrevAndNext(long entryId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrycompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByC_S
public static void removeByC_S(long companyId, int status) Removes all the blogs entries where companyId = ? and status = ? from the database.- Parameters:
companyId
- the company IDstatus
- the status
-
countByC_S
public static int countByC_S(long companyId, int status) Returns the number of blogs entries where companyId = ? and status = ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the number of matching blogs entries
-
findByC_NotS
Returns all the blogs entries where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the matching blogs entries
-
findByC_NotS
Returns a range of all the blogs entries where companyId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByC_NotS
public static List<BlogsEntry> findByC_NotS(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByC_NotS
public static List<BlogsEntry> findByC_NotS(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByC_NotS_First
public static BlogsEntry findByC_NotS_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_NotS_First
public static BlogsEntry fetchByC_NotS_First(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_NotS_Last
public static BlogsEntry findByC_NotS_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_NotS_Last
public static BlogsEntry fetchByC_NotS_Last(long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_NotS_PrevAndNext
public static BlogsEntry[] findByC_NotS_PrevAndNext(long entryId, long companyId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?.- Parameters:
entryId
- the primary key of the current blogs entrycompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByC_NotS
public static void removeByC_NotS(long companyId, int status) Removes all the blogs entries where companyId = ? and status ≠ ? from the database.- Parameters:
companyId
- the company IDstatus
- the status
-
countByC_NotS
public static int countByC_NotS(long companyId, int status) Returns the number of blogs entries where companyId = ? and status ≠ ?.- Parameters:
companyId
- the company IDstatus
- the status- Returns:
- the number of matching blogs entries
-
findByLtD_S
Returns all the blogs entries where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries
-
findByLtD_S
Returns a range of all the blogs entries where displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByLtD_S
public static List<BlogsEntry> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByLtD_S
public static List<BlogsEntry> findByLtD_S(Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
displayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByLtD_S_First
public static BlogsEntry findByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByLtD_S_First
public static BlogsEntry fetchByLtD_S_First(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByLtD_S_Last
public static BlogsEntry findByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByLtD_S_Last
public static BlogsEntry fetchByLtD_S_Last(Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByLtD_S_PrevAndNext
public static BlogsEntry[] findByLtD_S_PrevAndNext(long entryId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrydisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByLtD_S
Removes all the blogs entries where displayDate < ? and status = ? from the database.- Parameters:
displayDate
- the display datestatus
- the status
-
countByLtD_S
Returns the number of blogs entries where displayDate < ? and status = ?.- Parameters:
displayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries
-
findByG_U_LtD
Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display date- Returns:
- the matching blogs entries
-
findByG_U_LtD
public static List<BlogsEntry> findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end) Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByG_U_LtD
public static List<BlogsEntry> findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByG_U_LtD
public static List<BlogsEntry> findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByG_U_LtD_First
public static BlogsEntry findByG_U_LtD_First(long groupId, long userId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_U_LtD_First
public static BlogsEntry fetchByG_U_LtD_First(long groupId, long userId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_U_LtD_Last
public static BlogsEntry findByG_U_LtD_Last(long groupId, long userId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_U_LtD_Last
public static BlogsEntry fetchByG_U_LtD_Last(long groupId, long userId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_U_LtD_PrevAndNext
public static BlogsEntry[] findByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDuserId
- the user IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByG_U_LtD
Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display date- Returns:
- the matching blogs entries that the user has permission to view
-
filterFindByG_U_LtD
public static List<BlogsEntry> filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries that the user has permission to view
-
filterFindByG_U_LtD
public static List<BlogsEntry> filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries that the user has permission to view
-
filterFindByG_U_LtD_PrevAndNext
public static BlogsEntry[] filterFindByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDuserId
- the user IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByG_U_LtD
Removes all the blogs entries where groupId = ? and userId = ? and displayDate < ? from the database.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display date
-
countByG_U_LtD
Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display date- Returns:
- the number of matching blogs entries
-
filterCountByG_U_LtD
Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display date- Returns:
- the number of matching blogs entries that the user has permission to view
-
findByG_U_S
Returns all the blogs entries where groupId = ? and userId = ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the status- Returns:
- the matching blogs entries
-
findByG_U_S
public static List<BlogsEntry> findByG_U_S(long groupId, long userId, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and userId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByG_U_S
public static List<BlogsEntry> findByG_U_S(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByG_U_S
public static List<BlogsEntry> findByG_U_S(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByG_U_S_First
public static BlogsEntry findByG_U_S_First(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_U_S_First
public static BlogsEntry fetchByG_U_S_First(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_U_S_Last
public static BlogsEntry findByG_U_S_Last(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_U_S_Last
public static BlogsEntry fetchByG_U_S_Last(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_U_S_PrevAndNext
public static BlogsEntry[] findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByG_U_S
Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the status- Returns:
- the matching blogs entries that the user has permission to view
-
filterFindByG_U_S
public static List<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries that the user has permission to view
-
filterFindByG_U_S
public static List<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries that the user has permission to view
-
filterFindByG_U_S_PrevAndNext
public static BlogsEntry[] filterFindByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByG_U_S
Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = any ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatuses
- the statuses- Returns:
- the matching blogs entries that the user has permission to view
-
filterFindByG_U_S
public static List<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int[] statuses, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = any ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatuses
- the statusesstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries that the user has permission to view
-
filterFindByG_U_S
public static List<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = any ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatuses
- the statusesstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries that the user has permission to view
-
findByG_U_S
Returns all the blogs entries where groupId = ? and userId = ? and status = any ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatuses
- the statuses- Returns:
- the matching blogs entries
-
findByG_U_S
public static List<BlogsEntry> findByG_U_S(long groupId, long userId, int[] statuses, int start, int end) Returns a range of all the blogs entries where groupId = ? and userId = ? and status = any ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatuses
- the statusesstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByG_U_S
public static List<BlogsEntry> findByG_U_S(long groupId, long userId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = any ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatuses
- the statusesstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByG_U_S
public static List<BlogsEntry> findByG_U_S(long groupId, long userId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?, optionally using the finder cache.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatuses
- the statusesstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
removeByG_U_S
public static void removeByG_U_S(long groupId, long userId, int status) Removes all the blogs entries where groupId = ? and userId = ? and status = ? from the database.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the status
-
countByG_U_S
public static int countByG_U_S(long groupId, long userId, int status) Returns the number of blogs entries where groupId = ? and userId = ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the status- Returns:
- the number of matching blogs entries
-
countByG_U_S
public static int countByG_U_S(long groupId, long userId, int[] statuses) Returns the number of blogs entries where groupId = ? and userId = ? and status = any ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatuses
- the statuses- Returns:
- the number of matching blogs entries
-
filterCountByG_U_S
public static int filterCountByG_U_S(long groupId, long userId, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the status- Returns:
- the number of matching blogs entries that the user has permission to view
-
filterCountByG_U_S
public static int filterCountByG_U_S(long groupId, long userId, int[] statuses) Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = any ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatuses
- the statuses- Returns:
- the number of matching blogs entries that the user has permission to view
-
findByG_U_NotS
Returns all the blogs entries where groupId = ? and userId = ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the status- Returns:
- the matching blogs entries
-
findByG_U_NotS
public static List<BlogsEntry> findByG_U_NotS(long groupId, long userId, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByG_U_NotS
public static List<BlogsEntry> findByG_U_NotS(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByG_U_NotS
public static List<BlogsEntry> findByG_U_NotS(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByG_U_NotS_First
public static BlogsEntry findByG_U_NotS_First(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_U_NotS_First
public static BlogsEntry fetchByG_U_NotS_First(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_U_NotS_Last
public static BlogsEntry findByG_U_NotS_Last(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_U_NotS_Last
public static BlogsEntry fetchByG_U_NotS_Last(long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_U_NotS_PrevAndNext
public static BlogsEntry[] findByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByG_U_NotS
Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the status- Returns:
- the matching blogs entries that the user has permission to view
-
filterFindByG_U_NotS
public static List<BlogsEntry> filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries that the user has permission to view
-
filterFindByG_U_NotS
public static List<BlogsEntry> filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries that the user has permission to view
-
filterFindByG_U_NotS_PrevAndNext
public static BlogsEntry[] filterFindByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByG_U_NotS
public static void removeByG_U_NotS(long groupId, long userId, int status) Removes all the blogs entries where groupId = ? and userId = ? and status ≠ ? from the database.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the status
-
countByG_U_NotS
public static int countByG_U_NotS(long groupId, long userId, int status) Returns the number of blogs entries where groupId = ? and userId = ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the status- Returns:
- the number of matching blogs entries
-
filterCountByG_U_NotS
public static int filterCountByG_U_NotS(long groupId, long userId, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDstatus
- the status- Returns:
- the number of matching blogs entries that the user has permission to view
-
findByG_D_S
Returns all the blogs entries where groupId = ? and displayDate = ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries
-
findByG_D_S
public static List<BlogsEntry> findByG_D_S(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and displayDate = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByG_D_S
public static List<BlogsEntry> findByG_D_S(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and displayDate = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByG_D_S
public static List<BlogsEntry> findByG_D_S(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and displayDate = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByG_D_S_First
public static BlogsEntry findByG_D_S_First(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where groupId = ? and displayDate = ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_D_S_First
public static BlogsEntry fetchByG_D_S_First(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate = ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_D_S_Last
public static BlogsEntry findByG_D_S_Last(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where groupId = ? and displayDate = ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_D_S_Last
public static BlogsEntry fetchByG_D_S_Last(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate = ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_D_S_PrevAndNext
public static BlogsEntry[] findByG_D_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate = ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByG_D_S
Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate = ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries that the user has permission to view
-
filterFindByG_D_S
public static List<BlogsEntry> filterFindByG_D_S(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries that the user has permission to view
-
filterFindByG_D_S
public static List<BlogsEntry> filterFindByG_D_S(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries that the user has permission to view
-
filterFindByG_D_S_PrevAndNext
public static BlogsEntry[] filterFindByG_D_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate = ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByG_D_S
Removes all the blogs entries where groupId = ? and displayDate = ? and status = ? from the database.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status
-
countByG_D_S
Returns the number of blogs entries where groupId = ? and displayDate = ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries
-
filterCountByG_D_S
Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate = ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries that the user has permission to view
-
findByG_GtD_S
Returns all the blogs entries where groupId = ? and displayDate > ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries
-
findByG_GtD_S
public static List<BlogsEntry> findByG_GtD_S(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and displayDate > ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByG_GtD_S
public static List<BlogsEntry> findByG_GtD_S(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and displayDate > ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByG_GtD_S
public static List<BlogsEntry> findByG_GtD_S(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and displayDate > ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByG_GtD_S_First
public static BlogsEntry findByG_GtD_S_First(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where groupId = ? and displayDate > ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_GtD_S_First
public static BlogsEntry fetchByG_GtD_S_First(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate > ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_GtD_S_Last
public static BlogsEntry findByG_GtD_S_Last(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where groupId = ? and displayDate > ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_GtD_S_Last
public static BlogsEntry fetchByG_GtD_S_Last(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate > ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_GtD_S_PrevAndNext
public static BlogsEntry[] findByG_GtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate > ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByG_GtD_S
Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate > ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries that the user has permission to view
-
filterFindByG_GtD_S
public static List<BlogsEntry> filterFindByG_GtD_S(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate > ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries that the user has permission to view
-
filterFindByG_GtD_S
public static List<BlogsEntry> filterFindByG_GtD_S(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate > ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries that the user has permission to view
-
filterFindByG_GtD_S_PrevAndNext
public static BlogsEntry[] filterFindByG_GtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate > ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByG_GtD_S
Removes all the blogs entries where groupId = ? and displayDate > ? and status = ? from the database.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status
-
countByG_GtD_S
Returns the number of blogs entries where groupId = ? and displayDate > ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries
-
filterCountByG_GtD_S
Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate > ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries that the user has permission to view
-
findByG_LtD_S
Returns all the blogs entries where groupId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries
-
findByG_LtD_S
public static List<BlogsEntry> findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByG_LtD_S
public static List<BlogsEntry> findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByG_LtD_S
public static List<BlogsEntry> findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByG_LtD_S_First
public static BlogsEntry findByG_LtD_S_First(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_LtD_S_First
public static BlogsEntry fetchByG_LtD_S_First(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_LtD_S_Last
public static BlogsEntry findByG_LtD_S_Last(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_LtD_S_Last
public static BlogsEntry fetchByG_LtD_S_Last(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_LtD_S_PrevAndNext
public static BlogsEntry[] findByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByG_LtD_S
Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries that the user has permission to view
-
filterFindByG_LtD_S
public static List<BlogsEntry> filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries that the user has permission to view
-
filterFindByG_LtD_S
public static List<BlogsEntry> filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries that the user has permission to view
-
filterFindByG_LtD_S_PrevAndNext
public static BlogsEntry[] filterFindByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByG_LtD_S
Removes all the blogs entries where groupId = ? and displayDate < ? and status = ? from the database.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status
-
countByG_LtD_S
Returns the number of blogs entries where groupId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries
-
filterCountByG_LtD_S
Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries that the user has permission to view
-
findByG_LtD_NotS
Returns all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries
-
findByG_LtD_NotS
public static List<BlogsEntry> findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByG_LtD_NotS
public static List<BlogsEntry> findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByG_LtD_NotS
public static List<BlogsEntry> findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByG_LtD_NotS_First
public static BlogsEntry findByG_LtD_NotS_First(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_LtD_NotS_First
public static BlogsEntry fetchByG_LtD_NotS_First(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_LtD_NotS_Last
public static BlogsEntry findByG_LtD_NotS_Last(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_LtD_NotS_Last
public static BlogsEntry fetchByG_LtD_NotS_Last(long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_LtD_NotS_PrevAndNext
public static BlogsEntry[] findByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByG_LtD_NotS
Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries that the user has permission to view
-
filterFindByG_LtD_NotS
public static List<BlogsEntry> filterFindByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries that the user has permission to view
-
filterFindByG_LtD_NotS
public static List<BlogsEntry> filterFindByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries that the user has permission to view
-
filterFindByG_LtD_NotS_PrevAndNext
public static BlogsEntry[] filterFindByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByG_LtD_NotS
Removes all the blogs entries where groupId = ? and displayDate < ? and status ≠ ? from the database.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status
-
countByG_LtD_NotS
Returns the number of blogs entries where groupId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries
-
filterCountByG_LtD_NotS
Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDdisplayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries that the user has permission to view
-
findByC_U_S
Returns all the blogs entries where companyId = ? and userId = ? and status = ?.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the status- Returns:
- the matching blogs entries
-
findByC_U_S
public static List<BlogsEntry> findByC_U_S(long companyId, long userId, int status, int start, int end) Returns a range of all the blogs entries where companyId = ? and userId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByC_U_S
public static List<BlogsEntry> findByC_U_S(long companyId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByC_U_S
public static List<BlogsEntry> findByC_U_S(long companyId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByC_U_S_First
public static BlogsEntry findByC_U_S_First(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_U_S_First
public static BlogsEntry fetchByC_U_S_First(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_U_S_Last
public static BlogsEntry findByC_U_S_Last(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_U_S_Last
public static BlogsEntry fetchByC_U_S_Last(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_U_S_PrevAndNext
public static BlogsEntry[] findByC_U_S_PrevAndNext(long entryId, long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrycompanyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByC_U_S
public static void removeByC_U_S(long companyId, long userId, int status) Removes all the blogs entries where companyId = ? and userId = ? and status = ? from the database.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the status
-
countByC_U_S
public static int countByC_U_S(long companyId, long userId, int status) Returns the number of blogs entries where companyId = ? and userId = ? and status = ?.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the status- Returns:
- the number of matching blogs entries
-
findByC_U_NotS
Returns all the blogs entries where companyId = ? and userId = ? and status ≠ ?.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the status- Returns:
- the matching blogs entries
-
findByC_U_NotS
public static List<BlogsEntry> findByC_U_NotS(long companyId, long userId, int status, int start, int end) Returns a range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByC_U_NotS
public static List<BlogsEntry> findByC_U_NotS(long companyId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByC_U_NotS
public static List<BlogsEntry> findByC_U_NotS(long companyId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByC_U_NotS_First
public static BlogsEntry findByC_U_NotS_First(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_U_NotS_First
public static BlogsEntry fetchByC_U_NotS_First(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_U_NotS_Last
public static BlogsEntry findByC_U_NotS_Last(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_U_NotS_Last
public static BlogsEntry fetchByC_U_NotS_Last(long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_U_NotS_PrevAndNext
public static BlogsEntry[] findByC_U_NotS_PrevAndNext(long entryId, long companyId, long userId, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.- Parameters:
entryId
- the primary key of the current blogs entrycompanyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByC_U_NotS
public static void removeByC_U_NotS(long companyId, long userId, int status) Removes all the blogs entries where companyId = ? and userId = ? and status ≠ ? from the database.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the status
-
countByC_U_NotS
public static int countByC_U_NotS(long companyId, long userId, int status) Returns the number of blogs entries where companyId = ? and userId = ? and status ≠ ?.- Parameters:
companyId
- the company IDuserId
- the user IDstatus
- the status- Returns:
- the number of matching blogs entries
-
findByC_LtD_S
Returns all the blogs entries where companyId = ? and displayDate < ? and status = ?.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries
-
findByC_LtD_S
public static List<BlogsEntry> findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByC_LtD_S
public static List<BlogsEntry> findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByC_LtD_S
public static List<BlogsEntry> findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByC_LtD_S_First
public static BlogsEntry findByC_LtD_S_First(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_LtD_S_First
public static BlogsEntry fetchByC_LtD_S_First(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_LtD_S_Last
public static BlogsEntry findByC_LtD_S_Last(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_LtD_S_Last
public static BlogsEntry fetchByC_LtD_S_Last(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_LtD_S_PrevAndNext
public static BlogsEntry[] findByC_LtD_S_PrevAndNext(long entryId, long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrycompanyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByC_LtD_S
Removes all the blogs entries where companyId = ? and displayDate < ? and status = ? from the database.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the status
-
countByC_LtD_S
Returns the number of blogs entries where companyId = ? and displayDate < ? and status = ?.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries
-
findByC_LtD_NotS
Returns all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries
-
findByC_LtD_NotS
public static List<BlogsEntry> findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByC_LtD_NotS
public static List<BlogsEntry> findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByC_LtD_NotS
public static List<BlogsEntry> findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByC_LtD_NotS_First
public static BlogsEntry findByC_LtD_NotS_First(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_LtD_NotS_First
public static BlogsEntry fetchByC_LtD_NotS_First(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_LtD_NotS_Last
public static BlogsEntry findByC_LtD_NotS_Last(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByC_LtD_NotS_Last
public static BlogsEntry fetchByC_LtD_NotS_Last(long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByC_LtD_NotS_PrevAndNext
public static BlogsEntry[] findByC_LtD_NotS_PrevAndNext(long entryId, long companyId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.- Parameters:
entryId
- the primary key of the current blogs entrycompanyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByC_LtD_NotS
Removes all the blogs entries where companyId = ? and displayDate < ? and status ≠ ? from the database.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the status
-
countByC_LtD_NotS
Returns the number of blogs entries where companyId = ? and displayDate < ? and status ≠ ?.- Parameters:
companyId
- the company IDdisplayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries
-
findByG_U_LtD_S
public static List<BlogsEntry> findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status) Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries
-
findByG_U_LtD_S
public static List<BlogsEntry> findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByG_U_LtD_S
public static List<BlogsEntry> findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByG_U_LtD_S
public static List<BlogsEntry> findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByG_U_LtD_S_First
public static BlogsEntry findByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_U_LtD_S_First
public static BlogsEntry fetchByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_U_LtD_S_Last
public static BlogsEntry findByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_U_LtD_S_Last
public static BlogsEntry fetchByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_U_LtD_S_PrevAndNext
public static BlogsEntry[] findByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByG_U_LtD_S
public static List<BlogsEntry> filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status) Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries that the user has permission to view
-
filterFindByG_U_LtD_S
public static List<BlogsEntry> filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries that the user has permission to view
-
filterFindByG_U_LtD_S
public static List<BlogsEntry> filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status = ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries that the user has permission to view
-
filterFindByG_U_LtD_S_PrevAndNext
public static BlogsEntry[] filterFindByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByG_U_LtD_S
Removes all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ? from the database.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status
-
countByG_U_LtD_S
Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries
-
filterCountByG_U_LtD_S
Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries that the user has permission to view
-
findByG_U_LtD_NotS
public static List<BlogsEntry> findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status) Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries
-
findByG_U_LtD_NotS
public static List<BlogsEntry> findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries
-
findByG_U_LtD_NotS
public static List<BlogsEntry> findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries
-
findByG_U_LtD_NotS
public static List<BlogsEntry> findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs 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 blogs entries
-
findByG_U_LtD_NotS_First
public static BlogsEntry findByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_U_LtD_NotS_First
public static BlogsEntry fetchByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_U_LtD_NotS_Last
public static BlogsEntry findByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByG_U_LtD_NotS_Last
public static BlogsEntry fetchByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching blogs entry, or
null
if a matching blogs entry could not be found
-
findByG_U_LtD_NotS_PrevAndNext
public static BlogsEntry[] findByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
filterFindByG_U_LtD_NotS
public static List<BlogsEntry> filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status) Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status- Returns:
- the matching blogs entries that the user has permission to view
-
filterFindByG_U_LtD_NotS
public static List<BlogsEntry> filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end) Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of matching blogs entries that the user has permission to view
-
filterFindByG_U_LtD_NotS
public static List<BlogsEntry> filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.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 fromBlogsEntryModelImpl
.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching blogs entries that the user has permission to view
-
filterFindByG_U_LtD_NotS_PrevAndNext
public static BlogsEntry[] filterFindByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.- Parameters:
entryId
- the primary key of the current blogs entrygroupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
removeByG_U_LtD_NotS
Removes all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ? from the database.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status
-
countByG_U_LtD_NotS
Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries
-
filterCountByG_U_LtD_NotS
public static int filterCountByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status) Returns the number of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.- Parameters:
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status- Returns:
- the number of matching blogs entries that the user has permission to view
-
findByERC_G
public static BlogsEntry findByERC_G(String externalReferenceCode, long groupId) throws NoSuchEntryException Returns the blogs 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 blogs entry
- Throws:
NoSuchEntryException
- if a matching blogs entry could not be foundNoSuchEntryException
-
fetchByERC_G
Returns the blogs 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 blogs entry, or
null
if a matching blogs entry could not be found
-
fetchByERC_G
public static BlogsEntry fetchByERC_G(String externalReferenceCode, long groupId, boolean useFinderCache) Returns the blogs 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 blogs entry, or
null
if a matching blogs entry could not be found
-
removeByERC_G
public static BlogsEntry removeByERC_G(String externalReferenceCode, long groupId) throws NoSuchEntryException Removes the blogs entry where externalReferenceCode = ? and groupId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the blogs entry that was removed
- Throws:
NoSuchEntryException
-
countByERC_G
Returns the number of blogs entries where externalReferenceCode = ? and groupId = ?.- Parameters:
externalReferenceCode
- the external reference codegroupId
- the group ID- Returns:
- the number of matching blogs entries
-
cacheResult
Caches the blogs entry in the entity cache if it is enabled.- Parameters:
blogsEntry
- the blogs entry
-
cacheResult
Caches the blogs entries in the entity cache if it is enabled.- Parameters:
blogsEntries
- the blogs entries
-
create
Creates a new blogs entry with the primary key. Does not add the blogs entry to the database.- Parameters:
entryId
- the primary key for the new blogs entry- Returns:
- the new blogs entry
-
remove
Removes the blogs entry with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
entryId
- the primary key of the blogs entry- Returns:
- the blogs entry that was removed
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
updateImpl
-
findByPrimaryKey
Returns the blogs entry with the primary key or throws aNoSuchEntryException
if it could not be found.- Parameters:
entryId
- the primary key of the blogs entry- Returns:
- the blogs entry
- Throws:
NoSuchEntryException
- if a blogs entry with the primary key could not be foundNoSuchEntryException
-
fetchByPrimaryKey
Returns the blogs entry with the primary key or returnsnull
if it could not be found.- Parameters:
entryId
- the primary key of the blogs entry- Returns:
- the blogs entry, or
null
if a blogs entry with the primary key could not be found
-
findAll
Returns all the blogs entries.- Returns:
- the blogs entries
-
findAll
Returns a range of all the blogs 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 fromBlogsEntryModelImpl
.- Parameters:
start
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)- Returns:
- the range of blogs entries
-
findAll
public static List<BlogsEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) Returns an ordered range of all the blogs 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 fromBlogsEntryModelImpl
.- Parameters:
start
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of blogs entries
-
findAll
public static List<BlogsEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the blogs 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 fromBlogsEntryModelImpl
.- Parameters:
start
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of blogs entries
-
removeAll
public static void removeAll()Removes all the blogs entries from the database. -
countAll
public static int countAll()Returns the number of blogs entries.- Returns:
- the number of blogs entries
-
getPersistence
-
setPersistence
-