@ProviderType
public class BlogsEntryUtil
extends Object
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
BlogsEntryPersistence
,
BlogsEntryPersistenceImpl
Constructor and Description |
---|
BlogsEntryUtil() |
Modifier and Type | Method and Description |
---|---|
static 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 |
clearCache() |
static void |
clearCache(BlogsEntry blogsEntry) |
static int |
countAll()
Returns the number of blogs entries.
|
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_LtD(long companyId,
Date displayDate)
Returns the number of blogs entries where companyId = ? and displayDate < ?.
|
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_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 |
countByC_U(long companyId,
long userId)
Returns the number of blogs entries where companyId = ? and userId = ?.
|
static int |
countByCompanyId(long companyId)
Returns the number of blogs entries where companyId = ?.
|
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_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_LtD(long groupId,
Date displayDate)
Returns the number of blogs entries where groupId = ? and displayDate < ?.
|
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_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_LtD(long groupId,
long userId,
Date displayDate)
Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ?.
|
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_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 int |
countByUuid(String uuid)
Returns the number of blogs entries where uuid = ?.
|
static long |
countWithDynamicQuery(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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
|
static BlogsEntry |
fetchByCompanyId_First(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?.
|
static BlogsEntry |
fetchByCompanyId_Last(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?.
|
static BlogsEntry |
fetchByG_D_S_First(long groupId,
Date displayDate,
int status,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
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 returns
null if it could not be found. |
static BlogsEntry |
fetchByG_UT(long groupId,
String urlTitle,
boolean retrieveFromCache)
Returns the blogs entry where groupId = ? and urlTitle = ? or returns
null if it could not be found, optionally using the finder cache. |
static BlogsEntry |
fetchByGroupId_First(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?.
|
static BlogsEntry |
fetchByGroupId_Last(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?.
|
static BlogsEntry |
fetchByLtD_S_First(Date displayDate,
int status,
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,
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 returns
null if it could not be found. |
static Map<Serializable,BlogsEntry> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static BlogsEntry |
fetchByUuid_C_First(String uuid,
long companyId,
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,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
|
static BlogsEntry |
fetchByUuid_First(String uuid,
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 returns
null if it could not be found. |
static BlogsEntry |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the blogs entry where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
static BlogsEntry |
fetchByUuid_Last(String uuid,
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_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_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_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_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_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_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 BlogsEntry[] |
filterFindByG_D_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
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_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,
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,
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,
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,
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_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,
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_PrevAndNext(long entryId,
long groupId,
Date displayDate,
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 BlogsEntry[] |
filterFindByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
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_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,
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 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,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?.
|
static BlogsEntry[] |
filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
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_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,
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,
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,
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_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
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_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,
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_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
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 BlogsEntry[] |
filterFindByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
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_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,
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 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,
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 BlogsEntry[] |
filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
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_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,
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,
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,
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,
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[] |
filterFindByGroupId_PrevAndNext(long entryId,
long groupId,
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> |
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,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions 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,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries.
|
static List<BlogsEntry> |
findAll(int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries.
|
static BlogsEntry |
findByC_LtD_First(long companyId,
Date displayDate,
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,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
|
static BlogsEntry |
findByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
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,
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,
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_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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
|
static BlogsEntry[] |
findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?.
|
static BlogsEntry |
findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
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,
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,
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_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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
|
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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
|
static BlogsEntry |
findByC_NotS_First(long companyId,
int status,
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,
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,
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_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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
|
static BlogsEntry |
findByC_S_First(long companyId,
int status,
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,
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,
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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
|
static BlogsEntry |
findByC_U_First(long companyId,
long userId,
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,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
|
static BlogsEntry |
findByC_U_NotS_First(long companyId,
long userId,
int status,
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,
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,
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> |
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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
|
static BlogsEntry[] |
findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?.
|
static BlogsEntry |
findByC_U_S_First(long companyId,
long userId,
int status,
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,
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,
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> |
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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? 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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
|
static BlogsEntry |
findByCompanyId_First(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?.
|
static BlogsEntry |
findByCompanyId_Last(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?.
|
static BlogsEntry[] |
findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?.
|
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,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ?.
|
static List<BlogsEntry> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ?.
|
static BlogsEntry |
findByG_D_S_First(long groupId,
Date displayDate,
int status,
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,
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,
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_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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
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,
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,
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,
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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate > ? and status = ?.
|
static BlogsEntry |
findByG_LtD_First(long groupId,
Date displayDate,
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,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
|
static BlogsEntry |
findByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
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,
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,
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_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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
|
static BlogsEntry[] |
findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?.
|
static BlogsEntry |
findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
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,
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,
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_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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries 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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
|
static BlogsEntry |
findByG_NotS_First(long groupId,
int status,
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,
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,
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_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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
|
static BlogsEntry |
findByG_S_First(long groupId,
int status,
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,
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,
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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
|
static BlogsEntry |
findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
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,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
|
static BlogsEntry |
findByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
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,
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,
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_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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
|
static BlogsEntry[] |
findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
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 BlogsEntry |
findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
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,
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,
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_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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? 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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
|
static BlogsEntry |
findByG_U_NotS_First(long groupId,
long userId,
int status,
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,
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,
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_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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
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,
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,
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,
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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
|
static BlogsEntry |
findByG_UT(long groupId,
String urlTitle)
Returns the blogs entry where groupId = ? and urlTitle = ? or throws a
NoSuchEntryException if it could not be found. |
static BlogsEntry |
findByGroupId_First(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?.
|
static BlogsEntry |
findByGroupId_Last(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?.
|
static BlogsEntry[] |
findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?.
|
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,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ?.
|
static List<BlogsEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ?.
|
static BlogsEntry |
findByLtD_S_First(Date displayDate,
int status,
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,
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,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?.
|
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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
|
static BlogsEntry |
findByPrimaryKey(long entryId)
Returns the blogs entry with the primary key or throws a
NoSuchEntryException if it could not be found. |
static BlogsEntry |
findByUuid_C_First(String uuid,
long companyId,
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,
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,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?.
|
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,
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,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
|
static BlogsEntry |
findByUuid_First(String uuid,
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 a
NoSuchEntryException if it could not be found. |
static BlogsEntry |
findByUuid_Last(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?.
|
static BlogsEntry[] |
findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?.
|
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,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where uuid = ?.
|
static List<BlogsEntry> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where uuid = ?.
|
static List<BlogsEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<BlogsEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<BlogsEntry> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator) |
static Set<String> |
getBadColumnNames() |
static BlogsEntryPersistence |
getPersistence() |
static BlogsEntry |
remove(long entryId)
Removes the blogs entry with the primary key from the database.
|
static void |
removeAll()
Removes all the blogs entries 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_LtD(long companyId,
Date displayDate)
Removes all the blogs entries where companyId = ? and displayDate < ? 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_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 |
removeByC_U(long companyId,
long userId)
Removes all the blogs entries where companyId = ? and userId = ? from the database.
|
static void |
removeByCompanyId(long companyId)
Removes all the blogs entries where companyId = ? 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_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_LtD(long groupId,
Date displayDate)
Removes all the blogs entries where groupId = ? and displayDate < ? 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_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_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_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_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 |
removeByUuid(String uuid)
Removes all the blogs entries where uuid = ? from the database.
|
static BlogsEntry |
update(BlogsEntry blogsEntry) |
static BlogsEntry |
update(BlogsEntry blogsEntry,
ServiceContext serviceContext) |
static BlogsEntry |
updateImpl(BlogsEntry blogsEntry) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(BlogsEntry blogsEntry)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
public static List<BlogsEntry> findWithDynamicQuery(DynamicQuery dynamicQuery)
public static List<BlogsEntry> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
public static List<BlogsEntry> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
public static BlogsEntry update(BlogsEntry blogsEntry)
public static BlogsEntry update(BlogsEntry blogsEntry, ServiceContext serviceContext)
public static List<BlogsEntry> findByUuid(String uuid)
uuid
- the uuidpublic static List<BlogsEntry> findByUuid(String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)public static List<BlogsEntry> findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entryuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByUuid(String uuid)
uuid
- the uuidpublic static int countByUuid(String uuid)
uuid
- the uuidpublic static BlogsEntry findByUUID_G(String uuid, long groupId) throws NoSuchEntryException
NoSuchEntryException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByUUID_G(String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching blogs entry could not be foundpublic static BlogsEntry fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching blogs entry could not be foundpublic static BlogsEntry removeByUUID_G(String uuid, long groupId) throws NoSuchEntryException
uuid
- the uuidgroupId
- the group IDNoSuchEntryException
public static int countByUUID_G(String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDpublic static List<BlogsEntry> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static List<BlogsEntry> findByUuid_C(String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entryuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static int countByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDpublic static List<BlogsEntry> findByGroupId(long groupId)
groupId
- the group IDpublic static List<BlogsEntry> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)public static List<BlogsEntry> findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static List<BlogsEntry> filterFindByGroupId(long groupId)
groupId
- the group IDpublic static List<BlogsEntry> filterFindByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)public static List<BlogsEntry> filterFindByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static BlogsEntry[] filterFindByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByGroupId(long groupId)
groupId
- the group IDpublic static int countByGroupId(long groupId)
groupId
- the group IDpublic static int filterCountByGroupId(long groupId)
groupId
- the group IDpublic static List<BlogsEntry> findByCompanyId(long companyId)
companyId
- the company IDpublic static List<BlogsEntry> findByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
companyId
- the company IDstart
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)public static List<BlogsEntry> findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrycompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByCompanyId(long companyId)
companyId
- the company IDpublic static int countByCompanyId(long companyId)
companyId
- the company IDpublic static BlogsEntry findByG_UT(long groupId, String urlTitle) throws NoSuchEntryException
NoSuchEntryException
if it could not be found.groupId
- the group IDurlTitle
- the url titleNoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_UT(long groupId, String urlTitle)
null
if it could not be found. Uses the finder cache.groupId
- the group IDurlTitle
- the url titlenull
if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_UT(long groupId, String urlTitle, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDurlTitle
- the url titleretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching blogs entry could not be foundpublic static BlogsEntry removeByG_UT(long groupId, String urlTitle) throws NoSuchEntryException
groupId
- the group IDurlTitle
- the url titleNoSuchEntryException
public static int countByG_UT(long groupId, String urlTitle)
groupId
- the group IDurlTitle
- the url titlepublic static List<BlogsEntry> findByG_LtD(long groupId, Date displayDate)
groupId
- the group IDdisplayDate
- the display datepublic static List<BlogsEntry> findByG_LtD(long groupId, Date displayDate, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByG_LtD_First(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_LtD_First(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByG_LtD_Last(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_LtD_Last(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static List<BlogsEntry> filterFindByG_LtD(long groupId, Date displayDate)
groupId
- the group IDdisplayDate
- the display datepublic static List<BlogsEntry> filterFindByG_LtD(long groupId, Date displayDate, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> filterFindByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static BlogsEntry[] filterFindByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByG_LtD(long groupId, Date displayDate)
groupId
- the group IDdisplayDate
- the display datepublic static int countByG_LtD(long groupId, Date displayDate)
groupId
- the group IDdisplayDate
- the display datepublic static int filterCountByG_LtD(long groupId, Date displayDate)
groupId
- the group IDdisplayDate
- the display datepublic static List<BlogsEntry> findByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static List<BlogsEntry> findByG_S(long groupId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByG_S_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_S_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByG_S_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_S_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static List<BlogsEntry> filterFindByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static List<BlogsEntry> filterFindByG_S(long groupId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static BlogsEntry[] filterFindByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static int countByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static int filterCountByG_S(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static List<BlogsEntry> findByG_NotS(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static List<BlogsEntry> findByG_NotS(long groupId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static List<BlogsEntry> filterFindByG_NotS(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static List<BlogsEntry> filterFindByG_NotS(long groupId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> filterFindByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static BlogsEntry[] filterFindByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByG_NotS(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static int countByG_NotS(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static int filterCountByG_NotS(long groupId, int status)
groupId
- the group IDstatus
- the statuspublic static List<BlogsEntry> findByC_U(long companyId, long userId)
companyId
- the company IDuserId
- the user IDpublic static List<BlogsEntry> findByC_U(long companyId, long userId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByC_U(long companyId, long userId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByC_U(long companyId, long userId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByC_U_First(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_U_First(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByC_U_Last(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_U_Last(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByC_U_PrevAndNext(long entryId, long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrycompanyId
- the company IDuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByC_U(long companyId, long userId)
companyId
- the company IDuserId
- the user IDpublic static int countByC_U(long companyId, long userId)
companyId
- the company IDuserId
- the user IDpublic static List<BlogsEntry> findByC_LtD(long companyId, Date displayDate)
companyId
- the company IDdisplayDate
- the display datepublic static List<BlogsEntry> findByC_LtD(long companyId, Date displayDate, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByC_LtD_First(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_LtD_First(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByC_LtD_Last(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_LtD_Last(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByC_LtD_PrevAndNext(long entryId, long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrycompanyId
- the company IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByC_LtD(long companyId, Date displayDate)
companyId
- the company IDdisplayDate
- the display datepublic static int countByC_LtD(long companyId, Date displayDate)
companyId
- the company IDdisplayDate
- the display datepublic static List<BlogsEntry> findByC_S(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static List<BlogsEntry> findByC_S(long companyId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByC_S(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByC_S(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByC_S_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_S_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByC_S_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_S_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByC_S_PrevAndNext(long entryId, long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrycompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByC_S(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static int countByC_S(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static List<BlogsEntry> findByC_NotS(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static List<BlogsEntry> findByC_NotS(long companyId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByC_NotS_PrevAndNext(long entryId, long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrycompanyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByC_NotS(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static int countByC_NotS(long companyId, int status)
companyId
- the company IDstatus
- the statuspublic static List<BlogsEntry> findByLtD_S(Date displayDate, int status)
displayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByLtD_S(Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByLtD_S_First(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByLtD_S_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByLtD_S_PrevAndNext(long entryId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrydisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByLtD_S(Date displayDate, int status)
displayDate
- the display datestatus
- the statuspublic static int countByLtD_S(Date displayDate, int status)
displayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByG_U_LtD(long groupId, long userId, Date displayDate)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datepublic static List<BlogsEntry> findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display dateorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
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 (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static List<BlogsEntry> filterFindByG_U_LtD(long groupId, long userId, Date displayDate)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datepublic static List<BlogsEntry> filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static BlogsEntry[] filterFindByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
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 (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByG_U_LtD(long groupId, long userId, Date displayDate)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datepublic static int countByG_U_LtD(long groupId, long userId, Date displayDate)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datepublic static int filterCountByG_U_LtD(long groupId, long userId, Date displayDate)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datepublic static List<BlogsEntry> findByG_U_S(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statuspublic static List<BlogsEntry> findByG_U_S(long groupId, long userId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByG_U_S_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static List<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statuspublic static List<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static BlogsEntry[] filterFindByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static List<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int[] statuses)
groupId
- the group IDuserId
- the user IDstatuses
- the statusespublic static List<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int[] statuses, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int[] statuses, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByG_U_S(long groupId, long userId, int[] statuses)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDuserId
- the user IDstatuses
- the statusespublic static List<BlogsEntry> findByG_U_S(long groupId, long userId, int[] statuses, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByG_U_S(long groupId, long userId, int[] statuses, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByG_U_S(long groupId, long userId, int[] statuses, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeByG_U_S(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statuspublic static int countByG_U_S(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statuspublic static int countByG_U_S(long groupId, long userId, int[] statuses)
groupId
- the group IDuserId
- the user IDstatuses
- the statusespublic static int filterCountByG_U_S(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statuspublic static int filterCountByG_U_S(long groupId, long userId, int[] statuses)
groupId
- the group IDuserId
- the user IDstatuses
- the statusespublic static List<BlogsEntry> findByG_U_NotS(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statuspublic static List<BlogsEntry> findByG_U_NotS(long groupId, long userId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static List<BlogsEntry> filterFindByG_U_NotS(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statuspublic static List<BlogsEntry> filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static BlogsEntry[] filterFindByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByG_U_NotS(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statuspublic static int countByG_U_NotS(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statuspublic static int filterCountByG_U_NotS(long groupId, long userId, int status)
groupId
- the group IDuserId
- the user IDstatus
- the statuspublic static List<BlogsEntry> findByG_D_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByG_D_S(long groupId, Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByG_D_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByG_D_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByG_D_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_D_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByG_D_S_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_D_S_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByG_D_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static List<BlogsEntry> filterFindByG_D_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> filterFindByG_D_S(long groupId, Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> filterFindByG_D_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static BlogsEntry[] filterFindByG_D_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByG_D_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static int countByG_D_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static int filterCountByG_D_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByG_GtD_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByG_GtD_S(long groupId, Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByG_GtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByG_GtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByG_GtD_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_GtD_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByG_GtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_GtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByG_GtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static List<BlogsEntry> filterFindByG_GtD_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> filterFindByG_GtD_S(long groupId, Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> filterFindByG_GtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static BlogsEntry[] filterFindByG_GtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByG_GtD_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static int countByG_GtD_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static int filterCountByG_GtD_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByG_LtD_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static List<BlogsEntry> filterFindByG_LtD_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static BlogsEntry[] filterFindByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByG_LtD_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static int countByG_LtD_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static int filterCountByG_LtD_S(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByG_LtD_NotS(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static List<BlogsEntry> filterFindByG_LtD_NotS(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> filterFindByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> filterFindByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static BlogsEntry[] filterFindByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrygroupId
- the group IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByG_LtD_NotS(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static int countByG_LtD_NotS(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static int filterCountByG_LtD_NotS(long groupId, Date displayDate, int status)
groupId
- the group IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByC_U_S(long companyId, long userId, int status)
companyId
- the company IDuserId
- the user IDstatus
- the statuspublic static List<BlogsEntry> findByC_U_S(long companyId, long userId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByC_U_S_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_U_S_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByC_U_S_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_U_S_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByC_U_S_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrycompanyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByC_U_S(long companyId, long userId, int status)
companyId
- the company IDuserId
- the user IDstatus
- the statuspublic static int countByC_U_S(long companyId, long userId, int status)
companyId
- the company IDuserId
- the user IDstatus
- the statuspublic static List<BlogsEntry> findByC_U_NotS(long companyId, long userId, int status)
companyId
- the company IDuserId
- the user IDstatus
- the statuspublic static List<BlogsEntry> findByC_U_NotS(long companyId, long userId, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByC_U_NotS_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrycompanyId
- the company IDuserId
- the user IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByC_U_NotS(long companyId, long userId, int status)
companyId
- the company IDuserId
- the user IDstatus
- the statuspublic static int countByC_U_NotS(long companyId, long userId, int status)
companyId
- the company IDuserId
- the user IDstatus
- the statuspublic static List<BlogsEntry> findByC_LtD_S(long companyId, Date displayDate, int status)
companyId
- the company IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByC_LtD_S_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrycompanyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByC_LtD_S(long companyId, Date displayDate, int status)
companyId
- the company IDdisplayDate
- the display datestatus
- the statuspublic static int countByC_LtD_S(long companyId, Date displayDate, int status)
companyId
- the company IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByC_LtD_NotS(long companyId, Date displayDate, int status)
companyId
- the company IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
companyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByC_LtD_NotS_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
entryId
- the primary key of the current blogs entrycompanyId
- the company IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByC_LtD_NotS(long companyId, Date displayDate, int status)
companyId
- the company IDdisplayDate
- the display datestatus
- the statuspublic static int countByC_LtD_NotS(long companyId, Date displayDate, int status)
companyId
- the company IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
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 (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static List<BlogsEntry> filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static BlogsEntry[] filterFindByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
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 (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByG_U_LtD_S(long groupId, long userId, Date displayDate, int status)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statuspublic static int countByG_U_LtD_S(long groupId, long userId, Date displayDate, int status)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statuspublic static int filterCountByG_U_LtD_S(long groupId, long userId, Date displayDate, int status)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static BlogsEntry findByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry findByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)NoSuchEntryException
- if a matching blogs entry could not be foundpublic static BlogsEntry fetchByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching blogs entry could not be foundpublic static BlogsEntry[] findByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
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 (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static List<BlogsEntry> filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statuspublic static List<BlogsEntry> filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)public static List<BlogsEntry> filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static BlogsEntry[] filterFindByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator) throws NoSuchEntryException
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 (optionally null
)NoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static void removeByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statuspublic static int countByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statuspublic static int filterCountByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status)
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the statuspublic static void cacheResult(BlogsEntry blogsEntry)
blogsEntry
- the blogs entrypublic static void cacheResult(List<BlogsEntry> blogsEntries)
blogsEntries
- the blogs entriespublic static BlogsEntry create(long entryId)
entryId
- the primary key for the new blogs entrypublic static BlogsEntry remove(long entryId) throws NoSuchEntryException
entryId
- the primary key of the blogs entryNoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static BlogsEntry updateImpl(BlogsEntry blogsEntry)
public static BlogsEntry findByPrimaryKey(long entryId) throws NoSuchEntryException
NoSuchEntryException
if it could not be found.entryId
- the primary key of the blogs entryNoSuchEntryException
- if a blogs entry with the primary key could not be foundpublic static BlogsEntry fetchByPrimaryKey(long entryId)
null
if it could not be found.entryId
- the primary key of the blogs entrynull
if a blogs entry with the primary key could not be foundpublic static Map<Serializable,BlogsEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
public static List<BlogsEntry> findAll()
public static List<BlogsEntry> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of blogs entriesend
- the upper bound of the range of blogs entries (not inclusive)public static List<BlogsEntry> findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)public static List<BlogsEntry> findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from BlogsEntryModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic static void removeAll()
public static int countAll()
public static Set<String> getBadColumnNames()
public static BlogsEntryPersistence getPersistence()