|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType public interface BlogsEntryPersistence
The persistence interface for the blogs entry service.
Caching information and settings can be found in portal.properties
BlogsEntryPersistenceImpl
,
BlogsEntryUtil
Method Summary | |
---|---|
abstract void |
cacheResult(BlogsEntry blogsEntry)
Caches the blogs entry in the entity cache if it is enabled. |
abstract void |
cacheResult(List<BlogsEntry> blogsEntries)
Caches the blogs entries in the entity cache if it is enabled. |
abstract int |
countAll()
Returns the number of blogs entries. |
abstract int |
countByC_LtD_NotS(long companyId,
Date displayDate,
int status)
Returns the number of blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
abstract int |
countByC_LtD_S(long companyId,
Date displayDate,
int status)
Returns the number of blogs entries where companyId = ? and displayDate < ? and status = ?. |
abstract int |
countByC_LtD(long companyId,
Date displayDate)
Returns the number of blogs entries where companyId = ? and displayDate < ?. |
abstract int |
countByC_NotS(long companyId,
int status)
Returns the number of blogs entries where companyId = ? and status ≠ ?. |
abstract int |
countByC_S(long companyId,
int status)
Returns the number of blogs entries where companyId = ? and status = ?. |
abstract int |
countByC_U_NotS(long companyId,
long userId,
int status)
Returns the number of blogs entries where companyId = ? and userId = ? and status ≠ ?. |
abstract int |
countByC_U_S(long companyId,
long userId,
int status)
Returns the number of blogs entries where companyId = ? and userId = ? and status = ?. |
abstract int |
countByC_U(long companyId,
long userId)
Returns the number of blogs entries where companyId = ? and userId = ?. |
abstract int |
countByCompanyId(long companyId)
Returns the number of blogs entries where companyId = ?. |
abstract int |
countByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Returns the number of blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
abstract int |
countByG_LtD_S(long groupId,
Date displayDate,
int status)
Returns the number of blogs entries where groupId = ? and displayDate < ? and status = ?. |
abstract int |
countByG_LtD(long groupId,
Date displayDate)
Returns the number of blogs entries where groupId = ? and displayDate < ?. |
abstract int |
countByG_NotS(long groupId,
int status)
Returns the number of blogs entries where groupId = ? and status ≠ ?. |
abstract int |
countByG_S(long groupId,
int status)
Returns the number of blogs entries where groupId = ? and status = ?. |
abstract 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 ≠ ?. |
abstract 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 = ?. |
abstract int |
countByG_U_LtD(long groupId,
long userId,
Date displayDate)
Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ?. |
abstract int |
countByG_U_NotS(long groupId,
long userId,
int status)
Returns the number of blogs entries where groupId = ? and userId = ? and status ≠ ?. |
abstract int |
countByG_U_S(long groupId,
long userId,
int status)
Returns the number of blogs entries where groupId = ? and userId = ? and status = ?. |
abstract int |
countByG_UT(long groupId,
String urlTitle)
Returns the number of blogs entries where groupId = ? and urlTitle = ?. |
abstract int |
countByGroupId(long groupId)
Returns the number of blogs entries where groupId = ?. |
abstract int |
countByLtD_S(Date displayDate,
int status)
Returns the number of blogs entries where displayDate < ? and status = ?. |
abstract int |
countByUuid_C(String uuid,
long companyId)
Returns the number of blogs entries where uuid = ? and companyId = ?. |
abstract int |
countByUUID_G(String uuid,
long groupId)
Returns the number of blogs entries where uuid = ? and groupId = ?. |
abstract int |
countByUuid(String uuid)
Returns the number of blogs entries where uuid = ?. |
abstract BlogsEntry |
create(long entryId)
Creates a new blogs entry with the primary key. |
abstract BlogsEntry |
fetchByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
abstract BlogsEntry |
fetchByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
abstract BlogsEntry |
fetchByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry |
fetchByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry |
fetchByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
abstract BlogsEntry |
fetchByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
abstract BlogsEntry |
fetchByC_NotS_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
abstract BlogsEntry |
fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
abstract BlogsEntry |
fetchByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
abstract BlogsEntry |
fetchByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
abstract BlogsEntry |
fetchByC_U_First(long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
abstract BlogsEntry |
fetchByC_U_Last(long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
abstract BlogsEntry |
fetchByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
abstract BlogsEntry |
fetchByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
abstract BlogsEntry |
fetchByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
abstract BlogsEntry |
fetchByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
abstract BlogsEntry |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
abstract BlogsEntry |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
abstract BlogsEntry |
fetchByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
abstract BlogsEntry |
fetchByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
abstract BlogsEntry |
fetchByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry |
fetchByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry |
fetchByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
abstract BlogsEntry |
fetchByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
abstract BlogsEntry |
fetchByG_NotS_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
abstract BlogsEntry |
fetchByG_NotS_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
abstract BlogsEntry |
fetchByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
abstract BlogsEntry |
fetchByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
abstract BlogsEntry |
fetchByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
abstract BlogsEntry |
fetchByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
abstract BlogsEntry |
fetchByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry |
fetchByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry |
fetchByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
abstract BlogsEntry |
fetchByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
abstract BlogsEntry |
fetchByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
abstract BlogsEntry |
fetchByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
abstract BlogsEntry |
fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
abstract BlogsEntry |
fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
abstract BlogsEntry |
fetchByG_UT(long groupId,
String urlTitle)
Returns the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found. |
abstract 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. |
abstract BlogsEntry |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
abstract BlogsEntry |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
abstract BlogsEntry |
fetchByLtD_S_First(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
abstract BlogsEntry |
fetchByLtD_S_Last(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
abstract BlogsEntry |
fetchByPrimaryKey(long entryId)
Returns the blogs entry with the primary key or returns null if it could not be found. |
abstract BlogsEntry |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
abstract BlogsEntry |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
abstract BlogsEntry |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
abstract BlogsEntry |
fetchByUUID_G(String uuid,
long groupId)
Returns the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found. |
abstract 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. |
abstract BlogsEntry |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
abstract 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 ≠ ?. |
abstract 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 = ?. |
abstract int |
filterCountByG_LtD(long groupId,
Date displayDate)
Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
abstract int |
filterCountByG_NotS(long groupId,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
abstract int |
filterCountByG_S(long groupId,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and status = ?. |
abstract 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 ≠ ?. |
abstract 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 = ?. |
abstract 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 < ?. |
abstract 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 ≠ ?. |
abstract 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 = ?. |
abstract int |
filterCountByGroupId(long groupId)
Returns the number of blogs entries that the user has permission to view where groupId = ?. |
abstract BlogsEntry[] |
filterFindByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator 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 ≠ ?. |
abstract 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 ≠ ?. |
abstract 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 ≠ ?. |
abstract List<BlogsEntry> |
filterFindByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry[] |
filterFindByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator 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 < ?. |
abstract BlogsEntry[] |
filterFindByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract List<BlogsEntry> |
filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status = ?. |
abstract List<BlogsEntry> |
filterFindByG_LtD(long groupId,
Date displayDate)
Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
abstract 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 < ?. |
abstract List<BlogsEntry> |
filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?. |
abstract BlogsEntry[] |
filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator 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 ≠ ?. |
abstract List<BlogsEntry> |
filterFindByG_NotS(long groupId,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
abstract 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 ≠ ?. |
abstract List<BlogsEntry> |
filterFindByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?. |
abstract BlogsEntry[] |
filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator 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 = ?. |
abstract List<BlogsEntry> |
filterFindByG_S(long groupId,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and status = ?. |
abstract 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 = ?. |
abstract List<BlogsEntry> |
filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?. |
abstract BlogsEntry[] |
filterFindByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator 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 ≠ ?. |
abstract 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 ≠ ?. |
abstract 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 ≠ ?. |
abstract List<BlogsEntry> |
filterFindByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator 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 ≠ ?. |
abstract BlogsEntry[] |
filterFindByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator 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 < ?. |
abstract BlogsEntry[] |
filterFindByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract List<BlogsEntry> |
filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator 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 = ?. |
abstract 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 < ?. |
abstract 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 < ?. |
abstract List<BlogsEntry> |
filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ?. |
abstract BlogsEntry[] |
filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator 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 ≠ ?. |
abstract 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 ≠ ?. |
abstract 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 ≠ ?. |
abstract List<BlogsEntry> |
filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?. |
abstract BlogsEntry[] |
filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract List<BlogsEntry> |
filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
abstract BlogsEntry[] |
filterFindByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator 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 = ?. |
abstract List<BlogsEntry> |
filterFindByGroupId(long groupId)
Returns all the blogs entries that the user has permission to view where groupId = ?. |
abstract 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 = ?. |
abstract List<BlogsEntry> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?. |
abstract List<BlogsEntry> |
findAll()
Returns all the blogs entries. |
abstract List<BlogsEntry> |
findAll(int start,
int end)
Returns a range of all the blogs entries. |
abstract List<BlogsEntry> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries. |
abstract BlogsEntry |
findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
abstract BlogsEntry |
findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
abstract BlogsEntry |
findByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry |
findByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry[] |
findByC_LtD_NotS_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
abstract List<BlogsEntry> |
findByC_LtD_NotS(long companyId,
Date displayDate,
int status)
Returns all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
abstract 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 ≠ ?. |
abstract List<BlogsEntry> |
findByC_LtD_NotS(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry[] |
findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?. |
abstract BlogsEntry |
findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
abstract BlogsEntry |
findByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
abstract BlogsEntry[] |
findByC_LtD_S_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
abstract List<BlogsEntry> |
findByC_LtD_S(long companyId,
Date displayDate,
int status)
Returns all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
abstract 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 = ?. |
abstract List<BlogsEntry> |
findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
abstract List<BlogsEntry> |
findByC_LtD(long companyId,
Date displayDate)
Returns all the blogs entries where companyId = ? and displayDate < ?. |
abstract List<BlogsEntry> |
findByC_LtD(long companyId,
Date displayDate,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and displayDate < ?. |
abstract List<BlogsEntry> |
findByC_LtD(long companyId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?. |
abstract BlogsEntry |
findByC_NotS_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
abstract BlogsEntry |
findByC_NotS_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
abstract BlogsEntry[] |
findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?. |
abstract List<BlogsEntry> |
findByC_NotS(long companyId,
int status)
Returns all the blogs entries where companyId = ? and status ≠ ?. |
abstract List<BlogsEntry> |
findByC_NotS(long companyId,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and status ≠ ?. |
abstract List<BlogsEntry> |
findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?. |
abstract BlogsEntry |
findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
abstract BlogsEntry |
findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
abstract BlogsEntry[] |
findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?. |
abstract List<BlogsEntry> |
findByC_S(long companyId,
int status)
Returns all the blogs entries where companyId = ? and status = ?. |
abstract List<BlogsEntry> |
findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and status = ?. |
abstract List<BlogsEntry> |
findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and status = ?. |
abstract BlogsEntry |
findByC_U_First(long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
abstract BlogsEntry |
findByC_U_Last(long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
abstract BlogsEntry |
findByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
abstract BlogsEntry |
findByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
abstract BlogsEntry[] |
findByC_U_NotS_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
abstract List<BlogsEntry> |
findByC_U_NotS(long companyId,
long userId,
int status)
Returns all the blogs entries where companyId = ? and userId = ? and status ≠ ?. |
abstract 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 ≠ ?. |
abstract List<BlogsEntry> |
findByC_U_NotS(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?. |
abstract BlogsEntry[] |
findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?. |
abstract BlogsEntry |
findByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
abstract BlogsEntry |
findByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
abstract BlogsEntry[] |
findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
abstract List<BlogsEntry> |
findByC_U_S(long companyId,
long userId,
int status)
Returns all the blogs entries where companyId = ? and userId = ? and status = ?. |
abstract 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 = ?. |
abstract List<BlogsEntry> |
findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
abstract List<BlogsEntry> |
findByC_U(long companyId,
long userId)
Returns all the blogs entries where companyId = ? and userId = ?. |
abstract List<BlogsEntry> |
findByC_U(long companyId,
long userId,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and userId = ?. |
abstract List<BlogsEntry> |
findByC_U(long companyId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ?. |
abstract BlogsEntry |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
abstract BlogsEntry |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
abstract BlogsEntry[] |
findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?. |
abstract List<BlogsEntry> |
findByCompanyId(long companyId)
Returns all the blogs entries where companyId = ?. |
abstract List<BlogsEntry> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the blogs entries where companyId = ?. |
abstract List<BlogsEntry> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ?. |
abstract BlogsEntry |
findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
abstract BlogsEntry |
findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
abstract BlogsEntry |
findByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry |
findByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry[] |
findByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
abstract List<BlogsEntry> |
findByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Returns all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
abstract 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 ≠ ?. |
abstract List<BlogsEntry> |
findByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry[] |
findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?. |
abstract BlogsEntry |
findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
abstract BlogsEntry |
findByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
abstract BlogsEntry[] |
findByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
abstract List<BlogsEntry> |
findByG_LtD_S(long groupId,
Date displayDate,
int status)
Returns all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
abstract 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 = ?. |
abstract List<BlogsEntry> |
findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
abstract List<BlogsEntry> |
findByG_LtD(long groupId,
Date displayDate)
Returns all the blogs entries where groupId = ? and displayDate < ?. |
abstract List<BlogsEntry> |
findByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and displayDate < ?. |
abstract List<BlogsEntry> |
findByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
abstract BlogsEntry |
findByG_NotS_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
abstract BlogsEntry |
findByG_NotS_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
abstract BlogsEntry[] |
findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?. |
abstract List<BlogsEntry> |
findByG_NotS(long groupId,
int status)
Returns all the blogs entries where groupId = ? and status ≠ ?. |
abstract List<BlogsEntry> |
findByG_NotS(long groupId,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and status ≠ ?. |
abstract List<BlogsEntry> |
findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?. |
abstract BlogsEntry |
findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
abstract BlogsEntry |
findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
abstract BlogsEntry[] |
findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?. |
abstract List<BlogsEntry> |
findByG_S(long groupId,
int status)
Returns all the blogs entries where groupId = ? and status = ?. |
abstract List<BlogsEntry> |
findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and status = ?. |
abstract List<BlogsEntry> |
findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and status = ?. |
abstract BlogsEntry |
findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
abstract BlogsEntry |
findByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
abstract BlogsEntry |
findByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry |
findByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry[] |
findByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
abstract 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 ≠ ?. |
abstract 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 ≠ ?. |
abstract List<BlogsEntry> |
findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
abstract BlogsEntry[] |
findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
abstract BlogsEntry |
findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
abstract BlogsEntry |
findByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
abstract BlogsEntry[] |
findByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract List<BlogsEntry> |
findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
abstract List<BlogsEntry> |
findByG_U_LtD(long groupId,
long userId,
Date displayDate)
Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
abstract 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 < ?. |
abstract List<BlogsEntry> |
findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
abstract BlogsEntry |
findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
abstract BlogsEntry |
findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
abstract BlogsEntry[] |
findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
abstract List<BlogsEntry> |
findByG_U_NotS(long groupId,
long userId,
int status)
Returns all the blogs entries where groupId = ? and userId = ? and status ≠ ?. |
abstract 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 ≠ ?. |
abstract List<BlogsEntry> |
findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?. |
abstract BlogsEntry |
findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
abstract BlogsEntry |
findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
abstract BlogsEntry[] |
findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
abstract List<BlogsEntry> |
findByG_U_S(long groupId,
long userId,
int status)
Returns all the blogs entries where groupId = ? and userId = ? and status = ?. |
abstract 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 = ?. |
abstract List<BlogsEntry> |
findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
abstract 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. |
abstract BlogsEntry |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
abstract BlogsEntry |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
abstract BlogsEntry[] |
findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?. |
abstract List<BlogsEntry> |
findByGroupId(long groupId)
Returns all the blogs entries where groupId = ?. |
abstract List<BlogsEntry> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the blogs entries where groupId = ?. |
abstract List<BlogsEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ?. |
abstract BlogsEntry |
findByLtD_S_First(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
abstract BlogsEntry |
findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
abstract BlogsEntry[] |
findByLtD_S_PrevAndNext(long entryId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?. |
abstract List<BlogsEntry> |
findByLtD_S(Date displayDate,
int status)
Returns all the blogs entries where displayDate < ? and status = ?. |
abstract List<BlogsEntry> |
findByLtD_S(Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where displayDate < ? and status = ?. |
abstract List<BlogsEntry> |
findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where displayDate < ? and status = ?. |
abstract BlogsEntry |
findByPrimaryKey(long entryId)
Returns the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found. |
abstract BlogsEntry |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
abstract BlogsEntry |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
abstract BlogsEntry[] |
findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?. |
abstract List<BlogsEntry> |
findByUuid_C(String uuid,
long companyId)
Returns all the blogs entries where uuid = ? and companyId = ?. |
abstract List<BlogsEntry> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the blogs entries where uuid = ? and companyId = ?. |
abstract List<BlogsEntry> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?. |
abstract BlogsEntry |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
abstract 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. |
abstract BlogsEntry |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
abstract BlogsEntry[] |
findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?. |
abstract List<BlogsEntry> |
findByUuid(String uuid)
Returns all the blogs entries where uuid = ?. |
abstract List<BlogsEntry> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the blogs entries where uuid = ?. |
abstract List<BlogsEntry> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the blogs entries where uuid = ?. |
abstract BlogsEntry |
remove(long entryId)
Removes the blogs entry with the primary key from the database. |
abstract void |
removeAll()
Removes all the blogs entries from the database. |
abstract void |
removeByC_LtD_NotS(long companyId,
Date displayDate,
int status)
Removes all the blogs entries where companyId = ? and displayDate < ? and status ≠ ? from the database. |
abstract void |
removeByC_LtD_S(long companyId,
Date displayDate,
int status)
Removes all the blogs entries where companyId = ? and displayDate < ? and status = ? from the database. |
abstract void |
removeByC_LtD(long companyId,
Date displayDate)
Removes all the blogs entries where companyId = ? and displayDate < ? from the database. |
abstract void |
removeByC_NotS(long companyId,
int status)
Removes all the blogs entries where companyId = ? and status ≠ ? from the database. |
abstract void |
removeByC_S(long companyId,
int status)
Removes all the blogs entries where companyId = ? and status = ? from the database. |
abstract void |
removeByC_U_NotS(long companyId,
long userId,
int status)
Removes all the blogs entries where companyId = ? and userId = ? and status ≠ ? from the database. |
abstract void |
removeByC_U_S(long companyId,
long userId,
int status)
Removes all the blogs entries where companyId = ? and userId = ? and status = ? from the database. |
abstract void |
removeByC_U(long companyId,
long userId)
Removes all the blogs entries where companyId = ? and userId = ? from the database. |
abstract void |
removeByCompanyId(long companyId)
Removes all the blogs entries where companyId = ? from the database. |
abstract void |
removeByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Removes all the blogs entries where groupId = ? and displayDate < ? and status ≠ ? from the database. |
abstract void |
removeByG_LtD_S(long groupId,
Date displayDate,
int status)
Removes all the blogs entries where groupId = ? and displayDate < ? and status = ? from the database. |
abstract void |
removeByG_LtD(long groupId,
Date displayDate)
Removes all the blogs entries where groupId = ? and displayDate < ? from the database. |
abstract void |
removeByG_NotS(long groupId,
int status)
Removes all the blogs entries where groupId = ? and status ≠ ? from the database. |
abstract void |
removeByG_S(long groupId,
int status)
Removes all the blogs entries where groupId = ? and status = ? from the database. |
abstract 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. |
abstract 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. |
abstract void |
removeByG_U_LtD(long groupId,
long userId,
Date displayDate)
Removes all the blogs entries where groupId = ? and userId = ? and displayDate < ? from the database. |
abstract void |
removeByG_U_NotS(long groupId,
long userId,
int status)
Removes all the blogs entries where groupId = ? and userId = ? and status ≠ ? from the database. |
abstract void |
removeByG_U_S(long groupId,
long userId,
int status)
Removes all the blogs entries where groupId = ? and userId = ? and status = ? from the database. |
abstract BlogsEntry |
removeByG_UT(long groupId,
String urlTitle)
Removes the blogs entry where groupId = ? and urlTitle = ? from the database. |
abstract void |
removeByGroupId(long groupId)
Removes all the blogs entries where groupId = ? from the database. |
abstract void |
removeByLtD_S(Date displayDate,
int status)
Removes all the blogs entries where displayDate < ? and status = ? from the database. |
abstract void |
removeByUuid_C(String uuid,
long companyId)
Removes all the blogs entries where uuid = ? and companyId = ? from the database. |
abstract BlogsEntry |
removeByUUID_G(String uuid,
long groupId)
Removes the blogs entry where uuid = ? and groupId = ? from the database. |
abstract void |
removeByUuid(String uuid)
Removes all the blogs entries where uuid = ? from the database. |
abstract BlogsEntry |
updateImpl(BlogsEntry blogsEntry)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
Method Detail |
---|
List<BlogsEntry> findByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredList<BlogsEntry> findByUuid(String uuid, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchEntryException
- if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry fetchByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchEntryException
- if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry fetchByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry[] findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredint countByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredBlogsEntry findByUUID_G(String uuid, long groupId) throws SystemException, NoSuchEntryException
NoSuchEntryException
if it could not be found.
uuid
- the uuidgroupId
- the group ID
NoSuchEntryException
- if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry fetchByUUID_G(String uuid, long groupId) throws SystemException
null
if it could not be found. Uses the finder cache.
uuid
- the uuidgroupId
- the group ID
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to use the finder cache
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry removeByUUID_G(String uuid, long groupId) throws SystemException, NoSuchEntryException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurred
NoSuchEntryException
int countByUUID_G(String uuid, long groupId) throws SystemException
uuid
- the uuidgroupId
- the group ID
SystemException
- if a system exception occurredList<BlogsEntry> findByUuid_C(String uuid, long companyId) throws SystemException
uuid
- the uuidcompanyId
- the company ID
SystemException
- if a system exception occurredList<BlogsEntry> findByUuid_C(String uuid, long companyId, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry[] findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByUuid_C(String uuid, long companyId) throws SystemException
uuid
- the uuidcompanyId
- the company ID
SystemException
- if a system exception occurredint countByUuid_C(String uuid, long companyId) throws SystemException
uuid
- the uuidcompanyId
- the company ID
SystemException
- if a system exception occurredList<BlogsEntry> findByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredList<BlogsEntry> findByGroupId(long groupId, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchEntryException
- if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry fetchByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchEntryException
- if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry[] findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByGroupId(long groupId, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry[] filterFindByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredint countByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredint filterCountByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredList<BlogsEntry> findByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredList<BlogsEntry> findByCompanyId(long companyId, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchEntryException
- if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchEntryException
- if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry[] findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredint countByCompanyId(long companyId) throws SystemException
companyId
- the company ID
SystemException
- if a system exception occurredList<BlogsEntry> findByC_U(long companyId, long userId) throws SystemException
companyId
- the company IDuserId
- the user ID
SystemException
- if a system exception occurredList<BlogsEntry> findByC_U(long companyId, long userId, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByC_U(long companyId, long userId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByC_U_First(long companyId, long userId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_U_First(long companyId, long userId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry findByC_U_Last(long companyId, long userId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_U_Last(long companyId, long userId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry[] findByC_U_PrevAndNext(long entryId, long companyId, long userId, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByC_U(long companyId, long userId) throws SystemException
companyId
- the company IDuserId
- the user ID
SystemException
- if a system exception occurredint countByC_U(long companyId, long userId) throws SystemException
companyId
- the company IDuserId
- the user ID
SystemException
- if a system exception occurredList<BlogsEntry> findByC_LtD(long companyId, Date displayDate) throws SystemException
companyId
- the company IDdisplayDate
- the display date
SystemException
- if a system exception occurredList<BlogsEntry> findByC_LtD(long companyId, Date displayDate, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByC_LtD_First(long companyId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_LtD_First(long companyId, Date displayDate, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry findByC_LtD_Last(long companyId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_LtD_Last(long companyId, Date displayDate, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry[] findByC_LtD_PrevAndNext(long entryId, long companyId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByC_LtD(long companyId, Date displayDate) throws SystemException
companyId
- the company IDdisplayDate
- the display date
SystemException
- if a system exception occurredint countByC_LtD(long companyId, Date displayDate) throws SystemException
companyId
- the company IDdisplayDate
- the display date
SystemException
- if a system exception occurredList<BlogsEntry> findByC_NotS(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByC_NotS(long companyId, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry[] findByC_NotS_PrevAndNext(long entryId, long companyId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByC_NotS(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredint countByC_NotS(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByC_S(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByC_S(long companyId, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByC_S_First(long companyId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator) throws SystemException
companyId
- the company IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry[] findByC_S_PrevAndNext(long entryId, long companyId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByC_S(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredint countByC_S(long companyId, int status) throws SystemException
companyId
- the company IDstatus
- the status
SystemException
- if a system exception occurredBlogsEntry findByG_UT(long groupId, String urlTitle) throws SystemException, NoSuchEntryException
NoSuchEntryException
if it could not be found.
groupId
- the group IDurlTitle
- the url title
NoSuchEntryException
- if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry fetchByG_UT(long groupId, String urlTitle) throws SystemException
null
if it could not be found. Uses the finder cache.
groupId
- the group IDurlTitle
- the url title
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry fetchByG_UT(long groupId, String urlTitle, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
groupId
- the group IDurlTitle
- the url titleretrieveFromCache
- whether to use the finder cache
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry removeByG_UT(long groupId, String urlTitle) throws SystemException, NoSuchEntryException
groupId
- the group IDurlTitle
- the url title
SystemException
- if a system exception occurred
NoSuchEntryException
int countByG_UT(long groupId, String urlTitle) throws SystemException
groupId
- the group IDurlTitle
- the url title
SystemException
- if a system exception occurredList<BlogsEntry> findByG_LtD(long groupId, Date displayDate) throws SystemException
groupId
- the group IDdisplayDate
- the display date
SystemException
- if a system exception occurredList<BlogsEntry> findByG_LtD(long groupId, Date displayDate, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByG_LtD_First(long groupId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_LtD_First(long groupId, Date displayDate, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry findByG_LtD_Last(long groupId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_LtD_Last(long groupId, Date displayDate, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry[] findByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_LtD(long groupId, Date displayDate) throws SystemException
groupId
- the group IDdisplayDate
- the display date
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_LtD(long groupId, Date displayDate, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry[] filterFindByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByG_LtD(long groupId, Date displayDate) throws SystemException
groupId
- the group IDdisplayDate
- the display date
SystemException
- if a system exception occurredint countByG_LtD(long groupId, Date displayDate) throws SystemException
groupId
- the group IDdisplayDate
- the display date
SystemException
- if a system exception occurredint filterCountByG_LtD(long groupId, Date displayDate) throws SystemException
groupId
- the group IDdisplayDate
- the display date
SystemException
- if a system exception occurredList<BlogsEntry> findByG_NotS(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_NotS(long groupId, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByG_NotS(long groupId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByG_NotS_First(long groupId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_NotS_First(long groupId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry findByG_NotS_Last(long groupId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_NotS_Last(long groupId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry[] findByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_NotS(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_NotS(long groupId, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_NotS(long groupId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry[] filterFindByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByG_NotS(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredint countByG_NotS(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredint filterCountByG_NotS(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_S(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_S(long groupId, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByG_S_First(long groupId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry[] findByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_S(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_S(long groupId, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry[] filterFindByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByG_S(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredint countByG_S(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredint filterCountByG_S(long groupId, int status) throws SystemException
groupId
- the group IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByLtD_S(Date displayDate, int status) throws SystemException
displayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByLtD_S(Date displayDate, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry findByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException
displayDate
- the display datestatus
- the statusorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching blogs entry could not be found
SystemException
- if a system exception occurredBlogsEntry[] findByLtD_S_PrevAndNext(long entryId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByLtD_S(Date displayDate, int status) throws SystemException
displayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredint countByLtD_S(Date displayDate, int status) throws SystemException
displayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByC_U_NotS(long companyId, long userId, int status) throws SystemException
companyId
- the company IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByC_U_NotS(long companyId, long userId, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry findByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry[] findByC_U_NotS_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByC_U_NotS(long companyId, long userId, int status) throws SystemException
companyId
- the company IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredint countByC_U_NotS(long companyId, long userId, int status) throws SystemException
companyId
- the company IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByC_U_S(long companyId, long userId, int status) throws SystemException
companyId
- the company IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByC_U_S(long companyId, long userId, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByC_U_S_First(long companyId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_U_S_First(long companyId, long userId, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry findByC_U_S_Last(long companyId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_U_S_Last(long companyId, long userId, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry[] findByC_U_S_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByC_U_S(long companyId, long userId, int status) throws SystemException
companyId
- the company IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredint countByC_U_S(long companyId, long userId, int status) throws SystemException
companyId
- the company IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByC_LtD_NotS(long companyId, Date displayDate, int status) throws SystemException
companyId
- the company IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry findByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry[] findByC_LtD_NotS_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByC_LtD_NotS(long companyId, Date displayDate, int status) throws SystemException
companyId
- the company IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredint countByC_LtD_NotS(long companyId, Date displayDate, int status) throws SystemException
companyId
- the company IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByC_LtD_S(long companyId, Date displayDate, int status) throws SystemException
companyId
- the company IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry findByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry[] findByC_LtD_S_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByC_LtD_S(long companyId, Date displayDate, int status) throws SystemException
companyId
- the company IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredint countByC_LtD_S(long companyId, Date displayDate, int status) throws SystemException
companyId
- the company IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_LtD(long groupId, long userId, Date displayDate) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display date
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry findByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry[] findByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_LtD(long groupId, long userId, Date displayDate) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display date
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry[] filterFindByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByG_U_LtD(long groupId, long userId, Date displayDate) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display date
SystemException
- if a system exception occurredint countByG_U_LtD(long groupId, long userId, Date displayDate) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display date
SystemException
- if a system exception occurredint filterCountByG_U_LtD(long groupId, long userId, Date displayDate) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display date
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_NotS(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_NotS(long groupId, long userId, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry findByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry[] findByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_NotS(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry[] filterFindByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByG_U_NotS(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredint countByG_U_NotS(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredint filterCountByG_U_NotS(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_S(long groupId, long userId, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry[] findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry[] filterFindByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredint countByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredint filterCountByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group IDuserId
- the user IDstatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_LtD_NotS(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry findByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry[] findByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_LtD_NotS(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry[] filterFindByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByG_LtD_NotS(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredint countByG_LtD_NotS(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredint filterCountByG_LtD_NotS(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_LtD_S(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry findByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry[] findByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_LtD_S(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry[] filterFindByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByG_LtD_S(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredint countByG_LtD_S(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredint filterCountByG_LtD_S(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry findByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry[] findByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry[] filterFindByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredint countByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredint filterCountByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry findByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry findByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredBlogsEntry fetchByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredBlogsEntry[] findByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredBlogsEntry[] filterFindByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, 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 found
SystemException
- if a system exception occurredvoid removeByG_U_LtD_S(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredint countByG_U_LtD_S(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredint filterCountByG_U_LtD_S(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- the group IDuserId
- the user IDdisplayDate
- the display datestatus
- the status
SystemException
- if a system exception occurredvoid cacheResult(BlogsEntry blogsEntry)
blogsEntry
- the blogs entryvoid cacheResult(List<BlogsEntry> blogsEntries)
blogsEntries
- the blogs entriesBlogsEntry create(long entryId)
entryId
- the primary key for the new blogs entry
BlogsEntry remove(long entryId) throws SystemException, NoSuchEntryException
entryId
- the primary key of the blogs entry
NoSuchEntryException
- if a blogs entry with the primary key could not be found
SystemException
- if a system exception occurredBlogsEntry updateImpl(BlogsEntry blogsEntry) throws SystemException
SystemException
BlogsEntry findByPrimaryKey(long entryId) throws SystemException, NoSuchEntryException
NoSuchEntryException
if it could not be found.
entryId
- the primary key of the blogs entry
NoSuchEntryException
- if a blogs entry with the primary key could not be found
SystemException
- if a system exception occurredBlogsEntry fetchByPrimaryKey(long entryId) throws SystemException
null
if it could not be found.
entryId
- the primary key of the blogs entry
null
if a blogs entry with the primary key could not be found
SystemException
- if a system exception occurredList<BlogsEntry> findAll() throws SystemException
SystemException
- if a system exception occurredList<BlogsEntry> findAll(int start, int end) throws SystemException
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)
SystemException
- if a system exception occurredList<BlogsEntry> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
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
)
SystemException
- if a system exception occurredvoid removeAll() throws SystemException
SystemException
- if a system exception occurredint countAll() throws SystemException
SystemException
- if a system exception occurred
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |