|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<BlogsEntry>
com.liferay.portlet.blogs.service.persistence.impl.BlogsEntryPersistenceImpl
@ProviderType public class BlogsEntryPersistenceImpl
The persistence implementation for the blogs entry service.
Caching information and settings can be found in portal.properties
BlogsEntryPersistence,
BlogsEntryUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
BlogsEntryPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the blogs entry persistence. |
void |
cacheResult(BlogsEntry blogsEntry)
Caches the blogs entry in the entity cache if it is enabled. |
void |
cacheResult(List<BlogsEntry> blogsEntries)
Caches the blogs entries in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(BlogsEntryModelImpl blogsEntryModelImpl,
boolean isNew)
|
void |
clearCache()
Clears the cache for all blogs entries. |
void |
clearCache(BlogsEntry blogsEntry)
Clears the cache for the blogs entry. |
void |
clearCache(List<BlogsEntry> blogsEntries)
Clears the cache for a List instances of this model. |
protected void |
clearUniqueFindersCache(BlogsEntryModelImpl blogsEntryModelImpl)
|
int |
countAll()
Returns the number of blogs entries. |
int |
countByC_LtD_NotS(long companyId,
Date displayDate,
int status)
Returns the number of blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
int |
countByC_LtD_S(long companyId,
Date displayDate,
int status)
Returns the number of blogs entries where companyId = ? and displayDate < ? and status = ?. |
int |
countByC_LtD(long companyId,
Date displayDate)
Returns the number of blogs entries where companyId = ? and displayDate < ?. |
int |
countByC_NotS(long companyId,
int status)
Returns the number of blogs entries where companyId = ? and status ≠ ?. |
int |
countByC_S(long companyId,
int status)
Returns the number of blogs entries where companyId = ? and status = ?. |
int |
countByC_U_NotS(long companyId,
long userId,
int status)
Returns the number of blogs entries where companyId = ? and userId = ? and status ≠ ?. |
int |
countByC_U_S(long companyId,
long userId,
int status)
Returns the number of blogs entries where companyId = ? and userId = ? and status = ?. |
int |
countByC_U(long companyId,
long userId)
Returns the number of blogs entries where companyId = ? and userId = ?. |
int |
countByCompanyId(long companyId)
Returns the number of blogs entries where companyId = ?. |
int |
countByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Returns the number of blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
int |
countByG_LtD_S(long groupId,
Date displayDate,
int status)
Returns the number of blogs entries where groupId = ? and displayDate < ? and status = ?. |
int |
countByG_LtD(long groupId,
Date displayDate)
Returns the number of blogs entries where groupId = ? and displayDate < ?. |
int |
countByG_NotS(long groupId,
int status)
Returns the number of blogs entries where groupId = ? and status ≠ ?. |
int |
countByG_S(long groupId,
int status)
Returns the number of blogs entries where groupId = ? and status = ?. |
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 ≠ ?. |
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 = ?. |
int |
countByG_U_LtD(long groupId,
long userId,
Date displayDate)
Returns the number of blogs entries where groupId = ? and userId = ? and displayDate < ?. |
int |
countByG_U_NotS(long groupId,
long userId,
int status)
Returns the number of blogs entries where groupId = ? and userId = ? and status ≠ ?. |
int |
countByG_U_S(long groupId,
long userId,
int status)
Returns the number of blogs entries where groupId = ? and userId = ? and status = ?. |
int |
countByG_UT(long groupId,
String urlTitle)
Returns the number of blogs entries where groupId = ? and urlTitle = ?. |
int |
countByGroupId(long groupId)
Returns the number of blogs entries where groupId = ?. |
int |
countByLtD_S(Date displayDate,
int status)
Returns the number of blogs entries where displayDate < ? and status = ?. |
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of blogs entries where uuid = ? and companyId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of blogs entries where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Returns the number of blogs entries where uuid = ?. |
BlogsEntry |
create(long entryId)
Creates a new blogs entry with the primary key. |
void |
destroy()
|
BlogsEntry |
fetchByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
fetchByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
fetchByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
fetchByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
fetchByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
fetchByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
fetchByC_S_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
fetchByC_S_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
fetchByC_U_First(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
fetchByC_U_Last(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
fetchByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
fetchByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
fetchByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
fetchByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
fetchByCompanyId_First(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
fetchByCompanyId_Last(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
fetchByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
fetchByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
fetchByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
fetchByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
fetchByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
fetchByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
fetchByG_NotS_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
fetchByG_NotS_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
fetchByG_S_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
fetchByG_S_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
fetchByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
fetchByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
fetchByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
fetchByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
fetchByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
fetchByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
fetchByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
fetchByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
fetchByG_UT(long groupId,
String urlTitle)
Returns the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found. |
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. |
BlogsEntry |
fetchByGroupId_First(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
fetchByGroupId_Last(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
fetchByLtD_S_First(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
fetchByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
fetchByPrimaryKey(long entryId)
Returns the blogs entry with the primary key or returns null if it could not be found. |
BlogsEntry |
fetchByPrimaryKey(Serializable primaryKey)
Returns the blogs entry with the primary key or returns null if it could not be found. |
Map<Serializable,BlogsEntry> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
BlogsEntry |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
fetchByUuid_First(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
fetchByUUID_G(String uuid,
long groupId)
Returns the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found. |
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. |
BlogsEntry |
fetchByUuid_Last(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
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 ≠ ?. |
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 = ?. |
int |
filterCountByG_LtD(long groupId,
Date displayDate)
Returns the number of blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
int |
filterCountByG_NotS(long groupId,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
int |
filterCountByG_S(long groupId,
int status)
Returns the number of blogs entries that the user has permission to view where groupId = ? and status = ?. |
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 ≠ ?. |
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 = ?. |
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 < ?. |
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 ≠ ?. |
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 = ?. |
int |
filterCountByGroupId(long groupId)
Returns the number of blogs entries that the user has permission to view where groupId = ?. |
BlogsEntry[] |
filterFindByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?. |
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 ≠ ?. |
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 ≠ ?. |
List<BlogsEntry> |
filterFindByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
filterFindByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
BlogsEntry[] |
filterFindByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?. |
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 = ?. |
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 = ?. |
List<BlogsEntry> |
filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
filterFindByG_LtD(long groupId,
Date displayDate)
Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?. |
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 < ?. |
List<BlogsEntry> |
filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?. |
BlogsEntry[] |
filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
List<BlogsEntry> |
filterFindByG_NotS(long groupId,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and status ≠ ?. |
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 ≠ ?. |
List<BlogsEntry> |
filterFindByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?. |
BlogsEntry[] |
filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?. |
List<BlogsEntry> |
filterFindByG_S(long groupId,
int status)
Returns all the blogs entries that the user has permission to view where groupId = ? and status = ?. |
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 = ?. |
List<BlogsEntry> |
filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?. |
BlogsEntry[] |
filterFindByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
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 ≠ ?. |
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 ≠ ?. |
List<BlogsEntry> |
filterFindByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
filterFindByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry[] |
filterFindByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
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 = ?. |
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 = ?. |
List<BlogsEntry> |
filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status = ?. |
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 < ?. |
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 < ?. |
List<BlogsEntry> |
filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry[] |
filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?. |
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 ≠ ?. |
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 ≠ ?. |
List<BlogsEntry> |
filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?. |
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 = ?. |
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 = ?. |
List<BlogsEntry> |
filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status = ?. |
BlogsEntry[] |
filterFindByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?. |
List<BlogsEntry> |
filterFindByGroupId(long groupId)
Returns all the blogs entries that the user has permission to view where groupId = ?. |
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 = ?. |
List<BlogsEntry> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?. |
protected BlogsEntry |
filterGetByG_LtD_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
filterGetByG_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
filterGetByG_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
filterGetByG_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
filterGetByG_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
filterGetByG_U_LtD_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
filterGetByG_U_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
filterGetByG_U_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
filterGetByG_U_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
filterGetByG_U_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
filterGetByGroupId_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
List<BlogsEntry> |
findAll()
Returns all the blogs entries. |
List<BlogsEntry> |
findAll(int start,
int end)
Returns a range of all the blogs entries. |
List<BlogsEntry> |
findAll(int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries. |
List<BlogsEntry> |
findAll(int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries. |
BlogsEntry |
findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
findByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
findByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
findByC_LtD_NotS_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
findByC_LtD_NotS(long companyId,
Date displayDate,
int status)
Returns all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
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 ≠ ?. |
List<BlogsEntry> |
findByC_LtD_NotS(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
findByC_LtD_NotS(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
findByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
findByC_LtD_S_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
findByC_LtD_S(long companyId,
Date displayDate,
int status)
Returns all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
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 = ?. |
List<BlogsEntry> |
findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
findByC_LtD(long companyId,
Date displayDate)
Returns all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
findByC_LtD(long companyId,
Date displayDate,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
findByC_LtD(long companyId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
findByC_LtD(long companyId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?. |
BlogsEntry |
findByC_NotS_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry |
findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?. |
BlogsEntry[] |
findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?. |
List<BlogsEntry> |
findByC_NotS(long companyId,
int status)
Returns all the blogs entries where companyId = ? and status ≠ ?. |
List<BlogsEntry> |
findByC_NotS(long companyId,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and status ≠ ?. |
List<BlogsEntry> |
findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?. |
List<BlogsEntry> |
findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?. |
BlogsEntry |
findByC_S_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
findByC_S_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry[] |
findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?. |
List<BlogsEntry> |
findByC_S(long companyId,
int status)
Returns all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
findByC_S(long companyId,
int status,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and status = ?. |
BlogsEntry |
findByC_U_First(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
findByC_U_Last(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
findByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
findByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
findByC_U_NotS_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
findByC_U_NotS(long companyId,
long userId,
int status)
Returns all the blogs entries where companyId = ? and userId = ? and status ≠ ?. |
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 ≠ ?. |
List<BlogsEntry> |
findByC_U_NotS(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
findByC_U_NotS(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
findByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
findByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry[] |
findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
findByC_U_S(long companyId,
long userId,
int status)
Returns all the blogs entries where companyId = ? and userId = ? and status = ?. |
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 = ?. |
List<BlogsEntry> |
findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
findByC_U(long companyId,
long userId)
Returns all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
findByC_U(long companyId,
long userId,
int start,
int end)
Returns a range of all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
findByC_U(long companyId,
long userId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
findByC_U(long companyId,
long userId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ? and userId = ?. |
BlogsEntry |
findByCompanyId_First(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
findByCompanyId_Last(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where companyId = ?. |
BlogsEntry[] |
findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?. |
List<BlogsEntry> |
findByCompanyId(long companyId)
Returns all the blogs entries where companyId = ?. |
List<BlogsEntry> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the blogs entries where companyId = ?. |
List<BlogsEntry> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where companyId = ?. |
List<BlogsEntry> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where companyId = ?. |
BlogsEntry |
findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
findByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
findByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
findByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
findByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Returns all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
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 ≠ ?. |
List<BlogsEntry> |
findByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
findByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
findByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
findByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
findByG_LtD_S(long groupId,
Date displayDate,
int status)
Returns all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
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 = ?. |
List<BlogsEntry> |
findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
findByG_LtD(long groupId,
Date displayDate)
Returns all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
findByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
findByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
findByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
BlogsEntry |
findByG_NotS_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry |
findByG_NotS_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?. |
BlogsEntry[] |
findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?. |
List<BlogsEntry> |
findByG_NotS(long groupId,
int status)
Returns all the blogs entries where groupId = ? and status ≠ ?. |
List<BlogsEntry> |
findByG_NotS(long groupId,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and status ≠ ?. |
List<BlogsEntry> |
findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?. |
List<BlogsEntry> |
findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?. |
BlogsEntry |
findByG_S_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
findByG_S_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry[] |
findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?. |
List<BlogsEntry> |
findByG_S(long groupId,
int status)
Returns all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
findByG_S(long groupId,
int status,
int start,
int end)
Returns a range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and status = ?. |
BlogsEntry |
findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
findByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
findByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry |
findByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
findByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
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 ≠ ?. |
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 ≠ ?. |
List<BlogsEntry> |
findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
List<BlogsEntry> |
findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?. |
BlogsEntry[] |
findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
findByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
findByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
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 = ?. |
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 = ?. |
List<BlogsEntry> |
findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
findByG_U_LtD(long groupId,
long userId,
Date displayDate)
Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
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 < ?. |
List<BlogsEntry> |
findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry[] |
findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
findByG_U_NotS(long groupId,
long userId,
int status)
Returns all the blogs entries where groupId = ? and userId = ? and status ≠ ?. |
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 ≠ ?. |
List<BlogsEntry> |
findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?. |
List<BlogsEntry> |
findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?. |
BlogsEntry |
findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry[] |
findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
findByG_U_S(long groupId,
long userId,
int status)
Returns all the blogs entries where groupId = ? and userId = ? and status = ?. |
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 = ?. |
List<BlogsEntry> |
findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
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. |
BlogsEntry |
findByGroupId_First(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
findByGroupId_Last(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where groupId = ?. |
BlogsEntry[] |
findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?. |
List<BlogsEntry> |
findByGroupId(long groupId)
Returns all the blogs entries where groupId = ?. |
List<BlogsEntry> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where groupId = ?. |
BlogsEntry |
findByLtD_S_First(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry |
findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where displayDate < ? and status = ?. |
BlogsEntry[] |
findByLtD_S_PrevAndNext(long entryId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?. |
List<BlogsEntry> |
findByLtD_S(Date displayDate,
int status)
Returns all the blogs entries where displayDate < ? and status = ?. |
List<BlogsEntry> |
findByLtD_S(Date displayDate,
int status,
int start,
int end)
Returns a range of all the blogs entries where displayDate < ? and status = ?. |
List<BlogsEntry> |
findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where displayDate < ? and status = ?. |
List<BlogsEntry> |
findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where displayDate < ? and status = ?. |
BlogsEntry |
findByPrimaryKey(long entryId)
Returns the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
findByPrimaryKey(Serializable primaryKey)
Returns the blogs entry with the primary key or throws a NoSuchModelException if it could not be found. |
BlogsEntry |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?. |
BlogsEntry[] |
findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?. |
List<BlogsEntry> |
findByUuid_C(String uuid,
long companyId)
Returns all the blogs entries where uuid = ? and companyId = ?. |
List<BlogsEntry> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the blogs entries where uuid = ? and companyId = ?. |
List<BlogsEntry> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?. |
List<BlogsEntry> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?. |
BlogsEntry |
findByUuid_First(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the first blogs entry in the ordered set where uuid = ?. |
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. |
BlogsEntry |
findByUuid_Last(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the last blogs entry in the ordered set where uuid = ?. |
BlogsEntry[] |
findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?. |
List<BlogsEntry> |
findByUuid(String uuid)
Returns all the blogs entries where uuid = ?. |
List<BlogsEntry> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the blogs entries where uuid = ?. |
List<BlogsEntry> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Returns an ordered range of all the blogs entries where uuid = ?. |
List<BlogsEntry> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the blogs entries where uuid = ?. |
Set<String> |
getBadColumnNames()
|
protected BlogsEntry |
getByC_LtD_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByC_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByC_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByC_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByC_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByC_U_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByC_U_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByC_U_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByCompanyId_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_LtD_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_U_LtD_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_U_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_U_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_U_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_U_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByGroupId_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByLtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByUuid_C_PrevAndNext(Session session,
BlogsEntry blogsEntry,
String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByUuid_PrevAndNext(Session session,
BlogsEntry blogsEntry,
String uuid,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
BlogsEntry |
remove(long entryId)
Removes the blogs entry with the primary key from the database. |
BlogsEntry |
remove(Serializable primaryKey)
Removes the blogs entry with the primary key from the database. |
void |
removeAll()
Removes all the blogs entries from the database. |
void |
removeByC_LtD_NotS(long companyId,
Date displayDate,
int status)
Removes all the blogs entries where companyId = ? and displayDate < ? and status ≠ ? from the database. |
void |
removeByC_LtD_S(long companyId,
Date displayDate,
int status)
Removes all the blogs entries where companyId = ? and displayDate < ? and status = ? from the database. |
void |
removeByC_LtD(long companyId,
Date displayDate)
Removes all the blogs entries where companyId = ? and displayDate < ? from the database. |
void |
removeByC_NotS(long companyId,
int status)
Removes all the blogs entries where companyId = ? and status ≠ ? from the database. |
void |
removeByC_S(long companyId,
int status)
Removes all the blogs entries where companyId = ? and status = ? from the database. |
void |
removeByC_U_NotS(long companyId,
long userId,
int status)
Removes all the blogs entries where companyId = ? and userId = ? and status ≠ ? from the database. |
void |
removeByC_U_S(long companyId,
long userId,
int status)
Removes all the blogs entries where companyId = ? and userId = ? and status = ? from the database. |
void |
removeByC_U(long companyId,
long userId)
Removes all the blogs entries where companyId = ? and userId = ? from the database. |
void |
removeByCompanyId(long companyId)
Removes all the blogs entries where companyId = ? from the database. |
void |
removeByG_LtD_NotS(long groupId,
Date displayDate,
int status)
Removes all the blogs entries where groupId = ? and displayDate < ? and status ≠ ? from the database. |
void |
removeByG_LtD_S(long groupId,
Date displayDate,
int status)
Removes all the blogs entries where groupId = ? and displayDate < ? and status = ? from the database. |
void |
removeByG_LtD(long groupId,
Date displayDate)
Removes all the blogs entries where groupId = ? and displayDate < ? from the database. |
void |
removeByG_NotS(long groupId,
int status)
Removes all the blogs entries where groupId = ? and status ≠ ? from the database. |
void |
removeByG_S(long groupId,
int status)
Removes all the blogs entries where groupId = ? and status = ? from the database. |
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. |
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. |
void |
removeByG_U_LtD(long groupId,
long userId,
Date displayDate)
Removes all the blogs entries where groupId = ? and userId = ? and displayDate < ? from the database. |
void |
removeByG_U_NotS(long groupId,
long userId,
int status)
Removes all the blogs entries where groupId = ? and userId = ? and status ≠ ? from the database. |
void |
removeByG_U_S(long groupId,
long userId,
int status)
Removes all the blogs entries where groupId = ? and userId = ? and status = ? from the database. |
BlogsEntry |
removeByG_UT(long groupId,
String urlTitle)
Removes the blogs entry where groupId = ? and urlTitle = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the blogs entries where groupId = ? from the database. |
void |
removeByLtD_S(Date displayDate,
int status)
Removes all the blogs entries where displayDate < ? and status = ? from the database. |
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the blogs entries where uuid = ? and companyId = ? from the database. |
BlogsEntry |
removeByUUID_G(String uuid,
long groupId)
Removes the blogs entry where uuid = ? and groupId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the blogs entries where uuid = ? from the database. |
protected BlogsEntry |
removeImpl(BlogsEntry blogsEntry)
Removes the model instance from the database. |
protected BlogsEntry |
toUnwrappedModel(BlogsEntry blogsEntry)
|
BlogsEntry |
updateImpl(BlogsEntry blogsEntry)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_FETCH_BY_G_UT
public static final FinderPath FINDER_PATH_COUNT_BY_G_UT
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_LTD
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_LTD
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_U
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_U
public static final FinderPath FINDER_PATH_COUNT_BY_C_U
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_LTD
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_LTD
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_S
public static final FinderPath FINDER_PATH_COUNT_BY_C_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_LTD_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_LTD_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_U_LTD
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_U_LTD
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_U_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_U_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_U_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_U_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_U_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_LTD_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_LTD_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_LTD_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_LTD_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_U_S
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_U_S
public static final FinderPath FINDER_PATH_COUNT_BY_C_U_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_U_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_U_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_LTD_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_LTD_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_LTD_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_C_LTD_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_U_LTD_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_U_LTD_S
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_U_LTD_NOTS
public static final FinderPath FINDER_PATH_WITH_PAGINATION_COUNT_BY_G_U_LTD_NOTS
@BeanReference(type=CompanyProviderWrapper.class) protected CompanyProvider companyProvider
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public BlogsEntryPersistenceImpl()
| Method Detail |
|---|
public List<BlogsEntry> findByUuid(String uuid)
findByUuid in interface BlogsEntryPersistenceuuid - the uuid
public List<BlogsEntry> findByUuid(String uuid,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface BlogsEntryPersistenceuuid - the uuidstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByUuid(String uuid,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface BlogsEntryPersistenceuuid - the uuidstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByUuid(String uuid,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface BlogsEntryPersistenceuuid - the uuidstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByUuid_First(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByUuid_First in interface BlogsEntryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByUuid_First(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByUuid_First in interface BlogsEntryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry findByUuid_Last(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByUuid_Last in interface BlogsEntryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByUuid_Last(String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByUuid_Last in interface BlogsEntryPersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry[] findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByUuid_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByUuid_PrevAndNext(Session session,
BlogsEntry blogsEntry,
String uuid,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByUuid(String uuid)
removeByUuid in interface BlogsEntryPersistenceuuid - the uuidpublic int countByUuid(String uuid)
countByUuid in interface BlogsEntryPersistenceuuid - the uuid
public BlogsEntry findByUUID_G(String uuid,
long groupId)
throws NoSuchEntryException
NoSuchEntryException if it could not be found.
findByUUID_G in interface BlogsEntryPersistenceuuid - the uuidgroupId - the group ID
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByUUID_G(String uuid,
long groupId)
null if it could not be found. Uses the finder cache.
fetchByUUID_G in interface BlogsEntryPersistenceuuid - the uuidgroupId - the group ID
null if a matching blogs entry could not be found
public BlogsEntry fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByUUID_G in interface BlogsEntryPersistenceuuid - the uuidgroupId - the group IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching blogs entry could not be found
public BlogsEntry removeByUUID_G(String uuid,
long groupId)
throws NoSuchEntryException
removeByUUID_G in interface BlogsEntryPersistenceuuid - the uuidgroupId - the group ID
NoSuchEntryException
public int countByUUID_G(String uuid,
long groupId)
countByUUID_G in interface BlogsEntryPersistenceuuid - the uuidgroupId - the group ID
public List<BlogsEntry> findByUuid_C(String uuid,
long companyId)
findByUuid_C in interface BlogsEntryPersistenceuuid - the uuidcompanyId - the company ID
public List<BlogsEntry> findByUuid_C(String uuid,
long companyId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface BlogsEntryPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface BlogsEntryPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface BlogsEntryPersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByUuid_C_First in interface BlogsEntryPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByUuid_C_First in interface BlogsEntryPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByUuid_C_Last in interface BlogsEntryPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByUuid_C_Last in interface BlogsEntryPersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry[] findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByUuid_C_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByUuid_C_PrevAndNext(Session session,
BlogsEntry blogsEntry,
String uuid,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByUuid_C(String uuid,
long companyId)
removeByUuid_C in interface BlogsEntryPersistenceuuid - the uuidcompanyId - the company ID
public int countByUuid_C(String uuid,
long companyId)
countByUuid_C in interface BlogsEntryPersistenceuuid - the uuidcompanyId - the company ID
public List<BlogsEntry> findByGroupId(long groupId)
findByGroupId in interface BlogsEntryPersistencegroupId - the group ID
public List<BlogsEntry> findByGroupId(long groupId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface BlogsEntryPersistencegroupId - the group IDstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface BlogsEntryPersistencegroupId - the group IDstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByGroupId in interface BlogsEntryPersistencegroupId - the group IDstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByGroupId_First(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByGroupId_First in interface BlogsEntryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByGroupId_First(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByGroupId_First in interface BlogsEntryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry findByGroupId_Last(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByGroupId_Last in interface BlogsEntryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByGroupId_Last(long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByGroupId_Last in interface BlogsEntryPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry[] findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByGroupId_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByGroupId_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByGroupId(long groupId)
filterFindByGroupId in interface BlogsEntryPersistencegroupId - the group ID
public List<BlogsEntry> filterFindByGroupId(long groupId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByGroupId in interface BlogsEntryPersistencegroupId - the group IDstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByGroupId in interface BlogsEntryPersistencegroupId - the group IDstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public BlogsEntry[] filterFindByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
filterFindByGroupId_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry filterGetByGroupId_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByGroupId(long groupId)
removeByGroupId in interface BlogsEntryPersistencegroupId - the group IDpublic int countByGroupId(long groupId)
countByGroupId in interface BlogsEntryPersistencegroupId - the group ID
public int filterCountByGroupId(long groupId)
filterCountByGroupId in interface BlogsEntryPersistencegroupId - the group ID
public List<BlogsEntry> findByCompanyId(long companyId)
findByCompanyId in interface BlogsEntryPersistencecompanyId - the company ID
public List<BlogsEntry> findByCompanyId(long companyId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface BlogsEntryPersistencecompanyId - the company IDstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface BlogsEntryPersistencecompanyId - the company IDstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface BlogsEntryPersistencecompanyId - the company IDstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByCompanyId_First(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByCompanyId_First in interface BlogsEntryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByCompanyId_First(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByCompanyId_First in interface BlogsEntryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry findByCompanyId_Last(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByCompanyId_Last in interface BlogsEntryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByCompanyId_Last(long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByCompanyId_Last in interface BlogsEntryPersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry[] findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByCompanyId_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByCompanyId_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface BlogsEntryPersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface BlogsEntryPersistencecompanyId - the company ID
public BlogsEntry findByG_UT(long groupId,
String urlTitle)
throws NoSuchEntryException
NoSuchEntryException if it could not be found.
findByG_UT in interface BlogsEntryPersistencegroupId - the group IDurlTitle - the url title
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByG_UT(long groupId,
String urlTitle)
null if it could not be found. Uses the finder cache.
fetchByG_UT in interface BlogsEntryPersistencegroupId - the group IDurlTitle - the url title
null if a matching blogs entry could not be found
public BlogsEntry fetchByG_UT(long groupId,
String urlTitle,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByG_UT in interface BlogsEntryPersistencegroupId - the group IDurlTitle - the url titleretrieveFromCache - whether to retrieve from the finder cache
null if a matching blogs entry could not be found
public BlogsEntry removeByG_UT(long groupId,
String urlTitle)
throws NoSuchEntryException
removeByG_UT in interface BlogsEntryPersistencegroupId - the group IDurlTitle - the url title
NoSuchEntryException
public int countByG_UT(long groupId,
String urlTitle)
countByG_UT in interface BlogsEntryPersistencegroupId - the group IDurlTitle - the url title
public List<BlogsEntry> findByG_LtD(long groupId,
Date displayDate)
findByG_LtD in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display date
public List<BlogsEntry> findByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_LtD in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_LtD in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_LtD in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_LtD_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_LtD_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_LtD_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_LtD_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry[] findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_LtD_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByG_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_LtD(long groupId,
Date displayDate)
filterFindByG_LtD in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display date
public List<BlogsEntry> filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_LtD in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_LtD in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public BlogsEntry[] filterFindByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
filterFindByG_LtD_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry filterGetByG_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByG_LtD(long groupId,
Date displayDate)
removeByG_LtD in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display date
public int countByG_LtD(long groupId,
Date displayDate)
countByG_LtD in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display date
public int filterCountByG_LtD(long groupId,
Date displayDate)
filterCountByG_LtD in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display date
public List<BlogsEntry> findByG_S(long groupId,
int status)
findByG_S in interface BlogsEntryPersistencegroupId - the group IDstatus - the status
public List<BlogsEntry> findByG_S(long groupId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_S in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_S in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_S in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByG_S_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_S_First in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByG_S_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_S_First in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry findByG_S_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_S_Last in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByG_S_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_S_Last in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry[] findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_S_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByG_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_S(long groupId,
int status)
filterFindByG_S in interface BlogsEntryPersistencegroupId - the group IDstatus - the status
public List<BlogsEntry> filterFindByG_S(long groupId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_S in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_S in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public BlogsEntry[] filterFindByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
filterFindByG_S_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry filterGetByG_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByG_S(long groupId,
int status)
removeByG_S in interface BlogsEntryPersistencegroupId - the group IDstatus - the status
public int countByG_S(long groupId,
int status)
countByG_S in interface BlogsEntryPersistencegroupId - the group IDstatus - the status
public int filterCountByG_S(long groupId,
int status)
filterCountByG_S in interface BlogsEntryPersistencegroupId - the group IDstatus - the status
public List<BlogsEntry> findByG_NotS(long groupId,
int status)
findByG_NotS in interface BlogsEntryPersistencegroupId - the group IDstatus - the status
public List<BlogsEntry> findByG_NotS(long groupId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_NotS in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_NotS in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_NotS in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByG_NotS_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_NotS_First in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByG_NotS_First(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_NotS_First in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry findByG_NotS_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_NotS_Last in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByG_NotS_Last(long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_NotS_Last in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry[] findByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_NotS_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByG_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_NotS(long groupId,
int status)
filterFindByG_NotS in interface BlogsEntryPersistencegroupId - the group IDstatus - the status
public List<BlogsEntry> filterFindByG_NotS(long groupId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_NotS in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> filterFindByG_NotS(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_NotS in interface BlogsEntryPersistencegroupId - the group IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public BlogsEntry[] filterFindByG_NotS_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
filterFindByG_NotS_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry filterGetByG_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByG_NotS(long groupId,
int status)
removeByG_NotS in interface BlogsEntryPersistencegroupId - the group IDstatus - the status
public int countByG_NotS(long groupId,
int status)
countByG_NotS in interface BlogsEntryPersistencegroupId - the group IDstatus - the status
public int filterCountByG_NotS(long groupId,
int status)
filterCountByG_NotS in interface BlogsEntryPersistencegroupId - the group IDstatus - the status
public List<BlogsEntry> findByC_U(long companyId,
long userId)
findByC_U in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user ID
public List<BlogsEntry> findByC_U(long companyId,
long userId,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_U in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByC_U(long companyId,
long userId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_U in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByC_U(long companyId,
long userId,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_U in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByC_U_First(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_U_First in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry fetchByC_U_First(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_U_First in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry findByC_U_Last(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_U_Last in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry fetchByC_U_Last(long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_U_Last in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry[] findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_U_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByC_U_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
long userId,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByC_U(long companyId,
long userId)
removeByC_U in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user ID
public int countByC_U(long companyId,
long userId)
countByC_U in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user ID
public List<BlogsEntry> findByC_LtD(long companyId,
Date displayDate)
findByC_LtD in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display date
public List<BlogsEntry> findByC_LtD(long companyId,
Date displayDate,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_LtD in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByC_LtD(long companyId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_LtD in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByC_LtD(long companyId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_LtD in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_LtD_First in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry fetchByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_LtD_First in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_LtD_Last in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry fetchByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_LtD_Last in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry[] findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_LtD_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByC_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByC_LtD(long companyId,
Date displayDate)
removeByC_LtD in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display date
public int countByC_LtD(long companyId,
Date displayDate)
countByC_LtD in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display date
public List<BlogsEntry> findByC_S(long companyId,
int status)
findByC_S in interface BlogsEntryPersistencecompanyId - the company IDstatus - the status
public List<BlogsEntry> findByC_S(long companyId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_S in interface BlogsEntryPersistencecompanyId - the company IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_S in interface BlogsEntryPersistencecompanyId - the company IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_S in interface BlogsEntryPersistencecompanyId - the company IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByC_S_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_S_First in interface BlogsEntryPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByC_S_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_S_First in interface BlogsEntryPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry findByC_S_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_S_Last in interface BlogsEntryPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByC_S_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_S_Last in interface BlogsEntryPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry[] findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_S_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByC_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByC_S(long companyId,
int status)
removeByC_S in interface BlogsEntryPersistencecompanyId - the company IDstatus - the status
public int countByC_S(long companyId,
int status)
countByC_S in interface BlogsEntryPersistencecompanyId - the company IDstatus - the status
public List<BlogsEntry> findByC_NotS(long companyId,
int status)
findByC_NotS in interface BlogsEntryPersistencecompanyId - the company IDstatus - the status
public List<BlogsEntry> findByC_NotS(long companyId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_NotS in interface BlogsEntryPersistencecompanyId - the company IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_NotS in interface BlogsEntryPersistencecompanyId - the company IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByC_NotS(long companyId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_NotS in interface BlogsEntryPersistencecompanyId - the company IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByC_NotS_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_NotS_First in interface BlogsEntryPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByC_NotS_First(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_NotS_First in interface BlogsEntryPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry findByC_NotS_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_NotS_Last in interface BlogsEntryPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByC_NotS_Last(long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_NotS_Last in interface BlogsEntryPersistencecompanyId - the company IDstatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry[] findByC_NotS_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_NotS_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByC_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByC_NotS(long companyId,
int status)
removeByC_NotS in interface BlogsEntryPersistencecompanyId - the company IDstatus - the status
public int countByC_NotS(long companyId,
int status)
countByC_NotS in interface BlogsEntryPersistencecompanyId - the company IDstatus - the status
public List<BlogsEntry> findByLtD_S(Date displayDate,
int status)
findByLtD_S in interface BlogsEntryPersistencedisplayDate - the display datestatus - the status
public List<BlogsEntry> findByLtD_S(Date displayDate,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByLtD_S in interface BlogsEntryPersistencedisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByLtD_S in interface BlogsEntryPersistencedisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByLtD_S(Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByLtD_S in interface BlogsEntryPersistencedisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByLtD_S_First(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByLtD_S_First in interface BlogsEntryPersistencedisplayDate - the display datestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByLtD_S_First(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByLtD_S_First in interface BlogsEntryPersistencedisplayDate - the display datestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry findByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByLtD_S_Last in interface BlogsEntryPersistencedisplayDate - the display datestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
NoSuchEntryException - if a matching blogs entry could not be found
public BlogsEntry fetchByLtD_S_Last(Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByLtD_S_Last in interface BlogsEntryPersistencedisplayDate - the display datestatus - the statusorderByComparator - the comparator to order the set by (optionally null)
null if a matching blogs entry could not be found
public BlogsEntry[] findByLtD_S_PrevAndNext(long entryId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByLtD_S_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByLtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByLtD_S(Date displayDate,
int status)
removeByLtD_S in interface BlogsEntryPersistencedisplayDate - the display datestatus - the status
public int countByLtD_S(Date displayDate,
int status)
countByLtD_S in interface BlogsEntryPersistencedisplayDate - the display datestatus - the status
public List<BlogsEntry> findByG_U_LtD(long groupId,
long userId,
Date displayDate)
findByG_U_LtD in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display date
public List<BlogsEntry> findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_LtD in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_LtD in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_LtD in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_LtD_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_U_LtD_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry findByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_LtD_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_U_LtD_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry[] findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_LtD_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByG_U_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate)
filterFindByG_U_LtD in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display date
public List<BlogsEntry> filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_LtD in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_LtD in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public BlogsEntry[] filterFindByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
filterFindByG_U_LtD_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry filterGetByG_U_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByG_U_LtD(long groupId,
long userId,
Date displayDate)
removeByG_U_LtD in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display date
public int countByG_U_LtD(long groupId,
long userId,
Date displayDate)
countByG_U_LtD in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display date
public int filterCountByG_U_LtD(long groupId,
long userId,
Date displayDate)
filterCountByG_U_LtD in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display date
public List<BlogsEntry> findByG_U_S(long groupId,
long userId,
int status)
findByG_U_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the status
public List<BlogsEntry> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_S_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_U_S_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_S_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_U_S_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry[] findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_S_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByG_U_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_U_S(long groupId,
long userId,
int status)
filterFindByG_U_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the status
public List<BlogsEntry> filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public BlogsEntry[] filterFindByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
filterFindByG_U_S_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry filterGetByG_U_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByG_U_S(long groupId,
long userId,
int status)
removeByG_U_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the status
public int countByG_U_S(long groupId,
long userId,
int status)
countByG_U_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the status
public int filterCountByG_U_S(long groupId,
long userId,
int status)
filterCountByG_U_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the status
public List<BlogsEntry> findByG_U_NotS(long groupId,
long userId,
int status)
findByG_U_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the status
public List<BlogsEntry> findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_NotS_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_U_NotS_First(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_U_NotS_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry findByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_NotS_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_U_NotS_Last(long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_U_NotS_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry[] findByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_NotS_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByG_U_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_U_NotS(long groupId,
long userId,
int status)
filterFindByG_U_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the status
public List<BlogsEntry> filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> filterFindByG_U_NotS(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public BlogsEntry[] filterFindByG_U_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
filterFindByG_U_NotS_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry filterGetByG_U_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByG_U_NotS(long groupId,
long userId,
int status)
removeByG_U_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the status
public int countByG_U_NotS(long groupId,
long userId,
int status)
countByG_U_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the status
public int filterCountByG_U_NotS(long groupId,
long userId,
int status)
filterCountByG_U_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDstatus - the status
public List<BlogsEntry> findByG_LtD_S(long groupId,
Date displayDate,
int status)
findByG_LtD_S in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_LtD_S in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_LtD_S in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_LtD_S in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_LtD_S_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_LtD_S_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry findByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_LtD_S_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_LtD_S_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry[] findByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_LtD_S_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByG_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_LtD_S(long groupId,
Date displayDate,
int status)
filterFindByG_LtD_S in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_LtD_S in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_LtD_S in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public BlogsEntry[] filterFindByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
filterFindByG_LtD_S_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry filterGetByG_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByG_LtD_S(long groupId,
Date displayDate,
int status)
removeByG_LtD_S in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the status
public int countByG_LtD_S(long groupId,
Date displayDate,
int status)
countByG_LtD_S in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the status
public int filterCountByG_LtD_S(long groupId,
Date displayDate,
int status)
filterCountByG_LtD_S in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> findByG_LtD_NotS(long groupId,
Date displayDate,
int status)
findByG_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> findByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_LtD_NotS_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_LtD_NotS_First(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_LtD_NotS_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry findByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_LtD_NotS_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_LtD_NotS_Last(long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_LtD_NotS_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry[] findByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_LtD_NotS_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByG_LtD_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_LtD_NotS(long groupId,
Date displayDate,
int status)
filterFindByG_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> filterFindByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> filterFindByG_LtD_NotS(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public BlogsEntry[] filterFindByG_LtD_NotS_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
filterFindByG_LtD_NotS_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry filterGetByG_LtD_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByG_LtD_NotS(long groupId,
Date displayDate,
int status)
removeByG_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the status
public int countByG_LtD_NotS(long groupId,
Date displayDate,
int status)
countByG_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the status
public int filterCountByG_LtD_NotS(long groupId,
Date displayDate,
int status)
filterCountByG_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> findByC_U_S(long companyId,
long userId,
int status)
findByC_U_S in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstatus - the status
public List<BlogsEntry> findByC_U_S(long companyId,
long userId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_U_S in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_U_S in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_U_S in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_U_S_First in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry fetchByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_U_S_First in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry findByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_U_S_Last in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry fetchByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_U_S_Last in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry[] findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_U_S_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByC_U_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByC_U_S(long companyId,
long userId,
int status)
removeByC_U_S in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstatus - the status
public int countByC_U_S(long companyId,
long userId,
int status)
countByC_U_S in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstatus - the status
public List<BlogsEntry> findByC_U_NotS(long companyId,
long userId,
int status)
findByC_U_NotS in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstatus - the status
public List<BlogsEntry> findByC_U_NotS(long companyId,
long userId,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_U_NotS in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByC_U_NotS(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_U_NotS in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByC_U_NotS(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_U_NotS in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_U_NotS_First in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry fetchByC_U_NotS_First(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_U_NotS_First in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry findByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_U_NotS_Last in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry fetchByC_U_NotS_Last(long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_U_NotS_Last in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry[] findByC_U_NotS_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_U_NotS_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByC_U_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
long userId,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByC_U_NotS(long companyId,
long userId,
int status)
removeByC_U_NotS in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstatus - the status
public int countByC_U_NotS(long companyId,
long userId,
int status)
countByC_U_NotS in interface BlogsEntryPersistencecompanyId - the company IDuserId - the user IDstatus - the status
public List<BlogsEntry> findByC_LtD_S(long companyId,
Date displayDate,
int status)
findByC_LtD_S in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_LtD_S in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_LtD_S in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_LtD_S in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_LtD_S_First in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry fetchByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_LtD_S_First in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry findByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_LtD_S_Last in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry fetchByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_LtD_S_Last in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry[] findByC_LtD_S_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_LtD_S_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByC_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByC_LtD_S(long companyId,
Date displayDate,
int status)
removeByC_LtD_S in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestatus - the status
public int countByC_LtD_S(long companyId,
Date displayDate,
int status)
countByC_LtD_S in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> findByC_LtD_NotS(long companyId,
Date displayDate,
int status)
findByC_LtD_NotS in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> findByC_LtD_NotS(long companyId,
Date displayDate,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_LtD_NotS in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByC_LtD_NotS(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_LtD_NotS in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByC_LtD_NotS(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_LtD_NotS in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_LtD_NotS_First in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry fetchByC_LtD_NotS_First(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_LtD_NotS_First in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry findByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_LtD_NotS_Last in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry fetchByC_LtD_NotS_Last(long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByC_LtD_NotS_Last in interface BlogsEntryPersistencecompanyId - 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
public BlogsEntry[] findByC_LtD_NotS_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByC_LtD_NotS_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByC_LtD_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByC_LtD_NotS(long companyId,
Date displayDate,
int status)
removeByC_LtD_NotS in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestatus - the status
public int countByC_LtD_NotS(long companyId,
Date displayDate,
int status)
countByC_LtD_NotS in interface BlogsEntryPersistencecompanyId - the company IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
findByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_LtD_S_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_U_LtD_S_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry findByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_LtD_S_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_U_LtD_S_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry[] findByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_LtD_S_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByG_U_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
filterFindByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public BlogsEntry[] filterFindByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
filterFindByG_U_LtD_S_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry filterGetByG_U_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
removeByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the status
public int countByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
countByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the status
public int filterCountByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
filterCountByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
findByG_U_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByG_U_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public BlogsEntry findByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_LtD_NotS_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_U_LtD_NotS_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_U_LtD_NotS_First in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry findByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_LtD_NotS_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry fetchByG_U_LtD_NotS_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
fetchByG_U_LtD_NotS_Last in interface BlogsEntryPersistencegroupId - 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
public BlogsEntry[] findByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
findByG_U_LtD_NotS_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry getByG_U_LtD_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
filterFindByG_U_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the status
public List<BlogsEntry> filterFindByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> filterFindByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByG_U_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the statusstart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public BlogsEntry[] filterFindByG_U_LtD_NotS_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator)
throws NoSuchEntryException
filterFindByG_U_LtD_NotS_PrevAndNext in interface BlogsEntryPersistenceentryId - 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
protected BlogsEntry filterGetByG_U_LtD_NotS_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator<BlogsEntry> orderByComparator,
boolean previous)
public void removeByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
removeByG_U_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the status
public int countByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
countByG_U_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the status
public int filterCountByG_U_LtD_NotS(long groupId,
long userId,
Date displayDate,
int status)
filterCountByG_U_LtD_NotS in interface BlogsEntryPersistencegroupId - the group IDuserId - the user IDdisplayDate - the display datestatus - the status
public void cacheResult(BlogsEntry blogsEntry)
cacheResult in interface BlogsEntryPersistenceblogsEntry - the blogs entrypublic void cacheResult(List<BlogsEntry> blogsEntries)
cacheResult in interface BlogsEntryPersistenceblogsEntries - the blogs entriespublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<BlogsEntry>clearCache in class BasePersistenceImpl<BlogsEntry>public void clearCache(BlogsEntry blogsEntry)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<BlogsEntry>clearCache in class BasePersistenceImpl<BlogsEntry>blogsEntry - the instance of this model to clear the cache forpublic void clearCache(List<BlogsEntry> blogsEntries)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<BlogsEntry>clearCache in class BasePersistenceImpl<BlogsEntry>blogsEntries - the List instances of this model to clear the cache for
protected void cacheUniqueFindersCache(BlogsEntryModelImpl blogsEntryModelImpl,
boolean isNew)
protected void clearUniqueFindersCache(BlogsEntryModelImpl blogsEntryModelImpl)
public BlogsEntry create(long entryId)
create in interface BlogsEntryPersistenceentryId - the primary key for the new blogs entry
public BlogsEntry remove(long entryId)
throws NoSuchEntryException
remove in interface BlogsEntryPersistenceentryId - the primary key of the blogs entry
NoSuchEntryException - if a blogs entry with the primary key could not be found
public BlogsEntry remove(Serializable primaryKey)
throws NoSuchEntryException
remove in interface BasePersistence<BlogsEntry>remove in class BasePersistenceImpl<BlogsEntry>primaryKey - the primary key of the blogs entry
NoSuchEntryException - if a blogs entry with the primary key could not be foundprotected BlogsEntry removeImpl(BlogsEntry blogsEntry)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<BlogsEntry>blogsEntry - the model instance to remove
public BlogsEntry updateImpl(BlogsEntry blogsEntry)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface BlogsEntryPersistenceupdateImpl in class BasePersistenceImpl<BlogsEntry>blogsEntry - the model instance to update
protected BlogsEntry toUnwrappedModel(BlogsEntry blogsEntry)
public BlogsEntry findByPrimaryKey(Serializable primaryKey)
throws NoSuchEntryException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<BlogsEntry>findByPrimaryKey in class BasePersistenceImpl<BlogsEntry>primaryKey - the primary key of the blogs entry
NoSuchEntryException - if a blogs entry with the primary key could not be found
public BlogsEntry findByPrimaryKey(long entryId)
throws NoSuchEntryException
NoSuchEntryException if it could not be found.
findByPrimaryKey in interface BlogsEntryPersistenceentryId - the primary key of the blogs entry
NoSuchEntryException - if a blogs entry with the primary key could not be foundpublic BlogsEntry fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<BlogsEntry>fetchByPrimaryKey in class BasePersistenceImpl<BlogsEntry>primaryKey - the primary key of the blogs entry
null if a blogs entry with the primary key could not be foundpublic BlogsEntry fetchByPrimaryKey(long entryId)
null if it could not be found.
fetchByPrimaryKey in interface BlogsEntryPersistenceentryId - the primary key of the blogs entry
null if a blogs entry with the primary key could not be foundpublic Map<Serializable,BlogsEntry> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<BlogsEntry>fetchByPrimaryKeys in interface BlogsEntryPersistencefetchByPrimaryKeys in class BasePersistenceImpl<BlogsEntry>public List<BlogsEntry> findAll()
findAll in interface BlogsEntryPersistence
public List<BlogsEntry> findAll(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface BlogsEntryPersistencestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)
public List<BlogsEntry> findAll(int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface BlogsEntryPersistencestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<BlogsEntry> findAll(int start,
int end,
OrderByComparator<BlogsEntry> orderByComparator,
boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from BlogsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface BlogsEntryPersistencestart - the lower bound of the range of blogs entriesend - the upper bound of the range of blogs entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface BlogsEntryPersistencepublic int countAll()
countAll in interface BlogsEntryPersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<BlogsEntry>getBadColumnNames in interface BlogsEntryPersistencegetBadColumnNames in class BasePersistenceImpl<BlogsEntry>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<BlogsEntry>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||