|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlogsEntryPersistence
Method Summary | |
---|---|
int |
countAll()
|
int |
countByC_D(long companyId,
boolean draft)
|
int |
countByCompanyId(long companyId)
|
int |
countByG_D(long groupId,
boolean draft)
|
int |
countByG_U_D(long groupId,
long userId,
boolean draft)
|
int |
countByG_U(long groupId,
long userId)
|
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 |
fetchByPrimaryKey(long entryId)
|
BlogsEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
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,
boolean draft,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByC_D_Last(long companyId,
boolean draft,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByC_D_PrevAndNext(long entryId,
long companyId,
boolean draft,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByC_D(long companyId,
boolean draft)
|
java.util.List<BlogsEntry> |
findByC_D(long companyId,
boolean draft,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByC_D(long companyId,
boolean draft,
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,
boolean draft,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_D_Last(long groupId,
boolean draft,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByG_D_PrevAndNext(long entryId,
long groupId,
boolean draft,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByG_D(long groupId,
boolean draft)
|
java.util.List<BlogsEntry> |
findByG_D(long groupId,
boolean draft,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByG_D(long groupId,
boolean draft,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_U_D_First(long groupId,
long userId,
boolean draft,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_U_D_Last(long groupId,
long userId,
boolean draft,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByG_U_D_PrevAndNext(long entryId,
long groupId,
long userId,
boolean draft,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByG_U_D(long groupId,
long userId,
boolean draft)
|
java.util.List<BlogsEntry> |
findByG_U_D(long groupId,
long userId,
boolean draft,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByG_U_D(long groupId,
long userId,
boolean draft,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry |
findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
BlogsEntry[] |
findByG_U_PrevAndNext(long entryId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
findByG_U(long groupId,
long userId)
|
java.util.List<BlogsEntry> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
java.util.List<BlogsEntry> |
findByG_U(long groupId,
long userId,
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)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
void |
registerListener(ModelListener listener)
|
BlogsEntry |
remove(BlogsEntry blogsEntry)
|
BlogsEntry |
remove(long entryId)
|
void |
removeAll()
|
void |
removeByC_D(long companyId,
boolean draft)
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_D(long groupId,
boolean draft)
|
void |
removeByG_U_D(long groupId,
long userId,
boolean draft)
|
void |
removeByG_U(long groupId,
long userId)
|
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)
|
void |
unregisterListener(ModelListener listener)
|
BlogsEntry |
update(BlogsEntry blogsEntry)
Deprecated. Use update(BlogsEntry blogsEntry, boolean merge) . |
BlogsEntry |
update(BlogsEntry blogsEntry,
boolean merge)
Add, update, or merge, the entity. |
BlogsEntry |
updateImpl(BlogsEntry blogsEntry,
boolean merge)
|
Method Detail |
---|
BlogsEntry create(long entryId)
BlogsEntry remove(long entryId) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry remove(BlogsEntry blogsEntry) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BlogsEntry update(BlogsEntry blogsEntry) throws com.liferay.portal.SystemException
update(BlogsEntry blogsEntry, boolean merge)
.
com.liferay.portal.SystemException
BlogsEntry update(BlogsEntry blogsEntry, boolean merge) throws com.liferay.portal.SystemException
blogsEntry
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when blogsEntry is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
BlogsEntry updateImpl(BlogsEntry blogsEntry, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BlogsEntry findByPrimaryKey(long entryId) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry fetchByPrimaryKey(long entryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByUuid(java.lang.String uuid, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BlogsEntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry[] findByUuid_PrevAndNext(long entryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry findByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry fetchByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByGroupId(long groupId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BlogsEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry[] findByGroupId_PrevAndNext(long entryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
java.util.List<BlogsEntry> findByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByCompanyId(long companyId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BlogsEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry[] findByCompanyId_PrevAndNext(long entryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
java.util.List<BlogsEntry> findByG_U(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByG_U(long groupId, long userId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByG_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BlogsEntry findByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry findByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry[] findByG_U_PrevAndNext(long entryId, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
java.util.List<BlogsEntry> findByG_D(long groupId, boolean draft) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByG_D(long groupId, boolean draft, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByG_D(long groupId, boolean draft, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BlogsEntry findByG_D_First(long groupId, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry findByG_D_Last(long groupId, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry[] findByG_D_PrevAndNext(long entryId, long groupId, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
java.util.List<BlogsEntry> findByC_D(long companyId, boolean draft) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByC_D(long companyId, boolean draft, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByC_D(long companyId, boolean draft, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BlogsEntry findByC_D_First(long companyId, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry findByC_D_Last(long companyId, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry[] findByC_D_PrevAndNext(long entryId, long companyId, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry findByG_UT(long groupId, java.lang.String urlTitle) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry fetchByG_UT(long groupId, java.lang.String urlTitle) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByG_U_D(long groupId, long userId, boolean draft) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByG_U_D(long groupId, long userId, boolean draft, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findByG_U_D(long groupId, long userId, boolean draft, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
BlogsEntry findByG_U_D_First(long groupId, long userId, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry findByG_U_D_Last(long groupId, long userId, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
BlogsEntry[] findByG_U_D_PrevAndNext(long entryId, long groupId, long userId, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<BlogsEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
void removeByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_U(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_D(long groupId, boolean draft) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_D(long companyId, boolean draft) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_UT(long groupId, java.lang.String urlTitle) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
void removeByG_U_D(long groupId, long userId, boolean draft) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_U(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_D(long groupId, boolean draft) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_D(long companyId, boolean draft) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_UT(long groupId, java.lang.String urlTitle) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_U_D(long groupId, long userId, boolean draft) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |