com.liferay.portlet.blogs.service
Class BlogsEntryLocalServiceWrapper
java.lang.Object
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:
Method Summary |
BlogsEntry |
addBlogsEntry(BlogsEntry blogsEntry)
|
BlogsEntry |
addEntry(long userId,
java.lang.String title,
java.lang.String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean draft,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
ServiceContext serviceContext)
|
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 draft,
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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.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,
boolean draft,
int start,
int end)
|
java.util.List<BlogsEntry> |
getCompanyEntries(long companyId,
boolean draft,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
getCompanyEntries(long companyId,
int start,
int end)
|
java.util.List<BlogsEntry> |
getCompanyEntries(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getCompanyEntriesCount(long companyId)
|
int |
getCompanyEntriesCount(long companyId,
boolean draft)
|
BlogsEntry[] |
getEntriesPrevAndNext(long entryId)
|
BlogsEntry |
getEntry(long entryId)
|
BlogsEntry |
getEntry(long groupId,
java.lang.String urlTitle)
|
java.util.List<BlogsEntry> |
getGroupEntries(long groupId,
boolean draft,
int start,
int end)
|
java.util.List<BlogsEntry> |
getGroupEntries(long groupId,
boolean draft,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
getGroupEntries(long groupId,
int start,
int end)
|
java.util.List<BlogsEntry> |
getGroupEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getGroupEntriesCount(long groupId)
|
int |
getGroupEntriesCount(long groupId,
boolean draft)
|
java.util.List<BlogsEntry> |
getGroupsEntries(long companyId,
long groupId,
int start,
int end)
|
java.util.List<BlogsEntry> |
getGroupUserEntries(long groupId,
long userId,
boolean draft,
int start,
int end)
|
java.util.List<BlogsEntry> |
getGroupUserEntries(long groupId,
long userId,
boolean draft,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<BlogsEntry> |
getGroupUserEntries(long groupId,
long userId,
int start,
int end)
|
java.util.List<BlogsEntry> |
getGroupUserEntries(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getGroupUserEntriesCount(long groupId,
long userId)
|
int |
getGroupUserEntriesCount(long groupId,
long userId,
boolean draft)
|
java.util.List<BlogsEntry> |
getNoAssetEntries()
|
java.util.List<BlogsEntry> |
getOrganizationEntries(long organizationId,
boolean draft,
int start,
int end)
|
int |
getOrganizationEntriesCount(long organizationId,
boolean draft)
|
java.lang.String |
getUrlTitle(long entryId,
java.lang.String title)
Deprecated. BlogsUtil#getUrlTitle(long, String) |
BlogsEntryLocalService |
getWrappedBlogsEntryLocalService()
|
void |
reIndex(BlogsEntry entry)
|
void |
reIndex(long entryId)
|
void |
reIndex(java.lang.String[] ids)
|
com.liferay.portal.kernel.search.Hits |
search(long companyId,
long groupId,
long userId,
long ownerUserId,
java.lang.String keywords,
int start,
int end)
|
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 draft,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
ServiceContext serviceContext)
|
void |
updateEntryResources(BlogsEntry entry,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
updateTagsAsset(long userId,
BlogsEntry entry,
java.lang.String[] tagsCategories,
java.lang.String[] tagsEntries)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogsEntryLocalServiceWrapper
public BlogsEntryLocalServiceWrapper(BlogsEntryLocalService blogsEntryLocalService)
addBlogsEntry
public BlogsEntry addBlogsEntry(BlogsEntry blogsEntry)
throws com.liferay.portal.SystemException
- Specified by:
addBlogsEntry
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
createBlogsEntry
public BlogsEntry createBlogsEntry(long entryId)
- Specified by:
createBlogsEntry
in interface BlogsEntryLocalService
deleteBlogsEntry
public void deleteBlogsEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteBlogsEntry
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteBlogsEntry
public void deleteBlogsEntry(BlogsEntry blogsEntry)
throws com.liferay.portal.SystemException
- Specified by:
deleteBlogsEntry
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getBlogsEntry
public BlogsEntry getBlogsEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getBlogsEntry
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getBlogsEntryByUuidAndGroupId
public BlogsEntry getBlogsEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getBlogsEntryByUuidAndGroupId
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getBlogsEntries
public java.util.List<BlogsEntry> getBlogsEntries(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getBlogsEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getBlogsEntriesCount
public int getBlogsEntriesCount()
throws com.liferay.portal.SystemException
- Specified by:
getBlogsEntriesCount
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
updateBlogsEntry
public BlogsEntry updateBlogsEntry(BlogsEntry blogsEntry)
throws com.liferay.portal.SystemException
- Specified by:
updateBlogsEntry
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
updateBlogsEntry
public BlogsEntry updateBlogsEntry(BlogsEntry blogsEntry,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateBlogsEntry
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
addEntry
public BlogsEntry addEntry(long userId,
java.lang.String title,
java.lang.String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean draft,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntry
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.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 draft,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntry
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEntryResources
public void addEntryResources(long entryId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntryResources
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEntryResources
public void addEntryResources(BlogsEntry entry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntryResources
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEntryResources
public void addEntryResources(long entryId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntryResources
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addEntryResources
public void addEntryResources(BlogsEntry entry,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntryResources
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEntries
public void deleteEntries(long groupId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEntry
public void deleteEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEntry
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEntry
public void deleteEntry(BlogsEntry entry)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEntry
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getCompanyEntries
public java.util.List<BlogsEntry> getCompanyEntries(long companyId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getCompanyEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getCompanyEntries
public java.util.List<BlogsEntry> getCompanyEntries(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getCompanyEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getCompanyEntries
public java.util.List<BlogsEntry> getCompanyEntries(long companyId,
boolean draft,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getCompanyEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getCompanyEntries
public java.util.List<BlogsEntry> getCompanyEntries(long companyId,
boolean draft,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getCompanyEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getCompanyEntriesCount
public int getCompanyEntriesCount(long companyId)
throws com.liferay.portal.SystemException
- Specified by:
getCompanyEntriesCount
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getCompanyEntriesCount
public int getCompanyEntriesCount(long companyId,
boolean draft)
throws com.liferay.portal.SystemException
- Specified by:
getCompanyEntriesCount
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getEntriesPrevAndNext
public BlogsEntry[] getEntriesPrevAndNext(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEntriesPrevAndNext
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEntry
public BlogsEntry getEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEntry
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEntry
public BlogsEntry getEntry(long groupId,
java.lang.String urlTitle)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEntry
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getGroupEntries
public java.util.List<BlogsEntry> getGroupEntries(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getGroupEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupEntries
public java.util.List<BlogsEntry> getGroupEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getGroupEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupEntries
public java.util.List<BlogsEntry> getGroupEntries(long groupId,
boolean draft,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getGroupEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupEntries
public java.util.List<BlogsEntry> getGroupEntries(long groupId,
boolean draft,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getGroupEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId)
throws com.liferay.portal.SystemException
- Specified by:
getGroupEntriesCount
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId,
boolean draft)
throws com.liferay.portal.SystemException
- Specified by:
getGroupEntriesCount
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupsEntries
public java.util.List<BlogsEntry> getGroupsEntries(long companyId,
long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getGroupsEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupUserEntries
public java.util.List<BlogsEntry> getGroupUserEntries(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getGroupUserEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupUserEntries
public java.util.List<BlogsEntry> getGroupUserEntries(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getGroupUserEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupUserEntries
public java.util.List<BlogsEntry> getGroupUserEntries(long groupId,
long userId,
boolean draft,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getGroupUserEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupUserEntries
public java.util.List<BlogsEntry> getGroupUserEntries(long groupId,
long userId,
boolean draft,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getGroupUserEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupUserEntriesCount
public int getGroupUserEntriesCount(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Specified by:
getGroupUserEntriesCount
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupUserEntriesCount
public int getGroupUserEntriesCount(long groupId,
long userId,
boolean draft)
throws com.liferay.portal.SystemException
- Specified by:
getGroupUserEntriesCount
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getNoAssetEntries
public java.util.List<BlogsEntry> getNoAssetEntries()
throws com.liferay.portal.SystemException
- Specified by:
getNoAssetEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getOrganizationEntries
public java.util.List<BlogsEntry> getOrganizationEntries(long organizationId,
boolean draft,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getOrganizationEntries
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getOrganizationEntriesCount
public int getOrganizationEntriesCount(long organizationId,
boolean draft)
throws com.liferay.portal.SystemException
- Specified by:
getOrganizationEntriesCount
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
getUrlTitle
public java.lang.String getUrlTitle(long entryId,
java.lang.String title)
- Deprecated.
BlogsUtil#getUrlTitle(long, String)
- Specified by:
getUrlTitle
in interface BlogsEntryLocalService
reIndex
public void reIndex(long entryId)
throws com.liferay.portal.SystemException
- Specified by:
reIndex
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
reIndex
public void reIndex(BlogsEntry entry)
throws com.liferay.portal.SystemException
- Specified by:
reIndex
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
reIndex
public void reIndex(java.lang.String[] ids)
throws com.liferay.portal.SystemException
- Specified by:
reIndex
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.SystemException
search
public com.liferay.portal.kernel.search.Hits search(long companyId,
long groupId,
long userId,
long ownerUserId,
java.lang.String keywords,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
search
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.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 draft,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateEntry
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateEntryResources
public void updateEntryResources(BlogsEntry entry,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateEntryResources
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateTagsAsset
public void updateTagsAsset(long userId,
BlogsEntry entry,
java.lang.String[] tagsCategories,
java.lang.String[] tagsEntries)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateTagsAsset
in interface BlogsEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedBlogsEntryLocalService
public BlogsEntryLocalService getWrappedBlogsEntryLocalService()