|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlogsEntryPersistence
The persistence interface for the blogs entry service.
Never modify or reference this interface directly. Always use BlogsEntryUtil
to access the blogs entry persistence. Modify service.xml
and rerun ServiceBuilder to regenerate this interface.
Caching information and settings can be found in portal.properties
BlogsEntryPersistenceImpl
,
BlogsEntryUtil
Method Summary | |
---|---|
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. |
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 |
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 |
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 = ?. |
BlogsEntry |
remove(long entryId)
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. |
BlogsEntry |
updateImpl(BlogsEntry blogsEntry,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
Method Detail |
---|
void cacheResult(BlogsEntry blogsEntry)
blogsEntry
- the blogs entry to cachevoid cacheResult(List<BlogsEntry> blogsEntries)
blogsEntries
- the blogs entries to cacheBlogsEntry create(long entryId)
entryId
- the primary key for the new blogs entry
BlogsEntry remove(long entryId) throws SystemException, NoSuchEntryException
entryId
- the primary key of the blogs entry to remove
NoSuchEntryException
- if a blogs entry with the primary key could not be found
SystemException
- if a system exception occurredBlogsEntry updateImpl(BlogsEntry blogsEntry, boolean merge) throws SystemException
SystemException
BlogsEntry findByPrimaryKey(long entryId) throws SystemException, NoSuchEntryException
NoSuchEntryException
if it could not be found.
entryId
- the primary key of the blogs entry to find
NoSuchEntryException
- if a blogs entry with the primary key could not be found
SystemException
- if a system exception occurredBlogsEntry fetchByPrimaryKey(long entryId) throws SystemException
null
if it could not be found.
entryId
- the primary key of the blogs entry to find
null
if a blogs entry with the primary key could not be found
SystemException
- if a system exception occurredList<BlogsEntry> findByUuid(String uuid) throws SystemException
uuid
- the uuid to search with
SystemException
- if a system exception occurredList<BlogsEntry> findByUuid(String uuid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
uuid
- 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 occurredList<BlogsEntry> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
uuid
- 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 occurredBlogsEntry findByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
uuid
- 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 occurredBlogsEntry findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
uuid
- 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 occurredBlogsEntry[] findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
entryId
- 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 occurredBlogsEntry findByUUID_G(String uuid, long groupId) throws SystemException, NoSuchEntryException
NoSuchEntryException
if it could not be found.
uuid
- 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 occurredBlogsEntry fetchByUUID_G(String uuid, long groupId) throws SystemException
null
if it could not be found. Uses the finder cache.
uuid
- 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 occurredBlogsEntry fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
uuid
- the 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 occurredList<BlogsEntry> findByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredList<BlogsEntry> findByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry[] findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
entryId
- 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 occurredList<BlogsEntry> filterFindByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByGroupId(long groupId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> findByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredList<BlogsEntry> findByCompanyId(long companyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredList<BlogsEntry> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry[] findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
entryId
- 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 occurredList<BlogsEntry> findByC_U(long companyId, long userId) throws SystemException
companyId
- the company id to search withuserId
- the user id to search with
SystemException
- if a system exception occurredList<BlogsEntry> findByC_U(long companyId, long userId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredList<BlogsEntry> findByC_U(long companyId, long userId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry findByC_U_First(long companyId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry findByC_U_Last(long companyId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry[] findByC_U_PrevAndNext(long entryId, long companyId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
entryId
- 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 occurredList<BlogsEntry> findByC_LtD(long companyId, Date displayDate) throws SystemException
companyId
- the company id to search withdisplayDate
- the display date to search with
SystemException
- if a system exception occurredList<BlogsEntry> findByC_LtD(long companyId, Date displayDate, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredList<BlogsEntry> findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry findByC_LtD_First(long companyId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry findByC_LtD_Last(long companyId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry[] findByC_LtD_PrevAndNext(long entryId, long companyId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
entryId
- 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 occurredList<BlogsEntry> findByC_S(long companyId, int status) throws SystemException
companyId
- the company id to search withstatus
- the status to search with
SystemException
- if a system exception occurredList<BlogsEntry> findByC_S(long companyId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredList<BlogsEntry> findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry findByC_S_First(long companyId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry[] findByC_S_PrevAndNext(long entryId, long companyId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
entryId
- 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 occurredBlogsEntry findByG_UT(long groupId, String urlTitle) throws SystemException, NoSuchEntryException
NoSuchEntryException
if it could not be found.
groupId
- 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 occurredBlogsEntry fetchByG_UT(long groupId, String urlTitle) throws SystemException
null
if it could not be found. Uses the finder cache.
groupId
- 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 occurredBlogsEntry fetchByG_UT(long groupId, String urlTitle, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
groupId
- the group 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 occurredList<BlogsEntry> findByG_LtD(long groupId, Date displayDate) throws SystemException
groupId
- the group id to search withdisplayDate
- the display date to search with
SystemException
- if a system exception occurredList<BlogsEntry> findByG_LtD(long groupId, Date displayDate, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry findByG_LtD_First(long groupId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry findByG_LtD_Last(long groupId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry[] findByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
entryId
- 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 occurredList<BlogsEntry> filterFindByG_LtD(long groupId, Date displayDate) throws SystemException
groupId
- the group id to search withdisplayDate
- the display date to search with
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_LtD(long groupId, Date displayDate, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> filterFindByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> findByG_S(long groupId, int status) throws SystemException
groupId
- the group id to search withstatus
- the status to search with
SystemException
- if a system exception occurredList<BlogsEntry> findByG_S(long groupId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry findByG_S_First(long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry[] findByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
entryId
- 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 occurredList<BlogsEntry> filterFindByG_S(long groupId, int status) throws SystemException
groupId
- the group id to search withstatus
- the status to search with
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_S(long groupId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> findByC_U_S(long companyId, long userId, int status) throws SystemException
companyId
- the company id to search withuserId
- the user id to search withstatus
- the status to search with
SystemException
- if a system exception occurredList<BlogsEntry> findByC_U_S(long companyId, long userId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredList<BlogsEntry> findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry findByC_U_S_First(long companyId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry findByC_U_S_Last(long companyId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry[] findByC_U_S_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
entryId
- 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 occurredList<BlogsEntry> findByC_LtD_S(long companyId, Date displayDate, int status) throws SystemException
companyId
- the company id to search withdisplayDate
- the display date to search withstatus
- the status to search with
SystemException
- if a system exception occurredList<BlogsEntry> findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredList<BlogsEntry> findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry findByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry findByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- 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 occurredBlogsEntry[] findByC_LtD_S_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
entryId
- 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 occurredList<BlogsEntry> findByG_U_LtD(long groupId, long userId, Date displayDate) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withdisplayDate
- the display date to search with
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry findByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry findByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry[] findByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
entryId
- 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 occurredList<BlogsEntry> filterFindByG_U_LtD(long groupId, long userId, Date displayDate) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withdisplayDate
- the display date to search with
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> findByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withstatus
- the status to search with
SystemException
- if a system exception occurredList<BlogsEntry> findByG_U_S(long groupId, long userId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry[] findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
entryId
- 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 occurredList<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withstatus
- the status to search with
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> findByG_LtD_S(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group id to search withdisplayDate
- the display date to search withstatus
- the status to search with
SystemException
- if a system exception occurredList<BlogsEntry> findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry findByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry findByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry[] findByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
entryId
- 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 occurredList<BlogsEntry> filterFindByG_LtD_S(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group id to search withdisplayDate
- the display date to search withstatus
- the status to search with
SystemException
- if a system exception occurredList<BlogsEntry> filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- 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 occurredList<BlogsEntry> findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry findByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry findByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredBlogsEntry[] findByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator) throws SystemException, NoSuchEntryException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
entryId
- 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 occurredList<BlogsEntry> filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- 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 occurredList<BlogsEntry> filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
groupId
- 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 occurredList<BlogsEntry> findAll() throws SystemException
SystemException
- if a system exception occurredList<BlogsEntry> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- 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 occurredList<BlogsEntry> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- 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 occurredvoid removeByUuid(String uuid) throws SystemException
uuid
- the uuid to search with
SystemException
- if a system exception occurredvoid removeByUUID_G(String uuid, long groupId) throws SystemException, NoSuchEntryException
uuid
- the uuid to search withgroupId
- the group id to search with
SystemException
- if a system exception occurred
NoSuchEntryException
void removeByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredvoid removeByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredvoid removeByC_U(long companyId, long userId) throws SystemException
companyId
- the company id to search withuserId
- the user id to search with
SystemException
- if a system exception occurredvoid removeByC_LtD(long companyId, Date displayDate) throws SystemException
companyId
- the company id to search withdisplayDate
- the display date to search with
SystemException
- if a system exception occurredvoid removeByC_S(long companyId, int status) throws SystemException
companyId
- the company id to search withstatus
- the status to search with
SystemException
- if a system exception occurredvoid removeByG_UT(long groupId, String urlTitle) throws SystemException, NoSuchEntryException
groupId
- the group id to search withurlTitle
- the url title to search with
SystemException
- if a system exception occurred
NoSuchEntryException
void removeByG_LtD(long groupId, Date displayDate) throws SystemException
groupId
- the group id to search withdisplayDate
- the display date to search with
SystemException
- if a system exception occurredvoid removeByG_S(long groupId, int status) throws SystemException
groupId
- the group id to search withstatus
- the status to search with
SystemException
- if a system exception occurredvoid removeByC_U_S(long companyId, long userId, int status) throws SystemException
companyId
- the company id to search withuserId
- the user id to search withstatus
- the status to search with
SystemException
- if a system exception occurredvoid removeByC_LtD_S(long companyId, Date displayDate, int status) throws SystemException
companyId
- the company id to search withdisplayDate
- the display date to search withstatus
- the status to search with
SystemException
- if a system exception occurredvoid removeByG_U_LtD(long groupId, long userId, Date displayDate) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withdisplayDate
- the display date to search with
SystemException
- if a system exception occurredvoid removeByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withstatus
- the status to search with
SystemException
- if a system exception occurredvoid removeByG_LtD_S(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group id to search withdisplayDate
- the display date to search withstatus
- the status to search with
SystemException
- if a system exception occurredvoid removeByG_U_LtD_S(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- 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 occurredvoid removeAll() throws SystemException
SystemException
- if a system exception occurredint countByUuid(String uuid) throws SystemException
uuid
- the uuid to search with
SystemException
- if a system exception occurredint countByUUID_G(String uuid, long groupId) throws SystemException
uuid
- the uuid to search withgroupId
- the group id to search with
SystemException
- if a system exception occurredint countByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredint filterCountByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredint countByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredint countByC_U(long companyId, long userId) throws SystemException
companyId
- the company id to search withuserId
- the user id to search with
SystemException
- if a system exception occurredint countByC_LtD(long companyId, Date displayDate) throws SystemException
companyId
- the company id to search withdisplayDate
- the display date to search with
SystemException
- if a system exception occurredint countByC_S(long companyId, int status) throws SystemException
companyId
- the company id to search withstatus
- the status to search with
SystemException
- if a system exception occurredint countByG_UT(long groupId, String urlTitle) throws SystemException
groupId
- the group id to search withurlTitle
- the url title to search with
SystemException
- if a system exception occurredint filterCountByG_UT(long groupId, String urlTitle) throws SystemException
groupId
- the group id to search withurlTitle
- the url title to search with
SystemException
- if a system exception occurredint countByG_LtD(long groupId, Date displayDate) throws SystemException
groupId
- the group id to search withdisplayDate
- the display date to search with
SystemException
- if a system exception occurredint filterCountByG_LtD(long groupId, Date displayDate) throws SystemException
groupId
- the group id to search withdisplayDate
- the display date to search with
SystemException
- if a system exception occurredint countByG_S(long groupId, int status) throws SystemException
groupId
- the group id to search withstatus
- the status to search with
SystemException
- if a system exception occurredint filterCountByG_S(long groupId, int status) throws SystemException
groupId
- the group id to search withstatus
- the status to search with
SystemException
- if a system exception occurredint countByC_U_S(long companyId, long userId, int status) throws SystemException
companyId
- the company id to search withuserId
- the user id to search withstatus
- the status to search with
SystemException
- if a system exception occurredint countByC_LtD_S(long companyId, Date displayDate, int status) throws SystemException
companyId
- the company id to search withdisplayDate
- the display date to search withstatus
- the status to search with
SystemException
- if a system exception occurredint countByG_U_LtD(long groupId, long userId, Date displayDate) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withdisplayDate
- the display date to search with
SystemException
- if a system exception occurredint filterCountByG_U_LtD(long groupId, long userId, Date displayDate) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withdisplayDate
- the display date to search with
SystemException
- if a system exception occurredint countByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withstatus
- the status to search with
SystemException
- if a system exception occurredint filterCountByG_U_S(long groupId, long userId, int status) throws SystemException
groupId
- the group id to search withuserId
- the user id to search withstatus
- the status to search with
SystemException
- if a system exception occurredint countByG_LtD_S(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group id to search withdisplayDate
- the display date to search withstatus
- the status to search with
SystemException
- if a system exception occurredint filterCountByG_LtD_S(long groupId, Date displayDate, int status) throws SystemException
groupId
- the group id to search withdisplayDate
- the display date to search withstatus
- the status to search with
SystemException
- if a system exception occurredint countByG_U_LtD_S(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- 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 occurredint filterCountByG_U_LtD_S(long groupId, long userId, Date displayDate, int status) throws SystemException
groupId
- 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 occurredint countAll() throws SystemException
SystemException
- if a system exception occurred
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |