com.liferay.portlet.blogs.service.persistence
Interface BlogsEntryPersistence
- All Superinterfaces:
- BasePersistence<BlogsEntry>
public interface BlogsEntryPersistence
- extends BasePersistence<BlogsEntry>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
BlogsEntryPersistenceImpl
,
BlogsEntryUtil
- Generated:
Method Summary |
void |
cacheResult(BlogsEntry blogsEntry)
|
void |
cacheResult(java.util.List<BlogsEntry> blogsEntries)
|
int |
countAll()
|
int |
countByC_D_S(long companyId,
java.util.Date displayDate,
int status)
|
int |
countByC_D(long companyId,
java.util.Date displayDate)
|
int |
countByC_S(long companyId,
int status)
|
int |
countByC_U_S(long companyId,
long userId,
int status)
|
int |
countByC_U(long companyId,
long userId)
|
int |
countByCompanyId(long companyId)
|
int |
countByG_D_S(long groupId,
java.util.Date displayDate,
int status)
|
int |
countByG_D(long groupId,
java.util.Date displayDate)
|
int |
countByG_S(long groupId,
int status)
|
int |
countByG_U_D_S(long groupId,
long userId,
java.util.Date displayDate,
int status)
|
int |
countByG_U_D(long groupId,
long userId,
java.util.Date displayDate)
|
int |
countByG_U_S(long groupId,
long userId,
int status)
|
int |
countByG_UT(long groupId,
java.lang.String urlTitle)
|
int |
countByGroupId(long groupId)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
BlogsEntry |
create(long entryId)
|
BlogsEntry |
fetchByG_UT(long groupId,
java.lang.String urlTitle)
|
BlogsEntry |
fetchByG_UT(long groupId,
java.lang.String urlTitle,
boolean retrieveFromCache)
|
BlogsEntry |
fetchByPrimaryKey(long entryId)
|
BlogsEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
BlogsEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
|
java.util.List<BlogsEntry> |
findAll()
|
java.util.List<BlogsEntry> |
findAll(int start,
int end)
|
java.util.List<BlogsEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByC_D_First(long companyId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByC_D_Last(long companyId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByC_D_PrevAndNext(long entryId,
long companyId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByC_D_S_First(long companyId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByC_D_S_Last(long companyId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByC_D_S_PrevAndNext(long entryId,
long companyId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByC_D_S(long companyId,
java.util.Date displayDate,
int status)
|
java.util.List<BlogsEntry> |
findByC_D_S(long companyId,
java.util.Date displayDate,
int status,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByC_D_S(long companyId,
java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByC_D(long companyId,
java.util.Date displayDate)
|
java.util.List<BlogsEntry> |
findByC_D(long companyId,
java.util.Date displayDate,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByC_D(long companyId,
java.util.Date displayDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByC_S_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByC_S_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByC_S(long companyId,
int status)
|
java.util.List<BlogsEntry> |
findByC_S(long companyId,
int status,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByC_S(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByC_U_First(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByC_U_Last(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByC_U_S_First(long companyId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByC_U_S_Last(long companyId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByC_U_S(long companyId,
long userId,
int status)
|
java.util.List<BlogsEntry> |
findByC_U_S(long companyId,
long userId,
int status,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByC_U(long companyId,
long userId)
|
java.util.List<BlogsEntry> |
findByC_U(long companyId,
long userId,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByC_U(long companyId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByCompanyId_PrevAndNext(long entryId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByCompanyId(long companyId)
|
java.util.List<BlogsEntry> |
findByCompanyId(long companyId,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_D_First(long groupId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_D_Last(long groupId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByG_D_PrevAndNext(long entryId,
long groupId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_D_S_First(long groupId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_D_S_Last(long groupId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByG_D_S_PrevAndNext(long entryId,
long groupId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByG_D_S(long groupId,
java.util.Date displayDate,
int status)
|
java.util.List<BlogsEntry> |
findByG_D_S(long groupId,
java.util.Date displayDate,
int status,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByG_D_S(long groupId,
java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByG_D(long groupId,
java.util.Date displayDate)
|
java.util.List<BlogsEntry> |
findByG_D(long groupId,
java.util.Date displayDate,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByG_D(long groupId,
java.util.Date displayDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_S_First(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_S_Last(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByG_S(long groupId,
int status)
|
java.util.List<BlogsEntry> |
findByG_S(long groupId,
int status,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByG_S(long groupId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_U_D_First(long groupId,
long userId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_U_D_Last(long groupId,
long userId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByG_U_D_PrevAndNext(long entryId,
long groupId,
long userId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_U_D_S_First(long groupId,
long userId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_U_D_S_Last(long groupId,
long userId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByG_U_D_S_PrevAndNext(long entryId,
long groupId,
long userId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByG_U_D_S(long groupId,
long userId,
java.util.Date displayDate,
int status)
|
java.util.List<BlogsEntry> |
findByG_U_D_S(long groupId,
long userId,
java.util.Date displayDate,
int status,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByG_U_D_S(long groupId,
long userId,
java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByG_U_D(long groupId,
long userId,
java.util.Date displayDate)
|
java.util.List<BlogsEntry> |
findByG_U_D(long groupId,
long userId,
java.util.Date displayDate,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByG_U_D(long groupId,
long userId,
java.util.Date displayDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_U_S_First(long groupId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_U_S_Last(long groupId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByG_U_S(long groupId,
long userId,
int status)
|
java.util.List<BlogsEntry> |
findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_UT(long groupId,
java.lang.String urlTitle)
|
BlogsEntry |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByGroupId_PrevAndNext(long entryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByGroupId(long groupId)
|
java.util.List<BlogsEntry> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByPrimaryKey(long entryId)
|
BlogsEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByUUID_G(java.lang.String uuid,
long groupId)
|
BlogsEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByUuid_PrevAndNext(long entryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByUuid(java.lang.String uuid)
|
java.util.List<BlogsEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
remove(long entryId)
|
void |
removeAll()
|
void |
removeByC_D_S(long companyId,
java.util.Date displayDate,
int status)
|
void |
removeByC_D(long companyId,
java.util.Date displayDate)
|
void |
removeByC_S(long companyId,
int status)
|
void |
removeByC_U_S(long companyId,
long userId,
int status)
|
void |
removeByC_U(long companyId,
long userId)
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_D_S(long groupId,
java.util.Date displayDate,
int status)
|
void |
removeByG_D(long groupId,
java.util.Date displayDate)
|
void |
removeByG_S(long groupId,
int status)
|
void |
removeByG_U_D_S(long groupId,
long userId,
java.util.Date displayDate,
int status)
|
void |
removeByG_U_D(long groupId,
long userId,
java.util.Date displayDate)
|
void |
removeByG_U_S(long groupId,
long userId,
int status)
|
void |
removeByG_UT(long groupId,
java.lang.String urlTitle)
|
void |
removeByGroupId(long groupId)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
BlogsEntry |
updateImpl(BlogsEntry blogsEntry,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(BlogsEntry blogsEntry)
cacheResult
void cacheResult(java.util.List<BlogsEntry> blogsEntries)
create
BlogsEntry create(long entryId)
remove
BlogsEntry remove(long entryId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
updateImpl
BlogsEntry updateImpl(BlogsEntry blogsEntry,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
BlogsEntry findByPrimaryKey(long entryId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
fetchByPrimaryKey
BlogsEntry fetchByPrimaryKey(long entryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<BlogsEntry> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<BlogsEntry> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<BlogsEntry> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid_First
BlogsEntry findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByUuid_Last
BlogsEntry findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByUuid_PrevAndNext
BlogsEntry[] findByUuid_PrevAndNext(long entryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByUUID_G
BlogsEntry findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
fetchByUUID_G
BlogsEntry fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByUUID_G
BlogsEntry fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<BlogsEntry> findByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<BlogsEntry> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
java.util.List<BlogsEntry> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId_First
BlogsEntry findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByGroupId_Last
BlogsEntry findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByGroupId_PrevAndNext
BlogsEntry[] findByGroupId_PrevAndNext(long entryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByCompanyId
java.util.List<BlogsEntry> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<BlogsEntry> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
java.util.List<BlogsEntry> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First
BlogsEntry findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByCompanyId_Last
BlogsEntry findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByCompanyId_PrevAndNext
BlogsEntry[] findByCompanyId_PrevAndNext(long entryId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_U
java.util.List<BlogsEntry> findByC_U(long companyId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_U
java.util.List<BlogsEntry> findByC_U(long companyId,
long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_U
java.util.List<BlogsEntry> findByC_U(long companyId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_U_First
BlogsEntry findByC_U_First(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_U_Last
BlogsEntry findByC_U_Last(long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_U_PrevAndNext
BlogsEntry[] findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_D
java.util.List<BlogsEntry> findByC_D(long companyId,
java.util.Date displayDate)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_D
java.util.List<BlogsEntry> findByC_D(long companyId,
java.util.Date displayDate,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_D
java.util.List<BlogsEntry> findByC_D(long companyId,
java.util.Date displayDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_D_First
BlogsEntry findByC_D_First(long companyId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_D_Last
BlogsEntry findByC_D_Last(long companyId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_D_PrevAndNext
BlogsEntry[] findByC_D_PrevAndNext(long entryId,
long companyId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_S
java.util.List<BlogsEntry> findByC_S(long companyId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_S
java.util.List<BlogsEntry> findByC_S(long companyId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_S
java.util.List<BlogsEntry> findByC_S(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_S_First
BlogsEntry findByC_S_First(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_S_Last
BlogsEntry findByC_S_Last(long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_S_PrevAndNext
BlogsEntry[] findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_UT
BlogsEntry findByG_UT(long groupId,
java.lang.String urlTitle)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
fetchByG_UT
BlogsEntry fetchByG_UT(long groupId,
java.lang.String urlTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByG_UT
BlogsEntry fetchByG_UT(long groupId,
java.lang.String urlTitle,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_D
java.util.List<BlogsEntry> findByG_D(long groupId,
java.util.Date displayDate)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_D
java.util.List<BlogsEntry> findByG_D(long groupId,
java.util.Date displayDate,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_D
java.util.List<BlogsEntry> findByG_D(long groupId,
java.util.Date displayDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_D_First
BlogsEntry findByG_D_First(long groupId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_D_Last
BlogsEntry findByG_D_Last(long groupId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_D_PrevAndNext
BlogsEntry[] findByG_D_PrevAndNext(long entryId,
long groupId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_S
java.util.List<BlogsEntry> findByG_S(long groupId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_S
java.util.List<BlogsEntry> findByG_S(long groupId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_S
java.util.List<BlogsEntry> findByG_S(long groupId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_S_First
BlogsEntry findByG_S_First(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_S_Last
BlogsEntry findByG_S_Last(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_S_PrevAndNext
BlogsEntry[] findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_U_S
java.util.List<BlogsEntry> findByC_U_S(long companyId,
long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_U_S
java.util.List<BlogsEntry> findByC_U_S(long companyId,
long userId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_U_S
java.util.List<BlogsEntry> findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_U_S_First
BlogsEntry findByC_U_S_First(long companyId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_U_S_Last
BlogsEntry findByC_U_S_Last(long companyId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_U_S_PrevAndNext
BlogsEntry[] findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_D_S
java.util.List<BlogsEntry> findByC_D_S(long companyId,
java.util.Date displayDate,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_D_S
java.util.List<BlogsEntry> findByC_D_S(long companyId,
java.util.Date displayDate,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_D_S
java.util.List<BlogsEntry> findByC_D_S(long companyId,
java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_D_S_First
BlogsEntry findByC_D_S_First(long companyId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_D_S_Last
BlogsEntry findByC_D_S_Last(long companyId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByC_D_S_PrevAndNext
BlogsEntry[] findByC_D_S_PrevAndNext(long entryId,
long companyId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_U_D
java.util.List<BlogsEntry> findByG_U_D(long groupId,
long userId,
java.util.Date displayDate)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_D
java.util.List<BlogsEntry> findByG_U_D(long groupId,
long userId,
java.util.Date displayDate,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_D
java.util.List<BlogsEntry> findByG_U_D(long groupId,
long userId,
java.util.Date displayDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_D_First
BlogsEntry findByG_U_D_First(long groupId,
long userId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_U_D_Last
BlogsEntry findByG_U_D_Last(long groupId,
long userId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_U_D_PrevAndNext
BlogsEntry[] findByG_U_D_PrevAndNext(long entryId,
long groupId,
long userId,
java.util.Date displayDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_U_S
java.util.List<BlogsEntry> findByG_U_S(long groupId,
long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_S
java.util.List<BlogsEntry> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_S
java.util.List<BlogsEntry> findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_S_First
BlogsEntry findByG_U_S_First(long groupId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_U_S_Last
BlogsEntry findByG_U_S_Last(long groupId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_U_S_PrevAndNext
BlogsEntry[] findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_D_S
java.util.List<BlogsEntry> findByG_D_S(long groupId,
java.util.Date displayDate,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_D_S
java.util.List<BlogsEntry> findByG_D_S(long groupId,
java.util.Date displayDate,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_D_S
java.util.List<BlogsEntry> findByG_D_S(long groupId,
java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_D_S_First
BlogsEntry findByG_D_S_First(long groupId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_D_S_Last
BlogsEntry findByG_D_S_Last(long groupId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_D_S_PrevAndNext
BlogsEntry[] findByG_D_S_PrevAndNext(long entryId,
long groupId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_U_D_S
java.util.List<BlogsEntry> findByG_U_D_S(long groupId,
long userId,
java.util.Date displayDate,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_D_S
java.util.List<BlogsEntry> findByG_U_D_S(long groupId,
long userId,
java.util.Date displayDate,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_D_S
java.util.List<BlogsEntry> findByG_U_D_S(long groupId,
long userId,
java.util.Date displayDate,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_D_S_First
BlogsEntry findByG_U_D_S_First(long groupId,
long userId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_U_D_S_Last
BlogsEntry findByG_U_D_S_Last(long groupId,
long userId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findByG_U_D_S_PrevAndNext
BlogsEntry[] findByG_U_D_S_PrevAndNext(long entryId,
long groupId,
long userId,
java.util.Date displayDate,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
findAll
java.util.List<BlogsEntry> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<BlogsEntry> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<BlogsEntry> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUuid
void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUUID_G
void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
removeByGroupId
void removeByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByCompanyId
void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_U
void removeByC_U(long companyId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_D
void removeByC_D(long companyId,
java.util.Date displayDate)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_S
void removeByC_S(long companyId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_UT
void removeByG_UT(long groupId,
java.lang.String urlTitle)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchEntryException
removeByG_D
void removeByG_D(long groupId,
java.util.Date displayDate)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_S
void removeByG_S(long groupId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_U_S
void removeByC_U_S(long companyId,
long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_D_S
void removeByC_D_S(long companyId,
java.util.Date displayDate,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_U_D
void removeByG_U_D(long groupId,
long userId,
java.util.Date displayDate)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_U_S
void removeByG_U_S(long groupId,
long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_D_S
void removeByG_D_S(long groupId,
java.util.Date displayDate,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_U_D_S
void removeByG_U_D_S(long groupId,
long userId,
java.util.Date displayDate,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeAll
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUuid
int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUUID_G
int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByGroupId
int countByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByCompanyId
int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_U
int countByC_U(long companyId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_D
int countByC_D(long companyId,
java.util.Date displayDate)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_S
int countByC_S(long companyId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_UT
int countByG_UT(long groupId,
java.lang.String urlTitle)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_D
int countByG_D(long groupId,
java.util.Date displayDate)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_S
int countByG_S(long groupId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_U_S
int countByC_U_S(long companyId,
long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_D_S
int countByC_D_S(long companyId,
java.util.Date displayDate,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_U_D
int countByG_U_D(long groupId,
long userId,
java.util.Date displayDate)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_U_S
int countByG_U_S(long groupId,
long userId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_D_S
int countByG_D_S(long groupId,
java.util.Date displayDate,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_U_D_S
int countByG_U_D_S(long groupId,
long userId,
java.util.Date displayDate,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException