com.liferay.portlet.blogs.service.base
Class BlogsEntryLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portlet.blogs.service.base.BlogsEntryLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.blogs.service.BlogsEntryLocalService
Direct Known Subclasses:
BlogsEntryLocalServiceImpl

public abstract class BlogsEntryLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.blogs.service.BlogsEntryLocalService

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder
           
protected  com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService
           
protected  com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
           
protected  com.liferay.portlet.asset.service.AssetEntryService assetEntryService
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder
           
protected  com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService
           
protected  com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence
           
protected  com.liferay.portlet.asset.service.AssetTagService assetTagService
           
protected  com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder
           
protected  com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService
           
protected  com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence
           
protected  com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService
           
protected  com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder
           
protected  com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService
           
protected  com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence
           
protected  com.liferay.portal.service.CompanyLocalService companyLocalService
           
protected  com.liferay.portal.service.persistence.CompanyPersistence companyPersistence
           
protected  com.liferay.portal.service.CompanyService companyService
           
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.counter.service.CounterService counterService
           
protected  com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService
           
protected  com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence
           
protected  com.liferay.portlet.expando.service.ExpandoValueService expandoValueService
           
protected  com.liferay.portal.service.persistence.GroupFinder groupFinder
           
protected  com.liferay.portal.service.GroupLocalService groupLocalService
           
protected  com.liferay.portal.service.persistence.GroupPersistence groupPersistence
           
protected  com.liferay.portal.service.GroupService groupService
           
protected  com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder
           
protected  com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService
           
protected  com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence
           
protected  com.liferay.portlet.messageboards.service.MBMessageService mbMessageService
           
protected  com.liferay.portal.service.persistence.OrganizationFinder organizationFinder
           
protected  com.liferay.portal.service.OrganizationLocalService organizationLocalService
           
protected  com.liferay.portal.service.persistence.OrganizationPersistence organizationPersistence
           
protected  com.liferay.portal.service.OrganizationService organizationService
           
protected  com.liferay.portal.service.persistence.PortletPreferencesFinder portletPreferencesFinder
           
protected  com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService
           
protected  com.liferay.portal.service.persistence.PortletPreferencesPersistence portletPreferencesPersistence
           
protected  com.liferay.portal.service.PortletPreferencesService portletPreferencesService
           
protected  com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService
           
protected  com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence
           
protected  com.liferay.portal.service.persistence.ResourceFinder resourceFinder
           
protected  com.liferay.portal.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.ResourceService resourceService
           
protected  com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder
           
protected  com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService
           
protected  com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
           
protected  com.liferay.portal.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.service.UserLocalService userLocalService
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.service.UserService userService
           
 
Constructor Summary
BlogsEntryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.blogs.model.BlogsEntry addBlogsEntry(com.liferay.portlet.blogs.model.BlogsEntry blogsEntry)
           
 com.liferay.portlet.blogs.model.BlogsEntry createBlogsEntry(long entryId)
           
 void deleteBlogsEntry(com.liferay.portlet.blogs.model.BlogsEntry blogsEntry)
           
 void deleteBlogsEntry(long entryId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 com.liferay.portlet.asset.service.persistence.AssetEntryFinder getAssetEntryFinder()
           
 com.liferay.portlet.asset.service.AssetEntryLocalService getAssetEntryLocalService()
           
 com.liferay.portlet.asset.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
           
 com.liferay.portlet.asset.service.AssetEntryService getAssetEntryService()
           
 com.liferay.portlet.asset.service.persistence.AssetTagFinder getAssetTagFinder()
           
 com.liferay.portlet.asset.service.AssetTagLocalService getAssetTagLocalService()
           
 com.liferay.portlet.asset.service.persistence.AssetTagPersistence getAssetTagPersistence()
           
 com.liferay.portlet.asset.service.AssetTagService getAssetTagService()
           
 java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> getBlogsEntries(int start, int end)
           
 int getBlogsEntriesCount()
           
 com.liferay.portlet.blogs.model.BlogsEntry getBlogsEntry(long entryId)
           
 com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder getBlogsEntryFinder()
           
 com.liferay.portlet.blogs.service.BlogsEntryLocalService getBlogsEntryLocalService()
           
 com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence getBlogsEntryPersistence()
           
 com.liferay.portlet.blogs.service.BlogsEntryService getBlogsEntryService()
           
 com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder getBlogsStatsUserFinder()
           
 com.liferay.portlet.blogs.service.BlogsStatsUserLocalService getBlogsStatsUserLocalService()
           
 com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence getBlogsStatsUserPersistence()
           
 com.liferay.portal.service.CompanyLocalService getCompanyLocalService()
           
 com.liferay.portal.service.persistence.CompanyPersistence getCompanyPersistence()
           
 com.liferay.portal.service.CompanyService getCompanyService()
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 com.liferay.portlet.expando.service.ExpandoValueLocalService getExpandoValueLocalService()
           
 com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()
           
 com.liferay.portlet.expando.service.ExpandoValueService getExpandoValueService()
           
 com.liferay.portal.service.persistence.GroupFinder getGroupFinder()
           
 com.liferay.portal.service.GroupLocalService getGroupLocalService()
           
 com.liferay.portal.service.persistence.GroupPersistence getGroupPersistence()
           
 com.liferay.portal.service.GroupService getGroupService()
           
 com.liferay.portlet.messageboards.service.persistence.MBMessageFinder getMBMessageFinder()
           
 com.liferay.portlet.messageboards.service.MBMessageLocalService getMBMessageLocalService()
           
 com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence getMBMessagePersistence()
           
 com.liferay.portlet.messageboards.service.MBMessageService getMBMessageService()
           
 com.liferay.portal.service.persistence.OrganizationFinder getOrganizationFinder()
           
 com.liferay.portal.service.OrganizationLocalService getOrganizationLocalService()
           
 com.liferay.portal.service.persistence.OrganizationPersistence getOrganizationPersistence()
           
 com.liferay.portal.service.OrganizationService getOrganizationService()
           
 com.liferay.portal.service.persistence.PortletPreferencesFinder getPortletPreferencesFinder()
           
 com.liferay.portal.service.PortletPreferencesLocalService getPortletPreferencesLocalService()
           
 com.liferay.portal.service.persistence.PortletPreferencesPersistence getPortletPreferencesPersistence()
           
 com.liferay.portal.service.PortletPreferencesService getPortletPreferencesService()
           
 com.liferay.portlet.ratings.service.RatingsStatsLocalService getRatingsStatsLocalService()
           
 com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence getRatingsStatsPersistence()
           
 com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
           
 com.liferay.portal.service.ResourceLocalService getResourceLocalService()
           
 com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
           
 com.liferay.portal.service.ResourceService getResourceService()
           
 com.liferay.portlet.social.service.persistence.SocialActivityFinder getSocialActivityFinder()
           
 com.liferay.portlet.social.service.SocialActivityLocalService getSocialActivityLocalService()
           
 com.liferay.portlet.social.service.persistence.SocialActivityPersistence getSocialActivityPersistence()
           
 com.liferay.portal.service.persistence.UserFinder getUserFinder()
           
 com.liferay.portal.service.UserLocalService getUserLocalService()
           
 com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
           
 com.liferay.portal.service.UserService getUserService()
           
protected  void runSQL(java.lang.String sql)
           
 void setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)
           
 void setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)
           
 void setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)
           
 void setAssetEntryService(com.liferay.portlet.asset.service.AssetEntryService assetEntryService)
           
 void setAssetTagFinder(com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder)
           
 void setAssetTagLocalService(com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService)
           
 void setAssetTagPersistence(com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence)
           
 void setAssetTagService(com.liferay.portlet.asset.service.AssetTagService assetTagService)
           
 void setBlogsEntryFinder(com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder)
           
 void setBlogsEntryLocalService(com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService)
           
 void setBlogsEntryPersistence(com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence)
           
 void setBlogsEntryService(com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService)
           
 void setBlogsStatsUserFinder(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder)
           
 void setBlogsStatsUserLocalService(com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService)
           
 void setBlogsStatsUserPersistence(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence)
           
 void setCompanyLocalService(com.liferay.portal.service.CompanyLocalService companyLocalService)
           
 void setCompanyPersistence(com.liferay.portal.service.persistence.CompanyPersistence companyPersistence)
           
 void setCompanyService(com.liferay.portal.service.CompanyService companyService)
           
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
           
 void setCounterService(com.liferay.counter.service.CounterService counterService)
           
 void setExpandoValueLocalService(com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService)
           
 void setExpandoValuePersistence(com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence)
           
 void setExpandoValueService(com.liferay.portlet.expando.service.ExpandoValueService expandoValueService)
           
 void setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)
           
 void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)
           
 void setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)
           
 void setGroupService(com.liferay.portal.service.GroupService groupService)
           
 void setMBMessageFinder(com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder)
           
 void setMBMessageLocalService(com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService)
           
 void setMBMessagePersistence(com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence)
           
 void setMBMessageService(com.liferay.portlet.messageboards.service.MBMessageService mbMessageService)
           
 void setOrganizationFinder(com.liferay.portal.service.persistence.OrganizationFinder organizationFinder)
           
 void setOrganizationLocalService(com.liferay.portal.service.OrganizationLocalService organizationLocalService)
           
 void setOrganizationPersistence(com.liferay.portal.service.persistence.OrganizationPersistence organizationPersistence)
           
 void setOrganizationService(com.liferay.portal.service.OrganizationService organizationService)
           
 void setPortletPreferencesFinder(com.liferay.portal.service.persistence.PortletPreferencesFinder portletPreferencesFinder)
           
 void setPortletPreferencesLocalService(com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService)
           
 void setPortletPreferencesPersistence(com.liferay.portal.service.persistence.PortletPreferencesPersistence portletPreferencesPersistence)
           
 void setPortletPreferencesService(com.liferay.portal.service.PortletPreferencesService portletPreferencesService)
           
 void setRatingsStatsLocalService(com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService)
           
 void setRatingsStatsPersistence(com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence)
           
 void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
           
 void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
           
 void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
           
 void setResourceService(com.liferay.portal.service.ResourceService resourceService)
           
 void setSocialActivityFinder(com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder)
           
 void setSocialActivityLocalService(com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService)
           
 void setSocialActivityPersistence(com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence)
           
 void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
           
 void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
           
 void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
           
 void setUserService(com.liferay.portal.service.UserService userService)
           
 com.liferay.portlet.blogs.model.BlogsEntry updateBlogsEntry(com.liferay.portlet.blogs.model.BlogsEntry blogsEntry)
           
 com.liferay.portlet.blogs.model.BlogsEntry updateBlogsEntry(com.liferay.portlet.blogs.model.BlogsEntry blogsEntry, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.blogs.service.BlogsEntryLocalService
addEntry, addEntryResources, addEntryResources, addEntryResources, addEntryResources, deleteEntries, deleteEntry, deleteEntry, getCompanyEntries, getCompanyEntries, getCompanyEntriesCount, getEntriesPrevAndNext, getEntry, getEntry, getGroupEntries, getGroupEntries, getGroupEntriesCount, getGroupUserEntries, getGroupUserEntries, getGroupUserEntriesCount, getNoAssetEntries, getOrganizationEntries, getOrganizationEntriesCount, updateAsset, updateEntry, updateEntryResources, updateWorkflowStatus
 

Field Detail

blogsEntryLocalService

@BeanReference(name="com.liferay.portlet.blogs.service.BlogsEntryLocalService")
protected com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService

blogsEntryService

@BeanReference(name="com.liferay.portlet.blogs.service.BlogsEntryService")
protected com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService

blogsEntryPersistence

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence")
protected com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence

blogsEntryFinder

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder")
protected com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder

blogsStatsUserLocalService

@BeanReference(name="com.liferay.portlet.blogs.service.BlogsStatsUserLocalService")
protected com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService

blogsStatsUserPersistence

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence")
protected com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence

blogsStatsUserFinder

@BeanReference(name="com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder")
protected com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder

counterLocalService

@BeanReference(name="com.liferay.counter.service.CounterLocalService")
protected com.liferay.counter.service.CounterLocalService counterLocalService

counterService

@BeanReference(name="com.liferay.counter.service.CounterService")
protected com.liferay.counter.service.CounterService counterService

companyLocalService

@BeanReference(name="com.liferay.portal.service.CompanyLocalService")
protected com.liferay.portal.service.CompanyLocalService companyLocalService

companyService

@BeanReference(name="com.liferay.portal.service.CompanyService")
protected com.liferay.portal.service.CompanyService companyService

companyPersistence

@BeanReference(name="com.liferay.portal.service.persistence.CompanyPersistence")
protected com.liferay.portal.service.persistence.CompanyPersistence companyPersistence

groupLocalService

@BeanReference(name="com.liferay.portal.service.GroupLocalService")
protected com.liferay.portal.service.GroupLocalService groupLocalService

groupService

@BeanReference(name="com.liferay.portal.service.GroupService")
protected com.liferay.portal.service.GroupService groupService

groupPersistence

@BeanReference(name="com.liferay.portal.service.persistence.GroupPersistence")
protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence

groupFinder

@BeanReference(name="com.liferay.portal.service.persistence.GroupFinder")
protected com.liferay.portal.service.persistence.GroupFinder groupFinder

organizationLocalService

@BeanReference(name="com.liferay.portal.service.OrganizationLocalService")
protected com.liferay.portal.service.OrganizationLocalService organizationLocalService

organizationService

@BeanReference(name="com.liferay.portal.service.OrganizationService")
protected com.liferay.portal.service.OrganizationService organizationService

organizationPersistence

@BeanReference(name="com.liferay.portal.service.persistence.OrganizationPersistence")
protected com.liferay.portal.service.persistence.OrganizationPersistence organizationPersistence

organizationFinder

@BeanReference(name="com.liferay.portal.service.persistence.OrganizationFinder")
protected com.liferay.portal.service.persistence.OrganizationFinder organizationFinder

portletPreferencesLocalService

@BeanReference(name="com.liferay.portal.service.PortletPreferencesLocalService")
protected com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService

portletPreferencesService

@BeanReference(name="com.liferay.portal.service.PortletPreferencesService")
protected com.liferay.portal.service.PortletPreferencesService portletPreferencesService

portletPreferencesPersistence

@BeanReference(name="com.liferay.portal.service.persistence.PortletPreferencesPersistence")
protected com.liferay.portal.service.persistence.PortletPreferencesPersistence portletPreferencesPersistence

portletPreferencesFinder

@BeanReference(name="com.liferay.portal.service.persistence.PortletPreferencesFinder")
protected com.liferay.portal.service.persistence.PortletPreferencesFinder portletPreferencesFinder

resourceLocalService

@BeanReference(name="com.liferay.portal.service.ResourceLocalService")
protected com.liferay.portal.service.ResourceLocalService resourceLocalService

resourceService

@BeanReference(name="com.liferay.portal.service.ResourceService")
protected com.liferay.portal.service.ResourceService resourceService

resourcePersistence

@BeanReference(name="com.liferay.portal.service.persistence.ResourcePersistence")
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(name="com.liferay.portal.service.persistence.ResourceFinder")
protected com.liferay.portal.service.persistence.ResourceFinder resourceFinder

userLocalService

@BeanReference(name="com.liferay.portal.service.UserLocalService")
protected com.liferay.portal.service.UserLocalService userLocalService

userService

@BeanReference(name="com.liferay.portal.service.UserService")
protected com.liferay.portal.service.UserService userService

userPersistence

@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(name="com.liferay.portal.service.persistence.UserFinder")
protected com.liferay.portal.service.persistence.UserFinder userFinder

assetEntryLocalService

@BeanReference(name="com.liferay.portlet.asset.service.AssetEntryLocalService")
protected com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService

assetEntryService

@BeanReference(name="com.liferay.portlet.asset.service.AssetEntryService")
protected com.liferay.portlet.asset.service.AssetEntryService assetEntryService

assetEntryPersistence

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetEntryPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetEntryFinder")
protected com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder

assetTagLocalService

@BeanReference(name="com.liferay.portlet.asset.service.AssetTagLocalService")
protected com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService

assetTagService

@BeanReference(name="com.liferay.portlet.asset.service.AssetTagService")
protected com.liferay.portlet.asset.service.AssetTagService assetTagService

assetTagPersistence

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetTagPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence

assetTagFinder

@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetTagFinder")
protected com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder

expandoValueLocalService

@BeanReference(name="com.liferay.portlet.expando.service.ExpandoValueLocalService")
protected com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService

expandoValueService

@BeanReference(name="com.liferay.portlet.expando.service.ExpandoValueService")
protected com.liferay.portlet.expando.service.ExpandoValueService expandoValueService

expandoValuePersistence

@BeanReference(name="com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence")
protected com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence

mbMessageLocalService

@BeanReference(name="com.liferay.portlet.messageboards.service.MBMessageLocalService")
protected com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService

mbMessageService

@BeanReference(name="com.liferay.portlet.messageboards.service.MBMessageService")
protected com.liferay.portlet.messageboards.service.MBMessageService mbMessageService

mbMessagePersistence

@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence")
protected com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence

mbMessageFinder

@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBMessageFinder")
protected com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder

ratingsStatsLocalService

@BeanReference(name="com.liferay.portlet.ratings.service.RatingsStatsLocalService")
protected com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService

ratingsStatsPersistence

@BeanReference(name="com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence")
protected com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence

socialActivityLocalService

@BeanReference(name="com.liferay.portlet.social.service.SocialActivityLocalService")
protected com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService

socialActivityPersistence

@BeanReference(name="com.liferay.portlet.social.service.persistence.SocialActivityPersistence")
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence

socialActivityFinder

@BeanReference(name="com.liferay.portlet.social.service.persistence.SocialActivityFinder")
protected com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder
Constructor Detail

BlogsEntryLocalServiceBaseImpl

public BlogsEntryLocalServiceBaseImpl()
Method Detail

addBlogsEntry

public com.liferay.portlet.blogs.model.BlogsEntry addBlogsEntry(com.liferay.portlet.blogs.model.BlogsEntry blogsEntry)
                                                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addBlogsEntry in interface com.liferay.portlet.blogs.service.BlogsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createBlogsEntry

public com.liferay.portlet.blogs.model.BlogsEntry createBlogsEntry(long entryId)
Specified by:
createBlogsEntry in interface com.liferay.portlet.blogs.service.BlogsEntryLocalService

deleteBlogsEntry

public void deleteBlogsEntry(long entryId)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteBlogsEntry in interface com.liferay.portlet.blogs.service.BlogsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteBlogsEntry

public void deleteBlogsEntry(com.liferay.portlet.blogs.model.BlogsEntry blogsEntry)
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteBlogsEntry in interface com.liferay.portlet.blogs.service.BlogsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.blogs.service.BlogsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.blogs.service.BlogsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getBlogsEntry

public com.liferay.portlet.blogs.model.BlogsEntry getBlogsEntry(long entryId)
                                                         throws com.liferay.portal.kernel.exception.PortalException,
                                                                com.liferay.portal.kernel.exception.SystemException
Specified by:
getBlogsEntry in interface com.liferay.portlet.blogs.service.BlogsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getBlogsEntries

public java.util.List<com.liferay.portlet.blogs.model.BlogsEntry> getBlogsEntries(int start,
                                                                                  int end)
                                                                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getBlogsEntries in interface com.liferay.portlet.blogs.service.BlogsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getBlogsEntriesCount

public int getBlogsEntriesCount()
                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getBlogsEntriesCount in interface com.liferay.portlet.blogs.service.BlogsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateBlogsEntry

public com.liferay.portlet.blogs.model.BlogsEntry updateBlogsEntry(com.liferay.portlet.blogs.model.BlogsEntry blogsEntry)
                                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateBlogsEntry in interface com.liferay.portlet.blogs.service.BlogsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateBlogsEntry

public com.liferay.portlet.blogs.model.BlogsEntry updateBlogsEntry(com.liferay.portlet.blogs.model.BlogsEntry blogsEntry,
                                                                   boolean merge)
                                                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateBlogsEntry in interface com.liferay.portlet.blogs.service.BlogsEntryLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getBlogsEntryLocalService

public com.liferay.portlet.blogs.service.BlogsEntryLocalService getBlogsEntryLocalService()

setBlogsEntryLocalService

public void setBlogsEntryLocalService(com.liferay.portlet.blogs.service.BlogsEntryLocalService blogsEntryLocalService)

getBlogsEntryService

public com.liferay.portlet.blogs.service.BlogsEntryService getBlogsEntryService()

setBlogsEntryService

public void setBlogsEntryService(com.liferay.portlet.blogs.service.BlogsEntryService blogsEntryService)

getBlogsEntryPersistence

public com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence getBlogsEntryPersistence()

setBlogsEntryPersistence

public void setBlogsEntryPersistence(com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence)

getBlogsEntryFinder

public com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder getBlogsEntryFinder()

setBlogsEntryFinder

public void setBlogsEntryFinder(com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder)

getBlogsStatsUserLocalService

public com.liferay.portlet.blogs.service.BlogsStatsUserLocalService getBlogsStatsUserLocalService()

setBlogsStatsUserLocalService

public void setBlogsStatsUserLocalService(com.liferay.portlet.blogs.service.BlogsStatsUserLocalService blogsStatsUserLocalService)

getBlogsStatsUserPersistence

public com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence getBlogsStatsUserPersistence()

setBlogsStatsUserPersistence

public void setBlogsStatsUserPersistence(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence)

getBlogsStatsUserFinder

public com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder getBlogsStatsUserFinder()

setBlogsStatsUserFinder

public void setBlogsStatsUserFinder(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder)

getCounterLocalService

public com.liferay.counter.service.CounterLocalService getCounterLocalService()

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)

getCounterService

public com.liferay.counter.service.CounterService getCounterService()

setCounterService

public void setCounterService(com.liferay.counter.service.CounterService counterService)

getCompanyLocalService

public com.liferay.portal.service.CompanyLocalService getCompanyLocalService()

setCompanyLocalService

public void setCompanyLocalService(com.liferay.portal.service.CompanyLocalService companyLocalService)

getCompanyService

public com.liferay.portal.service.CompanyService getCompanyService()

setCompanyService

public void setCompanyService(com.liferay.portal.service.CompanyService companyService)

getCompanyPersistence

public com.liferay.portal.service.persistence.CompanyPersistence getCompanyPersistence()

setCompanyPersistence

public void setCompanyPersistence(com.liferay.portal.service.persistence.CompanyPersistence companyPersistence)

getGroupLocalService

public com.liferay.portal.service.GroupLocalService getGroupLocalService()

setGroupLocalService

public void setGroupLocalService(com.liferay.portal.service.GroupLocalService groupLocalService)

getGroupService

public com.liferay.portal.service.GroupService getGroupService()

setGroupService

public void setGroupService(com.liferay.portal.service.GroupService groupService)

getGroupPersistence

public com.liferay.portal.service.persistence.GroupPersistence getGroupPersistence()

setGroupPersistence

public void setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence)

getGroupFinder

public com.liferay.portal.service.persistence.GroupFinder getGroupFinder()

setGroupFinder

public void setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder)

getOrganizationLocalService

public com.liferay.portal.service.OrganizationLocalService getOrganizationLocalService()

setOrganizationLocalService

public void setOrganizationLocalService(com.liferay.portal.service.OrganizationLocalService organizationLocalService)

getOrganizationService

public com.liferay.portal.service.OrganizationService getOrganizationService()

setOrganizationService

public void setOrganizationService(com.liferay.portal.service.OrganizationService organizationService)

getOrganizationPersistence

public com.liferay.portal.service.persistence.OrganizationPersistence getOrganizationPersistence()

setOrganizationPersistence

public void setOrganizationPersistence(com.liferay.portal.service.persistence.OrganizationPersistence organizationPersistence)

getOrganizationFinder

public com.liferay.portal.service.persistence.OrganizationFinder getOrganizationFinder()

setOrganizationFinder

public void setOrganizationFinder(com.liferay.portal.service.persistence.OrganizationFinder organizationFinder)

getPortletPreferencesLocalService

public com.liferay.portal.service.PortletPreferencesLocalService getPortletPreferencesLocalService()

setPortletPreferencesLocalService

public void setPortletPreferencesLocalService(com.liferay.portal.service.PortletPreferencesLocalService portletPreferencesLocalService)

getPortletPreferencesService

public com.liferay.portal.service.PortletPreferencesService getPortletPreferencesService()

setPortletPreferencesService

public void setPortletPreferencesService(com.liferay.portal.service.PortletPreferencesService portletPreferencesService)

getPortletPreferencesPersistence

public com.liferay.portal.service.persistence.PortletPreferencesPersistence getPortletPreferencesPersistence()

setPortletPreferencesPersistence

public void setPortletPreferencesPersistence(com.liferay.portal.service.persistence.PortletPreferencesPersistence portletPreferencesPersistence)

getPortletPreferencesFinder

public com.liferay.portal.service.persistence.PortletPreferencesFinder getPortletPreferencesFinder()

setPortletPreferencesFinder

public void setPortletPreferencesFinder(com.liferay.portal.service.persistence.PortletPreferencesFinder portletPreferencesFinder)

getResourceLocalService

public com.liferay.portal.service.ResourceLocalService getResourceLocalService()

setResourceLocalService

public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)

getResourceService

public com.liferay.portal.service.ResourceService getResourceService()

setResourceService

public void setResourceService(com.liferay.portal.service.ResourceService resourceService)

getResourcePersistence

public com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()

setResourcePersistence

public void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)

getResourceFinder

public com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()

setResourceFinder

public void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)

getUserLocalService

public com.liferay.portal.service.UserLocalService getUserLocalService()

setUserLocalService

public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)

getUserService

public com.liferay.portal.service.UserService getUserService()

setUserService

public void setUserService(com.liferay.portal.service.UserService userService)

getUserPersistence

public com.liferay.portal.service.persistence.UserPersistence getUserPersistence()

setUserPersistence

public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)

getUserFinder

public com.liferay.portal.service.persistence.UserFinder getUserFinder()

setUserFinder

public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)

getAssetEntryLocalService

public com.liferay.portlet.asset.service.AssetEntryLocalService getAssetEntryLocalService()

setAssetEntryLocalService

public void setAssetEntryLocalService(com.liferay.portlet.asset.service.AssetEntryLocalService assetEntryLocalService)

getAssetEntryService

public com.liferay.portlet.asset.service.AssetEntryService getAssetEntryService()

setAssetEntryService

public void setAssetEntryService(com.liferay.portlet.asset.service.AssetEntryService assetEntryService)

getAssetEntryPersistence

public com.liferay.portlet.asset.service.persistence.AssetEntryPersistence getAssetEntryPersistence()

setAssetEntryPersistence

public void setAssetEntryPersistence(com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence)

getAssetEntryFinder

public com.liferay.portlet.asset.service.persistence.AssetEntryFinder getAssetEntryFinder()

setAssetEntryFinder

public void setAssetEntryFinder(com.liferay.portlet.asset.service.persistence.AssetEntryFinder assetEntryFinder)

getAssetTagLocalService

public com.liferay.portlet.asset.service.AssetTagLocalService getAssetTagLocalService()

setAssetTagLocalService

public void setAssetTagLocalService(com.liferay.portlet.asset.service.AssetTagLocalService assetTagLocalService)

getAssetTagService

public com.liferay.portlet.asset.service.AssetTagService getAssetTagService()

setAssetTagService

public void setAssetTagService(com.liferay.portlet.asset.service.AssetTagService assetTagService)

getAssetTagPersistence

public com.liferay.portlet.asset.service.persistence.AssetTagPersistence getAssetTagPersistence()

setAssetTagPersistence

public void setAssetTagPersistence(com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence)

getAssetTagFinder

public com.liferay.portlet.asset.service.persistence.AssetTagFinder getAssetTagFinder()

setAssetTagFinder

public void setAssetTagFinder(com.liferay.portlet.asset.service.persistence.AssetTagFinder assetTagFinder)

getExpandoValueLocalService

public com.liferay.portlet.expando.service.ExpandoValueLocalService getExpandoValueLocalService()

setExpandoValueLocalService

public void setExpandoValueLocalService(com.liferay.portlet.expando.service.ExpandoValueLocalService expandoValueLocalService)

getExpandoValueService

public com.liferay.portlet.expando.service.ExpandoValueService getExpandoValueService()

setExpandoValueService

public void setExpandoValueService(com.liferay.portlet.expando.service.ExpandoValueService expandoValueService)

getExpandoValuePersistence

public com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence getExpandoValuePersistence()

setExpandoValuePersistence

public void setExpandoValuePersistence(com.liferay.portlet.expando.service.persistence.ExpandoValuePersistence expandoValuePersistence)

getMBMessageLocalService

public com.liferay.portlet.messageboards.service.MBMessageLocalService getMBMessageLocalService()

setMBMessageLocalService

public void setMBMessageLocalService(com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService)

getMBMessageService

public com.liferay.portlet.messageboards.service.MBMessageService getMBMessageService()

setMBMessageService

public void setMBMessageService(com.liferay.portlet.messageboards.service.MBMessageService mbMessageService)

getMBMessagePersistence

public com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence getMBMessagePersistence()

setMBMessagePersistence

public void setMBMessagePersistence(com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence)

getMBMessageFinder

public com.liferay.portlet.messageboards.service.persistence.MBMessageFinder getMBMessageFinder()

setMBMessageFinder

public void setMBMessageFinder(com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder)

getRatingsStatsLocalService

public com.liferay.portlet.ratings.service.RatingsStatsLocalService getRatingsStatsLocalService()

setRatingsStatsLocalService

public void setRatingsStatsLocalService(com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService)

getRatingsStatsPersistence

public com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence getRatingsStatsPersistence()

setRatingsStatsPersistence

public void setRatingsStatsPersistence(com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence)

getSocialActivityLocalService

public com.liferay.portlet.social.service.SocialActivityLocalService getSocialActivityLocalService()

setSocialActivityLocalService

public void setSocialActivityLocalService(com.liferay.portlet.social.service.SocialActivityLocalService socialActivityLocalService)

getSocialActivityPersistence

public com.liferay.portlet.social.service.persistence.SocialActivityPersistence getSocialActivityPersistence()

setSocialActivityPersistence

public void setSocialActivityPersistence(com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence)

getSocialActivityFinder

public com.liferay.portlet.social.service.persistence.SocialActivityFinder getSocialActivityFinder()

setSocialActivityFinder

public void setSocialActivityFinder(com.liferay.portlet.social.service.persistence.SocialActivityFinder socialActivityFinder)

runSQL

protected void runSQL(java.lang.String sql)
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException