com.liferay.portlet.blogs.service
Class BlogsEntryLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.blogs.service.BlogsEntryLocalServiceWrapper
All Implemented Interfaces:
BlogsEntryLocalService

public class BlogsEntryLocalServiceWrapper
extends java.lang.Object
implements BlogsEntryLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for BlogsEntryLocalService.

Author:
Brian Wing Shun Chan
See Also:
BlogsEntryLocalService
Generated:

Constructor Summary
BlogsEntryLocalServiceWrapper(BlogsEntryLocalService blogsEntryLocalService)
           
 
Method Summary
 BlogsEntry addBlogsEntry(BlogsEntry blogsEntry)
           
 BlogsEntry addEntry(java.lang.String uuid, long userId, java.lang.String title, java.lang.String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, java.lang.String[] trackbacks, ServiceContext serviceContext)
           
 void addEntryResources(BlogsEntry entry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addEntryResources(BlogsEntry entry, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void addEntryResources(long entryId, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addEntryResources(long entryId, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 BlogsEntry createBlogsEntry(long entryId)
           
 void deleteBlogsEntry(BlogsEntry blogsEntry)
           
 void deleteBlogsEntry(long entryId)
           
 void deleteEntries(long groupId)
           
 void deleteEntry(BlogsEntry entry)
           
 void deleteEntry(long entryId)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 java.util.List<BlogsEntry> getBlogsEntries(int start, int end)
           
 int getBlogsEntriesCount()
           
 BlogsEntry getBlogsEntry(long entryId)
           
 BlogsEntry getBlogsEntryByUuidAndGroupId(java.lang.String uuid, long groupId)
           
 java.util.List<BlogsEntry> getCompanyEntries(long companyId, int status, int start, int end)
           
 java.util.List<BlogsEntry> getCompanyEntries(long companyId, int status, int start, int end, OrderByComparator obc)
           
 int getCompanyEntriesCount(long companyId, int status)
           
 BlogsEntry[] getEntriesPrevAndNext(long entryId)
           
 BlogsEntry getEntry(long entryId)
           
 BlogsEntry getEntry(long groupId, java.lang.String urlTitle)
           
 java.util.List<BlogsEntry> getGroupEntries(long groupId, int status, int start, int end)
           
 java.util.List<BlogsEntry> getGroupEntries(long groupId, int status, int start, int end, OrderByComparator obc)
           
 int getGroupEntriesCount(long groupId, int status)
           
 java.util.List<BlogsEntry> getGroupsEntries(long companyId, long groupId, int status, int start, int end)
           
 java.util.List<BlogsEntry> getGroupUserEntries(long groupId, long userId, int status, int start, int end)
           
 java.util.List<BlogsEntry> getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator obc)
           
 int getGroupUserEntriesCount(long groupId, long userId, int status)
           
 java.util.List<BlogsEntry> getNoAssetEntries()
           
 java.util.List<BlogsEntry> getOrganizationEntries(long organizationId, int status, int start, int end)
           
 int getOrganizationEntriesCount(long organizationId, int status)
           
 BlogsEntryLocalService getWrappedBlogsEntryLocalService()
           
 void updateAsset(long userId, BlogsEntry entry, long[] assetCategoryIds, java.lang.String[] assetTagNames)
           
 BlogsEntry updateBlogsEntry(BlogsEntry blogsEntry)
           
 BlogsEntry updateBlogsEntry(BlogsEntry blogsEntry, boolean merge)
           
 BlogsEntry updateEntry(long userId, long entryId, java.lang.String title, java.lang.String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, java.lang.String[] trackbacks, ServiceContext serviceContext)
           
 void updateEntryResources(BlogsEntry entry, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 BlogsEntry updateStatus(long userId, long entryId, int status, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsEntryLocalServiceWrapper

public BlogsEntryLocalServiceWrapper(BlogsEntryLocalService blogsEntryLocalService)
Method Detail

addBlogsEntry

public BlogsEntry addBlogsEntry(BlogsEntry blogsEntry)
                         throws SystemException
Specified by:
addBlogsEntry in interface BlogsEntryLocalService
Throws:
SystemException

createBlogsEntry

public BlogsEntry createBlogsEntry(long entryId)
Specified by:
createBlogsEntry in interface BlogsEntryLocalService

deleteBlogsEntry

public void deleteBlogsEntry(long entryId)
                      throws PortalException,
                             SystemException
Specified by:
deleteBlogsEntry in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

deleteBlogsEntry

public void deleteBlogsEntry(BlogsEntry blogsEntry)
                      throws SystemException
Specified by:
deleteBlogsEntry in interface BlogsEntryLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Specified by:
dynamicQuery in interface BlogsEntryLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
dynamicQuery in interface BlogsEntryLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
dynamicQuery in interface BlogsEntryLocalService
Throws:
SystemException

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Specified by:
dynamicQueryCount in interface BlogsEntryLocalService
Throws:
SystemException

getBlogsEntry

public BlogsEntry getBlogsEntry(long entryId)
                         throws PortalException,
                                SystemException
Specified by:
getBlogsEntry in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

getBlogsEntryByUuidAndGroupId

public BlogsEntry getBlogsEntryByUuidAndGroupId(java.lang.String uuid,
                                                long groupId)
                                         throws PortalException,
                                                SystemException
Specified by:
getBlogsEntryByUuidAndGroupId in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

getBlogsEntries

public java.util.List<BlogsEntry> getBlogsEntries(int start,
                                                  int end)
                                           throws SystemException
Specified by:
getBlogsEntries in interface BlogsEntryLocalService
Throws:
SystemException

getBlogsEntriesCount

public int getBlogsEntriesCount()
                         throws SystemException
Specified by:
getBlogsEntriesCount in interface BlogsEntryLocalService
Throws:
SystemException

updateBlogsEntry

public BlogsEntry updateBlogsEntry(BlogsEntry blogsEntry)
                            throws SystemException
Specified by:
updateBlogsEntry in interface BlogsEntryLocalService
Throws:
SystemException

updateBlogsEntry

public BlogsEntry updateBlogsEntry(BlogsEntry blogsEntry,
                                   boolean merge)
                            throws SystemException
Specified by:
updateBlogsEntry in interface BlogsEntryLocalService
Throws:
SystemException

addEntry

public BlogsEntry addEntry(java.lang.String uuid,
                           long userId,
                           java.lang.String title,
                           java.lang.String content,
                           int displayDateMonth,
                           int displayDateDay,
                           int displayDateYear,
                           int displayDateHour,
                           int displayDateMinute,
                           boolean allowPingbacks,
                           boolean allowTrackbacks,
                           java.lang.String[] trackbacks,
                           ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Specified by:
addEntry in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

addEntryResources

public void addEntryResources(BlogsEntry entry,
                              boolean addCommunityPermissions,
                              boolean addGuestPermissions)
                       throws PortalException,
                              SystemException
Specified by:
addEntryResources in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

addEntryResources

public void addEntryResources(BlogsEntry entry,
                              java.lang.String[] communityPermissions,
                              java.lang.String[] guestPermissions)
                       throws PortalException,
                              SystemException
Specified by:
addEntryResources in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

addEntryResources

public void addEntryResources(long entryId,
                              boolean addCommunityPermissions,
                              boolean addGuestPermissions)
                       throws PortalException,
                              SystemException
Specified by:
addEntryResources in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

addEntryResources

public void addEntryResources(long entryId,
                              java.lang.String[] communityPermissions,
                              java.lang.String[] guestPermissions)
                       throws PortalException,
                              SystemException
Specified by:
addEntryResources in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

deleteEntries

public void deleteEntries(long groupId)
                   throws PortalException,
                          SystemException
Specified by:
deleteEntries in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

deleteEntry

public void deleteEntry(BlogsEntry entry)
                 throws PortalException,
                        SystemException
Specified by:
deleteEntry in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

deleteEntry

public void deleteEntry(long entryId)
                 throws PortalException,
                        SystemException
Specified by:
deleteEntry in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

getCompanyEntries

public java.util.List<BlogsEntry> getCompanyEntries(long companyId,
                                                    int status,
                                                    int start,
                                                    int end)
                                             throws SystemException
Specified by:
getCompanyEntries in interface BlogsEntryLocalService
Throws:
SystemException

getCompanyEntries

public java.util.List<BlogsEntry> getCompanyEntries(long companyId,
                                                    int status,
                                                    int start,
                                                    int end,
                                                    OrderByComparator obc)
                                             throws SystemException
Specified by:
getCompanyEntries in interface BlogsEntryLocalService
Throws:
SystemException

getCompanyEntriesCount

public int getCompanyEntriesCount(long companyId,
                                  int status)
                           throws SystemException
Specified by:
getCompanyEntriesCount in interface BlogsEntryLocalService
Throws:
SystemException

getEntriesPrevAndNext

public BlogsEntry[] getEntriesPrevAndNext(long entryId)
                                   throws PortalException,
                                          SystemException
Specified by:
getEntriesPrevAndNext in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

getEntry

public BlogsEntry getEntry(long entryId)
                    throws PortalException,
                           SystemException
Specified by:
getEntry in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

getEntry

public BlogsEntry getEntry(long groupId,
                           java.lang.String urlTitle)
                    throws PortalException,
                           SystemException
Specified by:
getEntry in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

getGroupEntries

public java.util.List<BlogsEntry> getGroupEntries(long groupId,
                                                  int status,
                                                  int start,
                                                  int end)
                                           throws SystemException
Specified by:
getGroupEntries in interface BlogsEntryLocalService
Throws:
SystemException

getGroupEntries

public java.util.List<BlogsEntry> getGroupEntries(long groupId,
                                                  int status,
                                                  int start,
                                                  int end,
                                                  OrderByComparator obc)
                                           throws SystemException
Specified by:
getGroupEntries in interface BlogsEntryLocalService
Throws:
SystemException

getGroupEntriesCount

public int getGroupEntriesCount(long groupId,
                                int status)
                         throws SystemException
Specified by:
getGroupEntriesCount in interface BlogsEntryLocalService
Throws:
SystemException

getGroupsEntries

public java.util.List<BlogsEntry> getGroupsEntries(long companyId,
                                                   long groupId,
                                                   int status,
                                                   int start,
                                                   int end)
                                            throws SystemException
Specified by:
getGroupsEntries in interface BlogsEntryLocalService
Throws:
SystemException

getGroupUserEntries

public java.util.List<BlogsEntry> getGroupUserEntries(long groupId,
                                                      long userId,
                                                      int status,
                                                      int start,
                                                      int end)
                                               throws SystemException
Specified by:
getGroupUserEntries in interface BlogsEntryLocalService
Throws:
SystemException

getGroupUserEntries

public java.util.List<BlogsEntry> getGroupUserEntries(long groupId,
                                                      long userId,
                                                      int status,
                                                      int start,
                                                      int end,
                                                      OrderByComparator obc)
                                               throws SystemException
Specified by:
getGroupUserEntries in interface BlogsEntryLocalService
Throws:
SystemException

getGroupUserEntriesCount

public int getGroupUserEntriesCount(long groupId,
                                    long userId,
                                    int status)
                             throws SystemException
Specified by:
getGroupUserEntriesCount in interface BlogsEntryLocalService
Throws:
SystemException

getNoAssetEntries

public java.util.List<BlogsEntry> getNoAssetEntries()
                                             throws SystemException
Specified by:
getNoAssetEntries in interface BlogsEntryLocalService
Throws:
SystemException

getOrganizationEntries

public java.util.List<BlogsEntry> getOrganizationEntries(long organizationId,
                                                         int status,
                                                         int start,
                                                         int end)
                                                  throws SystemException
Specified by:
getOrganizationEntries in interface BlogsEntryLocalService
Throws:
SystemException

getOrganizationEntriesCount

public int getOrganizationEntriesCount(long organizationId,
                                       int status)
                                throws SystemException
Specified by:
getOrganizationEntriesCount in interface BlogsEntryLocalService
Throws:
SystemException

updateAsset

public void updateAsset(long userId,
                        BlogsEntry entry,
                        long[] assetCategoryIds,
                        java.lang.String[] assetTagNames)
                 throws PortalException,
                        SystemException
Specified by:
updateAsset in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

updateEntry

public BlogsEntry updateEntry(long userId,
                              long entryId,
                              java.lang.String title,
                              java.lang.String content,
                              int displayDateMonth,
                              int displayDateDay,
                              int displayDateYear,
                              int displayDateHour,
                              int displayDateMinute,
                              boolean allowPingbacks,
                              boolean allowTrackbacks,
                              java.lang.String[] trackbacks,
                              ServiceContext serviceContext)
                       throws PortalException,
                              SystemException
Specified by:
updateEntry in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

updateEntryResources

public void updateEntryResources(BlogsEntry entry,
                                 java.lang.String[] communityPermissions,
                                 java.lang.String[] guestPermissions)
                          throws PortalException,
                                 SystemException
Specified by:
updateEntryResources in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

updateStatus

public BlogsEntry updateStatus(long userId,
                               long entryId,
                               int status,
                               ServiceContext serviceContext)
                        throws PortalException,
                               SystemException
Specified by:
updateStatus in interface BlogsEntryLocalService
Throws:
PortalException
SystemException

getWrappedBlogsEntryLocalService

public BlogsEntryLocalService getWrappedBlogsEntryLocalService()