com.liferay.portlet.blogs.service.persistence
Interface BlogsEntryPersistence

All Superinterfaces:
BasePersistence

@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface BlogsEntryPersistence
extends BasePersistence

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countAll()
           
 int countByC_D_D(long companyId, java.util.Date displayDate, boolean draft)
           
 int countByCompanyId(long companyId)
           
 int countByG_D_D(long groupId, java.util.Date displayDate, boolean draft)
           
 int countByG_U_D_D(long groupId, long userId, java.util.Date displayDate, 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_D_First(long companyId, java.util.Date displayDate, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BlogsEntry findByC_D_D_Last(long companyId, java.util.Date displayDate, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BlogsEntry[] findByC_D_D_PrevAndNext(long entryId, long companyId, java.util.Date displayDate, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<BlogsEntry> findByC_D_D(long companyId, java.util.Date displayDate, boolean draft)
           
 java.util.List<BlogsEntry> findByC_D_D(long companyId, java.util.Date displayDate, boolean draft, int start, int end)
           
 java.util.List<BlogsEntry> findByC_D_D(long companyId, java.util.Date displayDate, 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_D_First(long groupId, java.util.Date displayDate, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BlogsEntry findByG_D_D_Last(long groupId, java.util.Date displayDate, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BlogsEntry[] findByG_D_D_PrevAndNext(long entryId, long groupId, java.util.Date displayDate, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<BlogsEntry> findByG_D_D(long groupId, java.util.Date displayDate, boolean draft)
           
 java.util.List<BlogsEntry> findByG_D_D(long groupId, java.util.Date displayDate, boolean draft, int start, int end)
           
 java.util.List<BlogsEntry> findByG_D_D(long groupId, java.util.Date displayDate, boolean draft, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BlogsEntry findByG_U_D_D_First(long groupId, long userId, java.util.Date displayDate, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BlogsEntry findByG_U_D_D_Last(long groupId, long userId, java.util.Date displayDate, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 BlogsEntry[] findByG_U_D_D_PrevAndNext(long entryId, long groupId, long userId, java.util.Date displayDate, boolean draft, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<BlogsEntry> findByG_U_D_D(long groupId, long userId, java.util.Date displayDate, boolean draft)
           
 java.util.List<BlogsEntry> findByG_U_D_D(long groupId, long userId, java.util.Date displayDate, boolean draft, int start, int end)
           
 java.util.List<BlogsEntry> findByG_U_D_D(long groupId, long userId, java.util.Date displayDate, 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)
           
 BlogsEntry remove(BlogsEntry blogsEntry)
           
 BlogsEntry remove(long entryId)
           
 void removeAll()
           
 void removeByC_D_D(long companyId, java.util.Date displayDate, boolean draft)
           
 void removeByCompanyId(long companyId)
           
 void removeByG_D_D(long groupId, java.util.Date displayDate, boolean draft)
           
 void removeByG_U_D_D(long groupId, long userId, java.util.Date displayDate, 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)
           
 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)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
getListeners, registerListener, unregisterListener
 

Method Detail

create

BlogsEntry create(long entryId)

remove

BlogsEntry remove(long entryId)
                  throws com.liferay.portal.SystemException,
                         NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

remove

BlogsEntry remove(BlogsEntry blogsEntry)
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

BlogsEntry update(BlogsEntry blogsEntry)
                  throws com.liferay.portal.SystemException
Deprecated. Use update(BlogsEntry blogsEntry, boolean merge).

Throws:
com.liferay.portal.SystemException

update

BlogsEntry update(BlogsEntry blogsEntry,
                  boolean merge)
                  throws com.liferay.portal.SystemException
Add, update, or merge, the entity. This method also calls the model listeners to trigger the proper events associated with adding, deleting, or updating an entity.

Parameters:
blogsEntry - the entity to add, update, or merge
merge - 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.
Returns:
true if the portlet can be displayed via Ajax
Throws:
com.liferay.portal.SystemException

updateImpl

BlogsEntry updateImpl(BlogsEntry blogsEntry,
                      boolean merge)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPrimaryKey

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByPrimaryKey(long entryId)
                            throws com.liferay.portal.SystemException,
                                   NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

fetchByPrimaryKey

BlogsEntry fetchByPrimaryKey(long entryId)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByUuid(java.lang.String uuid)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByUuid(java.lang.String uuid,
                                                    int start,
                                                    int end)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByUuid

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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
Throws:
com.liferay.portal.SystemException

findByUuid_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByUuid_First(java.lang.String uuid,
                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                            throws com.liferay.portal.SystemException,
                                   NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByUuid_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByUuid_Last(java.lang.String uuid,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                           throws com.liferay.portal.SystemException,
                                  NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByUuid_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry[] findByUuid_PrevAndNext(long entryId,
                                                  java.lang.String uuid,
                                                  com.liferay.portal.kernel.util.OrderByComparator obc)
                                    throws com.liferay.portal.SystemException,
                                           NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByUUID_G

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByUUID_G(java.lang.String uuid,
                                      long groupId)
                        throws com.liferay.portal.SystemException,
                               NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

fetchByUUID_G

BlogsEntry fetchByUUID_G(java.lang.String uuid,
                         long groupId)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByGroupId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByGroupId(long groupId)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByGroupId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByGroupId(long groupId,
                                                       int start,
                                                       int end)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByGroupId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByGroupId(long groupId,
                                                       int start,
                                                       int end,
                                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByGroupId_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByGroupId_First(long groupId,
                                             com.liferay.portal.kernel.util.OrderByComparator obc)
                               throws com.liferay.portal.SystemException,
                                      NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByGroupId_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByGroupId_Last(long groupId,
                                            com.liferay.portal.kernel.util.OrderByComparator obc)
                              throws com.liferay.portal.SystemException,
                                     NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByGroupId_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry[] findByGroupId_PrevAndNext(long entryId,
                                                     long groupId,
                                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.SystemException,
                                              NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByCompanyId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByCompanyId(long companyId)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByCompanyId(long companyId,
                                                         int start,
                                                         int end)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByCompanyId(long companyId,
                                                         int start,
                                                         int end,
                                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByCompanyId_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByCompanyId_First(long companyId,
                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                 throws com.liferay.portal.SystemException,
                                        NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByCompanyId_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByCompanyId_Last(long companyId,
                                              com.liferay.portal.kernel.util.OrderByComparator obc)
                                throws com.liferay.portal.SystemException,
                                       NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByCompanyId_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry[] findByCompanyId_PrevAndNext(long entryId,
                                                       long companyId,
                                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                         throws com.liferay.portal.SystemException,
                                                NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByG_U

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByG_U(long groupId,
                                                   long userId)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_U

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByG_U(long groupId,
                                                   long userId,
                                                   int start,
                                                   int end)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_U

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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
Throws:
com.liferay.portal.SystemException

findByG_U_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByG_U_First(long groupId,
                                         long userId,
                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                           throws com.liferay.portal.SystemException,
                                  NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByG_U_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByG_U_Last(long groupId,
                                        long userId,
                                        com.liferay.portal.kernel.util.OrderByComparator obc)
                          throws com.liferay.portal.SystemException,
                                 NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByG_U_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry[] findByG_U_PrevAndNext(long entryId,
                                                 long groupId,
                                                 long userId,
                                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                   throws com.liferay.portal.SystemException,
                                          NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByG_UT

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByG_UT(long groupId,
                                    java.lang.String urlTitle)
                      throws com.liferay.portal.SystemException,
                             NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

fetchByG_UT

BlogsEntry fetchByG_UT(long groupId,
                       java.lang.String urlTitle)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_D_D

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByG_D_D(long groupId,
                                                     java.util.Date displayDate,
                                                     boolean draft)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_D_D

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByG_D_D(long groupId,
                                                     java.util.Date displayDate,
                                                     boolean draft,
                                                     int start,
                                                     int end)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_D_D

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByG_D_D(long groupId,
                                                     java.util.Date displayDate,
                                                     boolean draft,
                                                     int start,
                                                     int end,
                                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_D_D_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByG_D_D_First(long groupId,
                                           java.util.Date displayDate,
                                           boolean draft,
                                           com.liferay.portal.kernel.util.OrderByComparator obc)
                             throws com.liferay.portal.SystemException,
                                    NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByG_D_D_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByG_D_D_Last(long groupId,
                                          java.util.Date displayDate,
                                          boolean draft,
                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                            throws com.liferay.portal.SystemException,
                                   NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByG_D_D_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry[] findByG_D_D_PrevAndNext(long entryId,
                                                   long groupId,
                                                   java.util.Date displayDate,
                                                   boolean draft,
                                                   com.liferay.portal.kernel.util.OrderByComparator obc)
                                     throws com.liferay.portal.SystemException,
                                            NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByC_D_D

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByC_D_D(long companyId,
                                                     java.util.Date displayDate,
                                                     boolean draft)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_D_D

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByC_D_D(long companyId,
                                                     java.util.Date displayDate,
                                                     boolean draft,
                                                     int start,
                                                     int end)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_D_D

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByC_D_D(long companyId,
                                                     java.util.Date displayDate,
                                                     boolean draft,
                                                     int start,
                                                     int end,
                                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_D_D_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByC_D_D_First(long companyId,
                                           java.util.Date displayDate,
                                           boolean draft,
                                           com.liferay.portal.kernel.util.OrderByComparator obc)
                             throws com.liferay.portal.SystemException,
                                    NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByC_D_D_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByC_D_D_Last(long companyId,
                                          java.util.Date displayDate,
                                          boolean draft,
                                          com.liferay.portal.kernel.util.OrderByComparator obc)
                            throws com.liferay.portal.SystemException,
                                   NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByC_D_D_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry[] findByC_D_D_PrevAndNext(long entryId,
                                                   long companyId,
                                                   java.util.Date displayDate,
                                                   boolean draft,
                                                   com.liferay.portal.kernel.util.OrderByComparator obc)
                                     throws com.liferay.portal.SystemException,
                                            NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByG_U_D_D

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByG_U_D_D(long groupId,
                                                       long userId,
                                                       java.util.Date displayDate,
                                                       boolean draft)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_U_D_D

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByG_U_D_D(long groupId,
                                                       long userId,
                                                       java.util.Date displayDate,
                                                       boolean draft,
                                                       int start,
                                                       int end)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_U_D_D

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findByG_U_D_D(long groupId,
                                                       long userId,
                                                       java.util.Date displayDate,
                                                       boolean draft,
                                                       int start,
                                                       int end,
                                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_U_D_D_First

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByG_U_D_D_First(long groupId,
                                             long userId,
                                             java.util.Date displayDate,
                                             boolean draft,
                                             com.liferay.portal.kernel.util.OrderByComparator obc)
                               throws com.liferay.portal.SystemException,
                                      NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByG_U_D_D_Last

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry findByG_U_D_D_Last(long groupId,
                                            long userId,
                                            java.util.Date displayDate,
                                            boolean draft,
                                            com.liferay.portal.kernel.util.OrderByComparator obc)
                              throws com.liferay.portal.SystemException,
                                     NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findByG_U_D_D_PrevAndNext

@Transactional(propagation=SUPPORTS,
               readOnly=true)
BlogsEntry[] findByG_U_D_D_PrevAndNext(long entryId,
                                                     long groupId,
                                                     long userId,
                                                     java.util.Date displayDate,
                                                     boolean draft,
                                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.SystemException,
                                              NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

findWithDynamicQuery

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findWithDynamicQuery

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                                    int start,
                                                                    int end)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findAll()
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findAll(int start,
                                                 int end)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<BlogsEntry> findAll(int start,
                                                 int end,
                                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByUuid

void removeByUuid(java.lang.String uuid)
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByUUID_G

void removeByUUID_G(java.lang.String uuid,
                    long groupId)
                    throws com.liferay.portal.SystemException,
                           NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

removeByGroupId

void removeByGroupId(long groupId)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByCompanyId

void removeByCompanyId(long companyId)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByG_U

void removeByG_U(long groupId,
                 long userId)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByG_UT

void removeByG_UT(long groupId,
                  java.lang.String urlTitle)
                  throws com.liferay.portal.SystemException,
                         NoSuchEntryException
Throws:
com.liferay.portal.SystemException
NoSuchEntryException

removeByG_D_D

void removeByG_D_D(long groupId,
                   java.util.Date displayDate,
                   boolean draft)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByC_D_D

void removeByC_D_D(long companyId,
                   java.util.Date displayDate,
                   boolean draft)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByG_U_D_D

void removeByG_U_D_D(long groupId,
                     long userId,
                     java.util.Date displayDate,
                     boolean draft)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeAll

void removeAll()
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByUuid

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByUuid(java.lang.String uuid)
                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByUUID_G

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByUUID_G(java.lang.String uuid,
                                long groupId)
                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByGroupId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByGroupId(long groupId)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByCompanyId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByCompanyId(long companyId)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByG_U

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByG_U(long groupId,
                             long userId)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByG_UT

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByG_UT(long groupId,
                              java.lang.String urlTitle)
                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByG_D_D

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByG_D_D(long groupId,
                               java.util.Date displayDate,
                               boolean draft)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByC_D_D

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByC_D_D(long companyId,
                               java.util.Date displayDate,
                               boolean draft)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByG_U_D_D

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countByG_U_D_D(long groupId,
                                 long userId,
                                 java.util.Date displayDate,
                                 boolean draft)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countAll

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int countAll()
             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException