|
Liferay 6.0.4 | |||||||||
| 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.BlogsEntryPersistenceImpl
public class BlogsEntryPersistenceImpl
The persistence for the blogs entry service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
Caching information and settings can be found in portal.properties
BlogsEntryPersistence,
BlogsEntryUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, listeners, 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. |
void |
clearCache()
Clears the cache for all blogs entries. |
void |
clearCache(BlogsEntry blogsEntry)
Clears the cache for the blogs entry. |
int |
countAll()
Counts all the blogs entries. |
int |
countByC_LtD_S(long companyId,
Date displayDate,
int status)
Counts all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
int |
countByC_LtD(long companyId,
Date displayDate)
Counts all the blogs entries where companyId = ? and displayDate < ?. |
int |
countByC_S(long companyId,
int status)
Counts all the blogs entries where companyId = ? and status = ?. |
int |
countByC_U_S(long companyId,
long userId,
int status)
Counts all the blogs entries where companyId = ? and userId = ? and status = ?. |
int |
countByC_U(long companyId,
long userId)
Counts all the blogs entries where companyId = ? and userId = ?. |
int |
countByCompanyId(long companyId)
Counts all the blogs entries where companyId = ?. |
int |
countByG_LtD_S(long groupId,
Date displayDate,
int status)
Counts all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
int |
countByG_LtD(long groupId,
Date displayDate)
Counts all the blogs entries where groupId = ? and displayDate < ?. |
int |
countByG_S(long groupId,
int status)
Counts all the blogs entries where groupId = ? and status = ?. |
int |
countByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Counts all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
int |
countByG_U_LtD(long groupId,
long userId,
Date displayDate)
Counts all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
int |
countByG_U_S(long groupId,
long userId,
int status)
Counts all the blogs entries where groupId = ? and userId = ? and status = ?. |
int |
countByG_UT(long groupId,
String urlTitle)
Counts all the blogs entries where groupId = ? and urlTitle = ?. |
int |
countByGroupId(long groupId)
Counts all the blogs entries where groupId = ?. |
int |
countByUUID_G(String uuid,
long groupId)
Counts all the blogs entries where uuid = ? and groupId = ?. |
int |
countByUuid(String uuid)
Counts all the blogs entries where uuid = ?. |
BlogsEntry |
create(long entryId)
Creates a new blogs entry with the primary key. |
BlogsEntry |
fetchByG_UT(long groupId,
String urlTitle)
Finds 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)
Finds the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found, optionally using the finder cache. |
BlogsEntry |
fetchByPrimaryKey(long entryId)
Finds the blogs entry with the primary key or returns null if it could not be found. |
BlogsEntry |
fetchByPrimaryKey(Serializable primaryKey)
Finds the blogs entry with the primary key or returns null if it could not be found. |
BlogsEntry |
fetchByUUID_G(String uuid,
long groupId)
Finds 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)
Finds the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
int |
filterCountByG_LtD_S(long groupId,
Date displayDate,
int status)
Filters by the user's permissions and counts all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
int |
filterCountByG_LtD(long groupId,
Date displayDate)
Filters by the user's permissions and counts all the blogs entries where groupId = ? and displayDate < ?. |
int |
filterCountByG_S(long groupId,
int status)
Filters by the user's permissions and counts all the blogs entries where groupId = ? and status = ?. |
int |
filterCountByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Filters by the user's permissions and counts all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
int |
filterCountByG_U_LtD(long groupId,
long userId,
Date displayDate)
Filters by the user's permissions and counts all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
int |
filterCountByG_U_S(long groupId,
long userId,
int status)
Filters by the user's permissions and counts all the blogs entries where groupId = ? and userId = ? and status = ?. |
int |
filterCountByG_UT(long groupId,
String urlTitle)
Filters by the user's permissions and counts all the blogs entries where groupId = ? and urlTitle = ?. |
int |
filterCountByGroupId(long groupId)
Filters by the user's permissions and counts all the blogs entries where groupId = ?. |
List<BlogsEntry> |
filterFindByG_LtD_S(long groupId,
Date displayDate,
int status)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
filterFindByG_LtD(long groupId,
Date displayDate)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
filterFindByG_S(long groupId,
int status)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
filterFindByG_S(long groupId,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Filters by the user's permissions and finds all the blogs entries 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)
Filters by the user's permissions and finds a range of all the blogs entries 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 orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
filterFindByG_U_S(long groupId,
long userId,
int status)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the blogs entries where groupId = ?. |
List<BlogsEntry> |
filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
findAll()
Finds all the blogs entries. |
List<BlogsEntry> |
findAll(int start,
int end)
Finds a range of all the blogs entries. |
List<BlogsEntry> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries. |
BlogsEntry |
findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry[] |
findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Finds 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 orderByComparator)
Finds 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 orderByComparator)
Finds 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 orderByComparator)
Finds 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)
Finds 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)
Finds 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 orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
findByC_LtD(long companyId,
Date displayDate)
Finds all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
findByC_LtD(long companyId,
Date displayDate,
int start,
int end)
Finds a range of all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
findByC_LtD(long companyId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and displayDate < ?. |
BlogsEntry |
findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry[] |
findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator orderByComparator)
Finds 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)
Finds all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
findByC_S(long companyId,
int status,
int start,
int end)
Finds a range of all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and status = ?. |
BlogsEntry |
findByC_U_First(long companyId,
long userId,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
findByC_U_Last(long companyId,
long userId,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry[] |
findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator orderByComparator)
Finds 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 orderByComparator)
Finds 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 orderByComparator)
Finds 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 orderByComparator)
Finds 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)
Finds 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)
Finds 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 orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
findByC_U(long companyId,
long userId)
Finds all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
findByC_U(long companyId,
long userId,
int start,
int end)
Finds a range of all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
findByC_U(long companyId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and userId = ?. |
BlogsEntry |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ?. |
BlogsEntry[] |
findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ?. |
List<BlogsEntry> |
findByCompanyId(long companyId)
Finds all the blogs entries where companyId = ?. |
List<BlogsEntry> |
findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the blogs entries where companyId = ?. |
List<BlogsEntry> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ?. |
BlogsEntry |
findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry[] |
findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Finds 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 orderByComparator)
Finds 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 orderByComparator)
Finds 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 orderByComparator)
Finds 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)
Finds 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)
Finds 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 orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
findByG_LtD(long groupId,
Date displayDate)
Finds all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
findByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Finds a range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
findByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
BlogsEntry |
findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry[] |
findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Finds 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)
Finds all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
findByG_S(long groupId,
int status,
int start,
int end)
Finds a range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and status = ?. |
BlogsEntry |
findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Finds 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 orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry[] |
findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Finds 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 orderByComparator)
Finds 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 orderByComparator)
Finds 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 orderByComparator)
Finds 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)
Finds 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)
Finds 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 orderByComparator)
Finds 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)
Finds 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)
Finds 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 orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds 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 orderByComparator)
Finds 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 orderByComparator)
Finds 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)
Finds 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)
Finds 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 orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
findByG_UT(long groupId,
String urlTitle)
Finds the blogs entry where groupId = ? and urlTitle = ? or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ?. |
BlogsEntry[] |
findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ?. |
List<BlogsEntry> |
findByGroupId(long groupId)
Finds all the blogs entries where groupId = ?. |
List<BlogsEntry> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ?. |
BlogsEntry |
findByPrimaryKey(long entryId)
Finds the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
findByPrimaryKey(Serializable primaryKey)
Finds the blogs entry with the primary key or throws a NoSuchModelException if it could not be found. |
BlogsEntry |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
findByUUID_G(String uuid,
long groupId)
Finds the blogs entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where uuid = ?. |
BlogsEntry[] |
findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where uuid = ?. |
List<BlogsEntry> |
findByUuid(String uuid)
Finds all the blogs entries where uuid = ?. |
List<BlogsEntry> |
findByUuid(String uuid,
int start,
int end)
Finds a range of all the blogs entries where uuid = ?. |
List<BlogsEntry> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where uuid = ?. |
protected BlogsEntry |
getByC_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
Date displayDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByC_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByC_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByC_U_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByC_U_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
long userId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByCompanyId_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_U_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_U_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByG_U_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByGroupId_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
getByUuid_PrevAndNext(Session session,
BlogsEntry blogsEntry,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
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_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_S(long companyId,
int status)
Removes all the blogs entries where companyId = ? 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_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_S(long groupId,
int status)
Removes all the blogs entries where groupId = ? 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_S(long groupId,
long userId,
int status)
Removes all the blogs entries where groupId = ? and userId = ? and status = ? from the database. |
void |
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 |
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,
boolean merge)
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, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update |
| 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 |
|---|
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_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_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_FIND_BY_C_U
public static final FinderPath FINDER_PATH_COUNT_BY_C_U
public static final FinderPath FINDER_PATH_FIND_BY_C_LTD
public static final FinderPath FINDER_PATH_COUNT_BY_C_LTD
public static final FinderPath FINDER_PATH_FIND_BY_C_S
public static final FinderPath FINDER_PATH_COUNT_BY_C_S
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_FIND_BY_G_LTD
public static final FinderPath FINDER_PATH_COUNT_BY_G_LTD
public static final FinderPath FINDER_PATH_FIND_BY_G_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_S
public static final FinderPath FINDER_PATH_FIND_BY_C_U_S
public static final FinderPath FINDER_PATH_COUNT_BY_C_U_S
public static final FinderPath FINDER_PATH_FIND_BY_C_LTD_S
public static final FinderPath FINDER_PATH_COUNT_BY_C_LTD_S
public static final FinderPath FINDER_PATH_FIND_BY_G_U_LTD
public static final FinderPath FINDER_PATH_COUNT_BY_G_U_LTD
public static final FinderPath FINDER_PATH_FIND_BY_G_U_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_U_S
public static final FinderPath FINDER_PATH_FIND_BY_G_LTD_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_LTD_S
public static final FinderPath FINDER_PATH_FIND_BY_G_U_LTD_S
public static final FinderPath FINDER_PATH_COUNT_BY_G_U_LTD_S
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
@BeanReference(type=BlogsEntryPersistence.class) protected BlogsEntryPersistence blogsEntryPersistence
@BeanReference(type=BlogsStatsUserPersistence.class) protected BlogsStatsUserPersistence blogsStatsUserPersistence
@BeanReference(type=CompanyPersistence.class) protected CompanyPersistence companyPersistence
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=OrganizationPersistence.class) protected OrganizationPersistence organizationPersistence
@BeanReference(type=PortletPreferencesPersistence.class) protected PortletPreferencesPersistence portletPreferencesPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=WorkflowInstanceLinkPersistence.class) protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=ExpandoValuePersistence.class) protected ExpandoValuePersistence expandoValuePersistence
@BeanReference(type=MBMessagePersistence.class) protected MBMessagePersistence mbMessagePersistence
@BeanReference(type=RatingsStatsPersistence.class) protected RatingsStatsPersistence ratingsStatsPersistence
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialEquityLogPersistence.class) protected SocialEquityLogPersistence socialEquityLogPersistence
| Constructor Detail |
|---|
public BlogsEntryPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(BlogsEntry blogsEntry)
cacheResult in interface BlogsEntryPersistenceblogsEntry - the blogs entry to cachepublic void cacheResult(List<BlogsEntry> blogsEntries)
cacheResult in interface BlogsEntryPersistenceblogsEntries - the blogs entries to cachepublic 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 BlogsEntry create(long entryId)
create in interface BlogsEntryPersistenceentryId - the primary key for the new blogs entry
public BlogsEntry remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
remove in interface BasePersistence<BlogsEntry>remove in class BasePersistenceImpl<BlogsEntry>primaryKey - the primary key of the blogs entry to remove
NoSuchModelException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
public BlogsEntry remove(long entryId)
throws NoSuchEntryException,
SystemException
remove in interface BlogsEntryPersistenceentryId - the primary key of the blogs entry to remove
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry removeImpl(BlogsEntry blogsEntry)
throws SystemException
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
SystemException - if a system exception occurred
public BlogsEntry updateImpl(BlogsEntry blogsEntry,
boolean merge)
throws SystemException
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 updatemerge - whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException - if a system exception occurredprotected BlogsEntry toUnwrappedModel(BlogsEntry blogsEntry)
public BlogsEntry findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
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 to find
NoSuchModelException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
public BlogsEntry findByPrimaryKey(long entryId)
throws NoSuchEntryException,
SystemException
NoSuchEntryException if it could not be found.
findByPrimaryKey in interface BlogsEntryPersistenceentryId - the primary key of the blogs entry to find
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
public BlogsEntry fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
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 to find
null if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
public BlogsEntry fetchByPrimaryKey(long entryId)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface BlogsEntryPersistenceentryId - the primary key of the blogs entry to find
null if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
public List<BlogsEntry> findByUuid(String uuid)
throws SystemException
findByUuid in interface BlogsEntryPersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public List<BlogsEntry> findByUuid(String uuid,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid in interface BlogsEntryPersistenceuuid - the uuid to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid in interface BlogsEntryPersistenceuuid - the uuid to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public BlogsEntry findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid_First in interface BlogsEntryPersistenceuuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid_Last in interface BlogsEntryPersistenceuuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry[] findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByUuid_PrevAndNext in interface BlogsEntryPersistenceentryId - the primary key of the current blogs entryuuid - the uuid to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry getByUuid_PrevAndNext(Session session,
BlogsEntry blogsEntry,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
public BlogsEntry findByUUID_G(String uuid,
long groupId)
throws NoSuchEntryException,
SystemException
NoSuchEntryException if it could not be found.
findByUUID_G in interface BlogsEntryPersistenceuuid - the uuid to search withgroupId - the group id to search with
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry fetchByUUID_G(String uuid,
long groupId)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByUUID_G in interface BlogsEntryPersistenceuuid - the uuid to search withgroupId - the group id to search with
null if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByUUID_G in interface BlogsEntryPersistenceuuid - the uuid to search withgroupId - the group id to search with
null if a matching blogs entry could not be found
SystemException - if a system exception occurred
public List<BlogsEntry> findByGroupId(long groupId)
throws SystemException
findByGroupId in interface BlogsEntryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public List<BlogsEntry> findByGroupId(long groupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId in interface BlogsEntryPersistencegroupId - the group id to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId in interface BlogsEntryPersistencegroupId - the group id to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public BlogsEntry findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId_First in interface BlogsEntryPersistencegroupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId_Last in interface BlogsEntryPersistencegroupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry[] findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId_PrevAndNext in interface BlogsEntryPersistenceentryId - the primary key of the current blogs entrygroupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry getByGroupId_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByGroupId(long groupId)
throws SystemException
filterFindByGroupId in interface BlogsEntryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public List<BlogsEntry> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByGroupId in interface BlogsEntryPersistencegroupId - the group id to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByGroupId in interface BlogsEntryPersistencegroupId - the group id to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<BlogsEntry> findByCompanyId(long companyId)
throws SystemException
findByCompanyId in interface BlogsEntryPersistencecompanyId - the company id to search with
SystemException - if a system exception occurred
public List<BlogsEntry> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByCompanyId in interface BlogsEntryPersistencecompanyId - the company id to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByCompanyId in interface BlogsEntryPersistencecompanyId - the company id to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public BlogsEntry findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByCompanyId_First in interface BlogsEntryPersistencecompanyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByCompanyId_Last in interface BlogsEntryPersistencecompanyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry[] findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByCompanyId_PrevAndNext in interface BlogsEntryPersistenceentryId - the primary key of the current blogs entrycompanyId - the company id to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry getByCompanyId_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsEntry> findByC_U(long companyId,
long userId)
throws SystemException
findByC_U in interface BlogsEntryPersistencecompanyId - the company id to search withuserId - the user id to search with
SystemException - if a system exception occurred
public List<BlogsEntry> findByC_U(long companyId,
long userId,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_U in interface BlogsEntryPersistencecompanyId - the company id to search withuserId - the user id to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findByC_U(long companyId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_U in interface BlogsEntryPersistencecompanyId - the company id to search withuserId - the user id to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public BlogsEntry findByC_U_First(long companyId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_U_First in interface BlogsEntryPersistencecompanyId - the company id to search withuserId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry findByC_U_Last(long companyId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_U_Last in interface BlogsEntryPersistencecompanyId - the company id to search withuserId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry[] findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_U_PrevAndNext in interface BlogsEntryPersistenceentryId - the primary key of the current blogs entrycompanyId - the company id to search withuserId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry getByC_U_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
long userId,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsEntry> findByC_LtD(long companyId,
Date displayDate)
throws SystemException
findByC_LtD in interface BlogsEntryPersistencecompanyId - the company id to search withdisplayDate - the display date to search with
SystemException - if a system exception occurred
public List<BlogsEntry> findByC_LtD(long companyId,
Date displayDate,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_LtD in interface BlogsEntryPersistencecompanyId - the company id to search withdisplayDate - the display date to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findByC_LtD(long companyId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_LtD in interface BlogsEntryPersistencecompanyId - the company id to search withdisplayDate - the display date to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public BlogsEntry findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_LtD_First in interface BlogsEntryPersistencecompanyId - the company id to search withdisplayDate - the display date to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_LtD_Last in interface BlogsEntryPersistencecompanyId - the company id to search withdisplayDate - the display date to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry[] findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_LtD_PrevAndNext in interface BlogsEntryPersistenceentryId - the primary key of the current blogs entrycompanyId - the company id to search withdisplayDate - the display date to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry getByC_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
Date displayDate,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsEntry> findByC_S(long companyId,
int status)
throws SystemException
findByC_S in interface BlogsEntryPersistencecompanyId - the company id to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<BlogsEntry> findByC_S(long companyId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_S in interface BlogsEntryPersistencecompanyId - the company id to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_S in interface BlogsEntryPersistencecompanyId - the company id to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public BlogsEntry findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_S_First in interface BlogsEntryPersistencecompanyId - the company id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_S_Last in interface BlogsEntryPersistencecompanyId - the company id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry[] findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_S_PrevAndNext in interface BlogsEntryPersistenceentryId - the primary key of the current blogs entrycompanyId - the company id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry getByC_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
int status,
OrderByComparator orderByComparator,
boolean previous)
public BlogsEntry findByG_UT(long groupId,
String urlTitle)
throws NoSuchEntryException,
SystemException
NoSuchEntryException if it could not be found.
findByG_UT in interface BlogsEntryPersistencegroupId - the group id to search withurlTitle - the url title to search with
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry fetchByG_UT(long groupId,
String urlTitle)
throws SystemException
null if it could not be found. Uses the finder cache.
fetchByG_UT in interface BlogsEntryPersistencegroupId - the group id to search withurlTitle - the url title to search with
null if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry fetchByG_UT(long groupId,
String urlTitle,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
fetchByG_UT in interface BlogsEntryPersistencegroupId - the group id to search withurlTitle - the url title to search with
null if a matching blogs entry could not be found
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_LtD(long groupId,
Date displayDate)
throws SystemException
findByG_LtD in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search with
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_LtD(long groupId,
Date displayDate,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_LtD in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_LtD in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public BlogsEntry findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_LtD_First in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_LtD_Last in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry[] findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_LtD_PrevAndNext in interface BlogsEntryPersistenceentryId - the primary key of the current blogs entrygroupId - the group id to search withdisplayDate - the display date to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry getByG_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_LtD(long groupId,
Date displayDate)
throws SystemException
filterFindByG_LtD in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search with
SystemException - if a system exception occurred
public List<BlogsEntry> filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_LtD in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_LtD in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_S(long groupId,
int status)
throws SystemException
findByG_S in interface BlogsEntryPersistencegroupId - the group id to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_S(long groupId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_S in interface BlogsEntryPersistencegroupId - the group id to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_S in interface BlogsEntryPersistencegroupId - the group id to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public BlogsEntry findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_S_First in interface BlogsEntryPersistencegroupId - the group id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_S_Last in interface BlogsEntryPersistencegroupId - the group id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry[] findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_S_PrevAndNext in interface BlogsEntryPersistenceentryId - the primary key of the current blogs entrygroupId - the group id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry getByG_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_S(long groupId,
int status)
throws SystemException
filterFindByG_S in interface BlogsEntryPersistencegroupId - the group id to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<BlogsEntry> filterFindByG_S(long groupId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_S in interface BlogsEntryPersistencegroupId - the group id to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_S in interface BlogsEntryPersistencegroupId - the group id to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<BlogsEntry> findByC_U_S(long companyId,
long userId,
int status)
throws SystemException
findByC_U_S in interface BlogsEntryPersistencecompanyId - the company id to search withuserId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<BlogsEntry> findByC_U_S(long companyId,
long userId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_U_S in interface BlogsEntryPersistencecompanyId - the company id to search withuserId - the user id to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_U_S in interface BlogsEntryPersistencecompanyId - the company id to search withuserId - the user id to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public BlogsEntry findByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_U_S_First in interface BlogsEntryPersistencecompanyId - the company id to search withuserId - the user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry findByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_U_S_Last in interface BlogsEntryPersistencecompanyId - the company id to search withuserId - the user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry[] findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_U_S_PrevAndNext in interface BlogsEntryPersistenceentryId - the primary key of the current blogs entrycompanyId - the company id to search withuserId - the user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry getByC_U_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
long userId,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsEntry> findByC_LtD_S(long companyId,
Date displayDate,
int status)
throws SystemException
findByC_LtD_S in interface BlogsEntryPersistencecompanyId - the company id to search withdisplayDate - the display date to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<BlogsEntry> findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_LtD_S in interface BlogsEntryPersistencecompanyId - the company id to search withdisplayDate - the display date to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_LtD_S in interface BlogsEntryPersistencecompanyId - the company id to search withdisplayDate - the display date to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public BlogsEntry findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_LtD_S_First in interface BlogsEntryPersistencecompanyId - the company id to search withdisplayDate - the display date to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry findByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_LtD_S_Last in interface BlogsEntryPersistencecompanyId - the company id to search withdisplayDate - the display date to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry[] findByC_LtD_S_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByC_LtD_S_PrevAndNext in interface BlogsEntryPersistenceentryId - the primary key of the current blogs entrycompanyId - the company id to search withdisplayDate - the display date to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry getByC_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsEntry> findByG_U_LtD(long groupId,
long userId,
Date displayDate)
throws SystemException
findByG_U_LtD in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search with
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_LtD in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_LtD in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public BlogsEntry findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_LtD_First in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry findByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_LtD_Last in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry[] findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_LtD_PrevAndNext in interface BlogsEntryPersistenceentryId - the primary key of the current blogs entrygroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry getByG_U_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate)
throws SystemException
filterFindByG_U_LtD in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search with
SystemException - if a system exception occurred
public List<BlogsEntry> filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_U_LtD in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_U_LtD in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_U_S(long groupId,
long userId,
int status)
throws SystemException
findByG_U_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public BlogsEntry findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_S_First in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_S_Last in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry[] findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_S_PrevAndNext in interface BlogsEntryPersistenceentryId - the primary key of the current blogs entrygroupId - the group id to search withuserId - the user id to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry getByG_U_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_U_S(long groupId,
long userId,
int status)
throws SystemException
filterFindByG_U_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<BlogsEntry> filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_U_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_U_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_LtD_S(long groupId,
Date displayDate,
int status)
throws SystemException
findByG_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public BlogsEntry findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_LtD_S_First in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry findByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_LtD_S_Last in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry[] findByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_LtD_S_PrevAndNext in interface BlogsEntryPersistenceentryId - the primary key of the current blogs entrygroupId - the group id to search withdisplayDate - the display date to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry getByG_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_LtD_S(long groupId,
Date displayDate,
int status)
throws SystemException
filterFindByG_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<BlogsEntry> filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
throws SystemException
findByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public BlogsEntry findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_LtD_S_First in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry findByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_LtD_S_Last in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a matching blogs entry could not be found
SystemException - if a system exception occurred
public BlogsEntry[] findByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByG_U_LtD_S_PrevAndNext in interface BlogsEntryPersistenceentryId - the primary key of the current blogs entrygroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstatus - the status to search withorderByComparator - the comparator to order the set by
NoSuchEntryException - if a blogs entry with the primary key could not be found
SystemException - if a system exception occurred
protected BlogsEntry getByG_U_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator,
boolean previous)
public List<BlogsEntry> filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
throws SystemException
filterFindByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstatus - the status to search with
SystemException - if a system exception occurred
public List<BlogsEntry> filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstatus - the status to search withstart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public List<BlogsEntry> findAll()
throws SystemException
findAll in interface BlogsEntryPersistenceSystemException - if a system exception occurred
public List<BlogsEntry> findAll(int start,
int end)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findAll in interface BlogsEntryPersistencestart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)
SystemException - if a system exception occurred
public List<BlogsEntry> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findAll in interface BlogsEntryPersistencestart - the lower bound of the range of blogs entries to returnend - the upper bound of the range of blogs entries to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public void removeByUuid(String uuid)
throws SystemException
removeByUuid in interface BlogsEntryPersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public void removeByUUID_G(String uuid,
long groupId)
throws NoSuchEntryException,
SystemException
removeByUUID_G in interface BlogsEntryPersistenceuuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
NoSuchEntryException
public void removeByGroupId(long groupId)
throws SystemException
removeByGroupId in interface BlogsEntryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public void removeByCompanyId(long companyId)
throws SystemException
removeByCompanyId in interface BlogsEntryPersistencecompanyId - the company id to search with
SystemException - if a system exception occurred
public void removeByC_U(long companyId,
long userId)
throws SystemException
removeByC_U in interface BlogsEntryPersistencecompanyId - the company id to search withuserId - the user id to search with
SystemException - if a system exception occurred
public void removeByC_LtD(long companyId,
Date displayDate)
throws SystemException
removeByC_LtD in interface BlogsEntryPersistencecompanyId - the company id to search withdisplayDate - the display date to search with
SystemException - if a system exception occurred
public void removeByC_S(long companyId,
int status)
throws SystemException
removeByC_S in interface BlogsEntryPersistencecompanyId - the company id to search withstatus - the status to search with
SystemException - if a system exception occurred
public void removeByG_UT(long groupId,
String urlTitle)
throws NoSuchEntryException,
SystemException
removeByG_UT in interface BlogsEntryPersistencegroupId - the group id to search withurlTitle - the url title to search with
SystemException - if a system exception occurred
NoSuchEntryException
public void removeByG_LtD(long groupId,
Date displayDate)
throws SystemException
removeByG_LtD in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search with
SystemException - if a system exception occurred
public void removeByG_S(long groupId,
int status)
throws SystemException
removeByG_S in interface BlogsEntryPersistencegroupId - the group id to search withstatus - the status to search with
SystemException - if a system exception occurred
public void removeByC_U_S(long companyId,
long userId,
int status)
throws SystemException
removeByC_U_S in interface BlogsEntryPersistencecompanyId - the company id to search withuserId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
public void removeByC_LtD_S(long companyId,
Date displayDate,
int status)
throws SystemException
removeByC_LtD_S in interface BlogsEntryPersistencecompanyId - the company id to search withdisplayDate - the display date to search withstatus - the status to search with
SystemException - if a system exception occurred
public void removeByG_U_LtD(long groupId,
long userId,
Date displayDate)
throws SystemException
removeByG_U_LtD in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search with
SystemException - if a system exception occurred
public void removeByG_U_S(long groupId,
long userId,
int status)
throws SystemException
removeByG_U_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
public void removeByG_LtD_S(long groupId,
Date displayDate,
int status)
throws SystemException
removeByG_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstatus - the status to search with
SystemException - if a system exception occurred
public void removeByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
throws SystemException
removeByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstatus - the status to search with
SystemException - if a system exception occurred
public void removeAll()
throws SystemException
removeAll in interface BlogsEntryPersistenceSystemException - if a system exception occurred
public int countByUuid(String uuid)
throws SystemException
countByUuid in interface BlogsEntryPersistenceuuid - the uuid to search with
SystemException - if a system exception occurred
public int countByUUID_G(String uuid,
long groupId)
throws SystemException
countByUUID_G in interface BlogsEntryPersistenceuuid - the uuid to search withgroupId - the group id to search with
SystemException - if a system exception occurred
public int countByGroupId(long groupId)
throws SystemException
countByGroupId in interface BlogsEntryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public int filterCountByGroupId(long groupId)
throws SystemException
filterCountByGroupId in interface BlogsEntryPersistencegroupId - the group id to search with
SystemException - if a system exception occurred
public int countByCompanyId(long companyId)
throws SystemException
countByCompanyId in interface BlogsEntryPersistencecompanyId - the company id to search with
SystemException - if a system exception occurred
public int countByC_U(long companyId,
long userId)
throws SystemException
countByC_U in interface BlogsEntryPersistencecompanyId - the company id to search withuserId - the user id to search with
SystemException - if a system exception occurred
public int countByC_LtD(long companyId,
Date displayDate)
throws SystemException
countByC_LtD in interface BlogsEntryPersistencecompanyId - the company id to search withdisplayDate - the display date to search with
SystemException - if a system exception occurred
public int countByC_S(long companyId,
int status)
throws SystemException
countByC_S in interface BlogsEntryPersistencecompanyId - the company id to search withstatus - the status to search with
SystemException - if a system exception occurred
public int countByG_UT(long groupId,
String urlTitle)
throws SystemException
countByG_UT in interface BlogsEntryPersistencegroupId - the group id to search withurlTitle - the url title to search with
SystemException - if a system exception occurred
public int filterCountByG_UT(long groupId,
String urlTitle)
throws SystemException
filterCountByG_UT in interface BlogsEntryPersistencegroupId - the group id to search withurlTitle - the url title to search with
SystemException - if a system exception occurred
public int countByG_LtD(long groupId,
Date displayDate)
throws SystemException
countByG_LtD in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search with
SystemException - if a system exception occurred
public int filterCountByG_LtD(long groupId,
Date displayDate)
throws SystemException
filterCountByG_LtD in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search with
SystemException - if a system exception occurred
public int countByG_S(long groupId,
int status)
throws SystemException
countByG_S in interface BlogsEntryPersistencegroupId - the group id to search withstatus - the status to search with
SystemException - if a system exception occurred
public int filterCountByG_S(long groupId,
int status)
throws SystemException
filterCountByG_S in interface BlogsEntryPersistencegroupId - the group id to search withstatus - the status to search with
SystemException - if a system exception occurred
public int countByC_U_S(long companyId,
long userId,
int status)
throws SystemException
countByC_U_S in interface BlogsEntryPersistencecompanyId - the company id to search withuserId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
public int countByC_LtD_S(long companyId,
Date displayDate,
int status)
throws SystemException
countByC_LtD_S in interface BlogsEntryPersistencecompanyId - the company id to search withdisplayDate - the display date to search withstatus - the status to search with
SystemException - if a system exception occurred
public int countByG_U_LtD(long groupId,
long userId,
Date displayDate)
throws SystemException
countByG_U_LtD in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search with
SystemException - if a system exception occurred
public int filterCountByG_U_LtD(long groupId,
long userId,
Date displayDate)
throws SystemException
filterCountByG_U_LtD in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search with
SystemException - if a system exception occurred
public int countByG_U_S(long groupId,
long userId,
int status)
throws SystemException
countByG_U_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
public int filterCountByG_U_S(long groupId,
long userId,
int status)
throws SystemException
filterCountByG_U_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withstatus - the status to search with
SystemException - if a system exception occurred
public int countByG_LtD_S(long groupId,
Date displayDate,
int status)
throws SystemException
countByG_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstatus - the status to search with
SystemException - if a system exception occurred
public int filterCountByG_LtD_S(long groupId,
Date displayDate,
int status)
throws SystemException
filterCountByG_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withdisplayDate - the display date to search withstatus - the status to search with
SystemException - if a system exception occurred
public int countByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
throws SystemException
countByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstatus - the status to search with
SystemException - if a system exception occurred
public int filterCountByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
throws SystemException
filterCountByG_U_LtD_S in interface BlogsEntryPersistencegroupId - the group id to search withuserId - the user id to search withdisplayDate - the display date to search withstatus - the status to search with
SystemException - if a system exception occurred
public int countAll()
throws SystemException
countAll in interface BlogsEntryPersistenceSystemException - if a system exception occurredpublic void afterPropertiesSet()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||