Liferay 6.0.5

com.liferay.portlet.journal.service.base
Class JournalArticleLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portlet.journal.service.base.JournalArticleLocalServiceBaseImpl
All Implemented Interfaces:
JournalArticleLocalService
Direct Known Subclasses:
JournalArticleLocalServiceImpl

public abstract class JournalArticleLocalServiceBaseImpl
extends Object
implements JournalArticleLocalService

The base implementation of the journal article local service.

This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in JournalArticleLocalServiceImpl.

Never modify or reference this class directly. Always use JournalArticleLocalServiceUtil to access the journal article local service.

See Also:
JournalArticleLocalServiceImpl, JournalArticleLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
protected  AssetCategoryFinder assetCategoryFinder
           
protected  AssetCategoryLocalService assetCategoryLocalService
           
protected  AssetCategoryPersistence assetCategoryPersistence
           
protected  AssetCategoryService assetCategoryService
           
protected  AssetEntryFinder assetEntryFinder
           
protected  AssetEntryLocalService assetEntryLocalService
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetEntryService assetEntryService
           
protected  AssetTagFinder assetTagFinder
           
protected  AssetTagLocalService assetTagLocalService
           
protected  AssetTagPersistence assetTagPersistence
           
protected  AssetTagService assetTagService
           
protected  CompanyLocalService companyLocalService
           
protected  CompanyPersistence companyPersistence
           
protected  CompanyService companyService
           
protected  CounterLocalService counterLocalService
           
protected  ExpandoValueLocalService expandoValueLocalService
           
protected  ExpandoValuePersistence expandoValuePersistence
           
protected  ExpandoValueService expandoValueService
           
protected  GroupFinder groupFinder
           
protected  GroupLocalService groupLocalService
           
protected  GroupPersistence groupPersistence
           
protected  GroupService groupService
           
protected  ImageLocalService imageLocalService
           
protected  ImagePersistence imagePersistence
           
protected  ImageService imageService
           
protected  JournalArticleFinder journalArticleFinder
           
protected  JournalArticleImageLocalService journalArticleImageLocalService
           
protected  JournalArticleImagePersistence journalArticleImagePersistence
           
protected  JournalArticleLocalService journalArticleLocalService
           
protected  JournalArticlePersistence journalArticlePersistence
           
protected  JournalArticleResourceLocalService journalArticleResourceLocalService
           
protected  JournalArticleResourcePersistence journalArticleResourcePersistence
           
protected  JournalArticleService journalArticleService
           
protected  JournalContentSearchLocalService journalContentSearchLocalService
           
protected  JournalContentSearchPersistence journalContentSearchPersistence
           
protected  JournalFeedFinder journalFeedFinder
           
protected  JournalFeedLocalService journalFeedLocalService
           
protected  JournalFeedPersistence journalFeedPersistence
           
protected  JournalFeedService journalFeedService
           
protected  JournalStructureFinder journalStructureFinder
           
protected  JournalStructureLocalService journalStructureLocalService
           
protected  JournalStructurePersistence journalStructurePersistence
           
protected  JournalStructureService journalStructureService
           
protected  JournalTemplateFinder journalTemplateFinder
           
protected  JournalTemplateLocalService journalTemplateLocalService
           
protected  JournalTemplatePersistence journalTemplatePersistence
           
protected  JournalTemplateService journalTemplateService
           
protected  MailService mailService
           
protected  MBMessageFinder mbMessageFinder
           
protected  MBMessageLocalService mbMessageLocalService
           
protected  MBMessagePersistence mbMessagePersistence
           
protected  MBMessageService mbMessageService
           
protected  PortletPreferencesFinder portletPreferencesFinder
           
protected  PortletPreferencesLocalService portletPreferencesLocalService
           
protected  PortletPreferencesPersistence portletPreferencesPersistence
           
protected  PortletPreferencesService portletPreferencesService
           
protected  RatingsStatsFinder ratingsStatsFinder
           
protected  RatingsStatsLocalService ratingsStatsLocalService
           
protected  RatingsStatsPersistence ratingsStatsPersistence
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  SubscriptionLocalService subscriptionLocalService
           
protected  SubscriptionPersistence subscriptionPersistence
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
protected  WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService
           
protected  WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
           
 
Constructor Summary
JournalArticleLocalServiceBaseImpl()
           
 
Method Summary
 JournalArticle addJournalArticle(JournalArticle journalArticle)
          Adds the journal article to the database.
 JournalArticle createJournalArticle(long id)
          Creates a new journal article with the primary key.
 void deleteJournalArticle(JournalArticle journalArticle)
          Deletes the journal article from the database.
 void deleteJournalArticle(long id)
          Deletes the journal article with the primary key from the database.
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Counts the number of rows that match the dynamic query.
 AssetCategoryFinder getAssetCategoryFinder()
          Gets the asset category finder.
 AssetCategoryLocalService getAssetCategoryLocalService()
          Gets the asset category local service.
 AssetCategoryPersistence getAssetCategoryPersistence()
          Gets the asset category persistence.
 AssetCategoryService getAssetCategoryService()
          Gets the asset category remote service.
 AssetEntryFinder getAssetEntryFinder()
          Gets the asset entry finder.
 AssetEntryLocalService getAssetEntryLocalService()
          Gets the asset entry local service.
 AssetEntryPersistence getAssetEntryPersistence()
          Gets the asset entry persistence.
 AssetEntryService getAssetEntryService()
          Gets the asset entry remote service.
 AssetTagFinder getAssetTagFinder()
          Gets the asset tag finder.
 AssetTagLocalService getAssetTagLocalService()
          Gets the asset tag local service.
 AssetTagPersistence getAssetTagPersistence()
          Gets the asset tag persistence.
 AssetTagService getAssetTagService()
          Gets the asset tag remote service.
 CompanyLocalService getCompanyLocalService()
          Gets the company local service.
 CompanyPersistence getCompanyPersistence()
          Gets the company persistence.
 CompanyService getCompanyService()
          Gets the company remote service.
 CounterLocalService getCounterLocalService()
          Gets the counter local service.
 ExpandoValueLocalService getExpandoValueLocalService()
          Gets the expando value local service.
 ExpandoValuePersistence getExpandoValuePersistence()
          Gets the expando value persistence.
 ExpandoValueService getExpandoValueService()
          Gets the expando value remote service.
 GroupFinder getGroupFinder()
          Gets the group finder.
 GroupLocalService getGroupLocalService()
          Gets the group local service.
 GroupPersistence getGroupPersistence()
          Gets the group persistence.
 GroupService getGroupService()
          Gets the group remote service.
 ImageLocalService getImageLocalService()
          Gets the image local service.
 ImagePersistence getImagePersistence()
          Gets the image persistence.
 ImageService getImageService()
          Gets the image remote service.
 JournalArticle getJournalArticle(long id)
          Gets the journal article with the primary key.
 JournalArticle getJournalArticleByUuidAndGroupId(String uuid, long groupId)
          Gets the journal article with the UUID and group id.
 JournalArticleFinder getJournalArticleFinder()
          Gets the journal article finder.
 JournalArticleImageLocalService getJournalArticleImageLocalService()
          Gets the journal article image local service.
 JournalArticleImagePersistence getJournalArticleImagePersistence()
          Gets the journal article image persistence.
 JournalArticleLocalService getJournalArticleLocalService()
          Gets the journal article local service.
 JournalArticlePersistence getJournalArticlePersistence()
          Gets the journal article persistence.
 JournalArticleResourceLocalService getJournalArticleResourceLocalService()
          Gets the journal article resource local service.
 JournalArticleResourcePersistence getJournalArticleResourcePersistence()
          Gets the journal article resource persistence.
 List<JournalArticle> getJournalArticles(int start, int end)
          Gets a range of all the journal articles.
 int getJournalArticlesCount()
          Gets the number of journal articles.
 JournalArticleService getJournalArticleService()
          Gets the journal article remote service.
 JournalContentSearchLocalService getJournalContentSearchLocalService()
          Gets the journal content search local service.
 JournalContentSearchPersistence getJournalContentSearchPersistence()
          Gets the journal content search persistence.
 JournalFeedFinder getJournalFeedFinder()
          Gets the journal feed finder.
 JournalFeedLocalService getJournalFeedLocalService()
          Gets the journal feed local service.
 JournalFeedPersistence getJournalFeedPersistence()
          Gets the journal feed persistence.
 JournalFeedService getJournalFeedService()
          Gets the journal feed remote service.
 JournalStructureFinder getJournalStructureFinder()
          Gets the journal structure finder.
 JournalStructureLocalService getJournalStructureLocalService()
          Gets the journal structure local service.
 JournalStructurePersistence getJournalStructurePersistence()
          Gets the journal structure persistence.
 JournalStructureService getJournalStructureService()
          Gets the journal structure remote service.
 JournalTemplateFinder getJournalTemplateFinder()
          Gets the journal template finder.
 JournalTemplateLocalService getJournalTemplateLocalService()
          Gets the journal template local service.
 JournalTemplatePersistence getJournalTemplatePersistence()
          Gets the journal template persistence.
 JournalTemplateService getJournalTemplateService()
          Gets the journal template remote service.
 MailService getMailService()
          Gets the mail remote service.
 MBMessageFinder getMBMessageFinder()
          Gets the message-boards message finder.
 MBMessageLocalService getMBMessageLocalService()
          Gets the message-boards message local service.
 MBMessagePersistence getMBMessagePersistence()
          Gets the message-boards message persistence.
 MBMessageService getMBMessageService()
          Gets the message-boards message remote service.
 PortletPreferencesFinder getPortletPreferencesFinder()
          Gets the portlet preferences finder.
 PortletPreferencesLocalService getPortletPreferencesLocalService()
          Gets the portlet preferences local service.
 PortletPreferencesPersistence getPortletPreferencesPersistence()
          Gets the portlet preferences persistence.
 PortletPreferencesService getPortletPreferencesService()
          Gets the portlet preferences remote service.
 RatingsStatsFinder getRatingsStatsFinder()
          Gets the ratings stats finder.
 RatingsStatsLocalService getRatingsStatsLocalService()
          Gets the ratings stats local service.
 RatingsStatsPersistence getRatingsStatsPersistence()
          Gets the ratings stats persistence.
 ResourceFinder getResourceFinder()
          Gets the resource finder.
 ResourceLocalService getResourceLocalService()
          Gets the resource local service.
 ResourcePersistence getResourcePersistence()
          Gets the resource persistence.
 ResourceService getResourceService()
          Gets the resource remote service.
 SubscriptionLocalService getSubscriptionLocalService()
          Gets the subscription local service.
 SubscriptionPersistence getSubscriptionPersistence()
          Gets the subscription persistence.
 UserFinder getUserFinder()
          Gets the user finder.
 UserLocalService getUserLocalService()
          Gets the user local service.
 UserPersistence getUserPersistence()
          Gets the user persistence.
 UserService getUserService()
          Gets the user remote service.
 WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
          Gets the workflow instance link local service.
 WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
          Gets the workflow instance link persistence.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
          Sets the asset category finder.
 void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
          Sets the asset category local service.
 void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
          Sets the asset category persistence.
 void setAssetCategoryService(AssetCategoryService assetCategoryService)
          Sets the asset category remote service.
 void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
          Sets the asset entry finder.
 void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
          Sets the asset entry local service.
 void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
          Sets the asset entry persistence.
 void setAssetEntryService(AssetEntryService assetEntryService)
          Sets the asset entry remote service.
 void setAssetTagFinder(AssetTagFinder assetTagFinder)
          Sets the asset tag finder.
 void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
          Sets the asset tag local service.
 void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
          Sets the asset tag persistence.
 void setAssetTagService(AssetTagService assetTagService)
          Sets the asset tag remote service.
 void setCompanyLocalService(CompanyLocalService companyLocalService)
          Sets the company local service.
 void setCompanyPersistence(CompanyPersistence companyPersistence)
          Sets the company persistence.
 void setCompanyService(CompanyService companyService)
          Sets the company remote service.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
          Sets the expando value local service.
 void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
          Sets the expando value persistence.
 void setExpandoValueService(ExpandoValueService expandoValueService)
          Sets the expando value remote service.
 void setGroupFinder(GroupFinder groupFinder)
          Sets the group finder.
 void setGroupLocalService(GroupLocalService groupLocalService)
          Sets the group local service.
 void setGroupPersistence(GroupPersistence groupPersistence)
          Sets the group persistence.
 void setGroupService(GroupService groupService)
          Sets the group remote service.
 void setImageLocalService(ImageLocalService imageLocalService)
          Sets the image local service.
 void setImagePersistence(ImagePersistence imagePersistence)
          Sets the image persistence.
 void setImageService(ImageService imageService)
          Sets the image remote service.
 void setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
          Sets the journal article finder.
 void setJournalArticleImageLocalService(JournalArticleImageLocalService journalArticleImageLocalService)
          Sets the journal article image local service.
 void setJournalArticleImagePersistence(JournalArticleImagePersistence journalArticleImagePersistence)
          Sets the journal article image persistence.
 void setJournalArticleLocalService(JournalArticleLocalService journalArticleLocalService)
          Sets the journal article local service.
 void setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
          Sets the journal article persistence.
 void setJournalArticleResourceLocalService(JournalArticleResourceLocalService journalArticleResourceLocalService)
          Sets the journal article resource local service.
 void setJournalArticleResourcePersistence(JournalArticleResourcePersistence journalArticleResourcePersistence)
          Sets the journal article resource persistence.
 void setJournalArticleService(JournalArticleService journalArticleService)
          Sets the journal article remote service.
 void setJournalContentSearchLocalService(JournalContentSearchLocalService journalContentSearchLocalService)
          Sets the journal content search local service.
 void setJournalContentSearchPersistence(JournalContentSearchPersistence journalContentSearchPersistence)
          Sets the journal content search persistence.
 void setJournalFeedFinder(JournalFeedFinder journalFeedFinder)
          Sets the journal feed finder.
 void setJournalFeedLocalService(JournalFeedLocalService journalFeedLocalService)
          Sets the journal feed local service.
 void setJournalFeedPersistence(JournalFeedPersistence journalFeedPersistence)
          Sets the journal feed persistence.
 void setJournalFeedService(JournalFeedService journalFeedService)
          Sets the journal feed remote service.
 void setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
          Sets the journal structure finder.
 void setJournalStructureLocalService(JournalStructureLocalService journalStructureLocalService)
          Sets the journal structure local service.
 void setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
          Sets the journal structure persistence.
 void setJournalStructureService(JournalStructureService journalStructureService)
          Sets the journal structure remote service.
 void setJournalTemplateFinder(JournalTemplateFinder journalTemplateFinder)
          Sets the journal template finder.
 void setJournalTemplateLocalService(JournalTemplateLocalService journalTemplateLocalService)
          Sets the journal template local service.
 void setJournalTemplatePersistence(JournalTemplatePersistence journalTemplatePersistence)
          Sets the journal template persistence.
 void setJournalTemplateService(JournalTemplateService journalTemplateService)
          Sets the journal template remote service.
 void setMailService(MailService mailService)
          Sets the mail remote service.
 void setMBMessageFinder(MBMessageFinder mbMessageFinder)
          Sets the message-boards message finder.
 void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
          Sets the message-boards message local service.
 void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
          Sets the message-boards message persistence.
 void setMBMessageService(MBMessageService mbMessageService)
          Sets the message-boards message remote service.
 void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
          Sets the portlet preferences finder.
 void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
          Sets the portlet preferences local service.
 void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
          Sets the portlet preferences persistence.
 void setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
          Sets the portlet preferences remote service.
 void setRatingsStatsFinder(RatingsStatsFinder ratingsStatsFinder)
          Sets the ratings stats finder.
 void setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Sets the ratings stats local service.
 void setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
          Sets the ratings stats persistence.
 void setResourceFinder(ResourceFinder resourceFinder)
          Sets the resource finder.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePersistence(ResourcePersistence resourcePersistence)
          Sets the resource persistence.
 void setResourceService(ResourceService resourceService)
          Sets the resource remote service.
 void setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
          Sets the subscription local service.
 void setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
          Sets the subscription persistence.
 void setUserFinder(UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Sets the user persistence.
 void setUserService(UserService userService)
          Sets the user remote service.
 void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
          Sets the workflow instance link local service.
 void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
          Sets the workflow instance link persistence.
 JournalArticle updateJournalArticle(JournalArticle journalArticle)
          Updates the journal article in the database.
 JournalArticle updateJournalArticle(JournalArticle journalArticle, boolean merge)
          Updates the journal article in the database.
 
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.journal.service.JournalArticleLocalService
addArticle, addArticleResources, addArticleResources, addArticleResources, addArticleResources, checkArticleResourcePrimKey, checkArticles, checkNewLine, checkStructure, copyArticle, deleteArticle, deleteArticle, deleteArticle, deleteArticles, expireArticle, getArticle, getArticle, getArticle, getArticleByUrlTitle, getArticleContent, getArticleContent, getArticleContent, getArticleContent, getArticleContent, getArticleDisplay, getArticleDisplay, getArticleDisplay, getArticleDisplay, getArticleDisplay, getArticleDisplay, getArticleDisplay, getArticles, getArticles, getArticles, getArticles, getArticles, getArticlesBySmallImageId, getArticlesCount, getCompanyArticles, getCompanyArticlesCount, getDisplayArticle, getLatestArticle, getLatestArticle, getLatestArticle, getLatestArticle, getLatestArticle, getLatestArticleByUrlTitle, getLatestVersion, getLatestVersion, getStructureArticles, getStructureArticles, getStructureArticlesCount, getTemplateArticles, getTemplateArticles, getTemplateArticlesCount, hasArticle, isLatestVersion, isLatestVersion, removeArticleLocale, search, search, search, searchCount, searchCount, searchCount, updateArticle, updateArticle, updateAsset, updateContent, updateStatus, updateStatus, updateStatus
 

Field Detail

journalArticleLocalService

@BeanReference(type=JournalArticleLocalService.class)
protected JournalArticleLocalService journalArticleLocalService

journalArticleService

@BeanReference(type=JournalArticleService.class)
protected JournalArticleService journalArticleService

journalArticlePersistence

@BeanReference(type=JournalArticlePersistence.class)
protected JournalArticlePersistence journalArticlePersistence

journalArticleFinder

@BeanReference(type=JournalArticleFinder.class)
protected JournalArticleFinder journalArticleFinder

journalArticleImageLocalService

@BeanReference(type=JournalArticleImageLocalService.class)
protected JournalArticleImageLocalService journalArticleImageLocalService

journalArticleImagePersistence

@BeanReference(type=JournalArticleImagePersistence.class)
protected JournalArticleImagePersistence journalArticleImagePersistence

journalArticleResourceLocalService

@BeanReference(type=JournalArticleResourceLocalService.class)
protected JournalArticleResourceLocalService journalArticleResourceLocalService

journalArticleResourcePersistence

@BeanReference(type=JournalArticleResourcePersistence.class)
protected JournalArticleResourcePersistence journalArticleResourcePersistence

journalContentSearchLocalService

@BeanReference(type=JournalContentSearchLocalService.class)
protected JournalContentSearchLocalService journalContentSearchLocalService

journalContentSearchPersistence

@BeanReference(type=JournalContentSearchPersistence.class)
protected JournalContentSearchPersistence journalContentSearchPersistence

journalFeedLocalService

@BeanReference(type=JournalFeedLocalService.class)
protected JournalFeedLocalService journalFeedLocalService

journalFeedService

@BeanReference(type=JournalFeedService.class)
protected JournalFeedService journalFeedService

journalFeedPersistence

@BeanReference(type=JournalFeedPersistence.class)
protected JournalFeedPersistence journalFeedPersistence

journalFeedFinder

@BeanReference(type=JournalFeedFinder.class)
protected JournalFeedFinder journalFeedFinder

journalStructureLocalService

@BeanReference(type=JournalStructureLocalService.class)
protected JournalStructureLocalService journalStructureLocalService

journalStructureService

@BeanReference(type=JournalStructureService.class)
protected JournalStructureService journalStructureService

journalStructurePersistence

@BeanReference(type=JournalStructurePersistence.class)
protected JournalStructurePersistence journalStructurePersistence

journalStructureFinder

@BeanReference(type=JournalStructureFinder.class)
protected JournalStructureFinder journalStructureFinder

journalTemplateLocalService

@BeanReference(type=JournalTemplateLocalService.class)
protected JournalTemplateLocalService journalTemplateLocalService

journalTemplateService

@BeanReference(type=JournalTemplateService.class)
protected JournalTemplateService journalTemplateService

journalTemplatePersistence

@BeanReference(type=JournalTemplatePersistence.class)
protected JournalTemplatePersistence journalTemplatePersistence

journalTemplateFinder

@BeanReference(type=JournalTemplateFinder.class)
protected JournalTemplateFinder journalTemplateFinder

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

mailService

@BeanReference(type=MailService.class)
protected MailService mailService

companyLocalService

@BeanReference(type=CompanyLocalService.class)
protected CompanyLocalService companyLocalService

companyService

@BeanReference(type=CompanyService.class)
protected CompanyService companyService

companyPersistence

@BeanReference(type=CompanyPersistence.class)
protected CompanyPersistence companyPersistence

groupLocalService

@BeanReference(type=GroupLocalService.class)
protected GroupLocalService groupLocalService

groupService

@BeanReference(type=GroupService.class)
protected GroupService groupService

groupPersistence

@BeanReference(type=GroupPersistence.class)
protected GroupPersistence groupPersistence

groupFinder

@BeanReference(type=GroupFinder.class)
protected GroupFinder groupFinder

imageLocalService

@BeanReference(type=ImageLocalService.class)
protected ImageLocalService imageLocalService

imageService

@BeanReference(type=ImageService.class)
protected ImageService imageService

imagePersistence

@BeanReference(type=ImagePersistence.class)
protected ImagePersistence imagePersistence

portletPreferencesLocalService

@BeanReference(type=PortletPreferencesLocalService.class)
protected PortletPreferencesLocalService portletPreferencesLocalService

portletPreferencesService

@BeanReference(type=PortletPreferencesService.class)
protected PortletPreferencesService portletPreferencesService

portletPreferencesPersistence

@BeanReference(type=PortletPreferencesPersistence.class)
protected PortletPreferencesPersistence portletPreferencesPersistence

portletPreferencesFinder

@BeanReference(type=PortletPreferencesFinder.class)
protected PortletPreferencesFinder portletPreferencesFinder

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=ResourceService.class)
protected ResourceService resourceService

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder

subscriptionLocalService

@BeanReference(type=SubscriptionLocalService.class)
protected SubscriptionLocalService subscriptionLocalService

subscriptionPersistence

@BeanReference(type=SubscriptionPersistence.class)
protected SubscriptionPersistence subscriptionPersistence

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder

workflowInstanceLinkLocalService

@BeanReference(type=WorkflowInstanceLinkLocalService.class)
protected WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService

workflowInstanceLinkPersistence

@BeanReference(type=WorkflowInstanceLinkPersistence.class)
protected WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence

assetCategoryLocalService

@BeanReference(type=AssetCategoryLocalService.class)
protected AssetCategoryLocalService assetCategoryLocalService

assetCategoryService

@BeanReference(type=AssetCategoryService.class)
protected AssetCategoryService assetCategoryService

assetCategoryPersistence

@BeanReference(type=AssetCategoryPersistence.class)
protected AssetCategoryPersistence assetCategoryPersistence

assetCategoryFinder

@BeanReference(type=AssetCategoryFinder.class)
protected AssetCategoryFinder assetCategoryFinder

assetEntryLocalService

@BeanReference(type=AssetEntryLocalService.class)
protected AssetEntryLocalService assetEntryLocalService

assetEntryService

@BeanReference(type=AssetEntryService.class)
protected AssetEntryService assetEntryService

assetEntryPersistence

@BeanReference(type=AssetEntryPersistence.class)
protected AssetEntryPersistence assetEntryPersistence

assetEntryFinder

@BeanReference(type=AssetEntryFinder.class)
protected AssetEntryFinder assetEntryFinder

assetTagLocalService

@BeanReference(type=AssetTagLocalService.class)
protected AssetTagLocalService assetTagLocalService

assetTagService

@BeanReference(type=AssetTagService.class)
protected AssetTagService assetTagService

assetTagPersistence

@BeanReference(type=AssetTagPersistence.class)
protected AssetTagPersistence assetTagPersistence

assetTagFinder

@BeanReference(type=AssetTagFinder.class)
protected AssetTagFinder assetTagFinder

expandoValueLocalService

@BeanReference(type=ExpandoValueLocalService.class)
protected ExpandoValueLocalService expandoValueLocalService

expandoValueService

@BeanReference(type=ExpandoValueService.class)
protected ExpandoValueService expandoValueService

expandoValuePersistence

@BeanReference(type=ExpandoValuePersistence.class)
protected ExpandoValuePersistence expandoValuePersistence

mbMessageLocalService

@BeanReference(type=MBMessageLocalService.class)
protected MBMessageLocalService mbMessageLocalService

mbMessageService

@BeanReference(type=MBMessageService.class)
protected MBMessageService mbMessageService

mbMessagePersistence

@BeanReference(type=MBMessagePersistence.class)
protected MBMessagePersistence mbMessagePersistence

mbMessageFinder

@BeanReference(type=MBMessageFinder.class)
protected MBMessageFinder mbMessageFinder

ratingsStatsLocalService

@BeanReference(type=RatingsStatsLocalService.class)
protected RatingsStatsLocalService ratingsStatsLocalService

ratingsStatsPersistence

@BeanReference(type=RatingsStatsPersistence.class)
protected RatingsStatsPersistence ratingsStatsPersistence

ratingsStatsFinder

@BeanReference(type=RatingsStatsFinder.class)
protected RatingsStatsFinder ratingsStatsFinder
Constructor Detail

JournalArticleLocalServiceBaseImpl

public JournalArticleLocalServiceBaseImpl()
Method Detail

addJournalArticle

public JournalArticle addJournalArticle(JournalArticle journalArticle)
                                 throws SystemException
Adds the journal article to the database. Also notifies the appropriate model listeners.

Specified by:
addJournalArticle in interface JournalArticleLocalService
Parameters:
journalArticle - the journal article to add
Returns:
the journal article that was added
Throws:
SystemException - if a system exception occurred

createJournalArticle

public JournalArticle createJournalArticle(long id)
Creates a new journal article with the primary key. Does not add the journal article to the database.

Specified by:
createJournalArticle in interface JournalArticleLocalService
Parameters:
id - the primary key for the new journal article
Returns:
the new journal article

deleteJournalArticle

public void deleteJournalArticle(long id)
                          throws PortalException,
                                 SystemException
Deletes the journal article with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteJournalArticle in interface JournalArticleLocalService
Parameters:
id - the primary key of the journal article to delete
Throws:
PortalException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred

deleteJournalArticle

public void deleteJournalArticle(JournalArticle journalArticle)
                          throws SystemException
Deletes the journal article from the database. Also notifies the appropriate model listeners.

Specified by:
deleteJournalArticle in interface JournalArticleLocalService
Parameters:
journalArticle - the journal article to delete
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface JournalArticleLocalService
Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface JournalArticleLocalService
Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
dynamicQuery in interface JournalArticleLocalService
Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Counts the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface JournalArticleLocalService
Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

getJournalArticle

public JournalArticle getJournalArticle(long id)
                                 throws PortalException,
                                        SystemException
Gets the journal article with the primary key.

Specified by:
getJournalArticle in interface JournalArticleLocalService
Parameters:
id - the primary key of the journal article to get
Returns:
the journal article
Throws:
PortalException - if a journal article with the primary key could not be found
SystemException - if a system exception occurred

getJournalArticleByUuidAndGroupId

public JournalArticle getJournalArticleByUuidAndGroupId(String uuid,
                                                        long groupId)
                                                 throws PortalException,
                                                        SystemException
Gets the journal article with the UUID and group id.

Specified by:
getJournalArticleByUuidAndGroupId in interface JournalArticleLocalService
Parameters:
uuid - the UUID of journal article to get
groupId - the group id of the journal article to get
Returns:
the journal article
Throws:
PortalException - if a journal article with the UUID and group id could not be found
SystemException - if a system exception occurred

getJournalArticles

public List<JournalArticle> getJournalArticles(int start,
                                               int end)
                                        throws SystemException
Gets a range of all the journal articles.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Specified by:
getJournalArticles in interface JournalArticleLocalService
Parameters:
start - the lower bound of the range of journal articles to return
end - the upper bound of the range of journal articles to return (not inclusive)
Returns:
the range of journal articles
Throws:
SystemException - if a system exception occurred

getJournalArticlesCount

public int getJournalArticlesCount()
                            throws SystemException
Gets the number of journal articles.

Specified by:
getJournalArticlesCount in interface JournalArticleLocalService
Returns:
the number of journal articles
Throws:
SystemException - if a system exception occurred

updateJournalArticle

public JournalArticle updateJournalArticle(JournalArticle journalArticle)
                                    throws SystemException
Updates the journal article in the database. Also notifies the appropriate model listeners.

Specified by:
updateJournalArticle in interface JournalArticleLocalService
Parameters:
journalArticle - the journal article to update
Returns:
the journal article that was updated
Throws:
SystemException - if a system exception occurred

updateJournalArticle

public JournalArticle updateJournalArticle(JournalArticle journalArticle,
                                           boolean merge)
                                    throws SystemException
Updates the journal article in the database. Also notifies the appropriate model listeners.

Specified by:
updateJournalArticle in interface JournalArticleLocalService
Parameters:
journalArticle - the journal article to update
merge - whether to merge the journal article with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the journal article that was updated
Throws:
SystemException - if a system exception occurred

getJournalArticleLocalService

public JournalArticleLocalService getJournalArticleLocalService()
Gets the journal article local service.

Returns:
the journal article local service

setJournalArticleLocalService

public void setJournalArticleLocalService(JournalArticleLocalService journalArticleLocalService)
Sets the journal article local service.

Parameters:
journalArticleLocalService - the journal article local service

getJournalArticleService

public JournalArticleService getJournalArticleService()
Gets the journal article remote service.

Returns:
the journal article remote service

setJournalArticleService

public void setJournalArticleService(JournalArticleService journalArticleService)
Sets the journal article remote service.

Parameters:
journalArticleService - the journal article remote service

getJournalArticlePersistence

public JournalArticlePersistence getJournalArticlePersistence()
Gets the journal article persistence.

Returns:
the journal article persistence

setJournalArticlePersistence

public void setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
Sets the journal article persistence.

Parameters:
journalArticlePersistence - the journal article persistence

getJournalArticleFinder

public JournalArticleFinder getJournalArticleFinder()
Gets the journal article finder.

Returns:
the journal article finder

setJournalArticleFinder

public void setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
Sets the journal article finder.

Parameters:
journalArticleFinder - the journal article finder

getJournalArticleImageLocalService

public JournalArticleImageLocalService getJournalArticleImageLocalService()
Gets the journal article image local service.

Returns:
the journal article image local service

setJournalArticleImageLocalService

public void setJournalArticleImageLocalService(JournalArticleImageLocalService journalArticleImageLocalService)
Sets the journal article image local service.

Parameters:
journalArticleImageLocalService - the journal article image local service

getJournalArticleImagePersistence

public JournalArticleImagePersistence getJournalArticleImagePersistence()
Gets the journal article image persistence.

Returns:
the journal article image persistence

setJournalArticleImagePersistence

public void setJournalArticleImagePersistence(JournalArticleImagePersistence journalArticleImagePersistence)
Sets the journal article image persistence.

Parameters:
journalArticleImagePersistence - the journal article image persistence

getJournalArticleResourceLocalService

public JournalArticleResourceLocalService getJournalArticleResourceLocalService()
Gets the journal article resource local service.

Returns:
the journal article resource local service

setJournalArticleResourceLocalService

public void setJournalArticleResourceLocalService(JournalArticleResourceLocalService journalArticleResourceLocalService)
Sets the journal article resource local service.

Parameters:
journalArticleResourceLocalService - the journal article resource local service

getJournalArticleResourcePersistence

public JournalArticleResourcePersistence getJournalArticleResourcePersistence()
Gets the journal article resource persistence.

Returns:
the journal article resource persistence

setJournalArticleResourcePersistence

public void setJournalArticleResourcePersistence(JournalArticleResourcePersistence journalArticleResourcePersistence)
Sets the journal article resource persistence.

Parameters:
journalArticleResourcePersistence - the journal article resource persistence

getJournalContentSearchLocalService

public JournalContentSearchLocalService getJournalContentSearchLocalService()
Gets the journal content search local service.

Returns:
the journal content search local service

setJournalContentSearchLocalService

public void setJournalContentSearchLocalService(JournalContentSearchLocalService journalContentSearchLocalService)
Sets the journal content search local service.

Parameters:
journalContentSearchLocalService - the journal content search local service

getJournalContentSearchPersistence

public JournalContentSearchPersistence getJournalContentSearchPersistence()
Gets the journal content search persistence.

Returns:
the journal content search persistence

setJournalContentSearchPersistence

public void setJournalContentSearchPersistence(JournalContentSearchPersistence journalContentSearchPersistence)
Sets the journal content search persistence.

Parameters:
journalContentSearchPersistence - the journal content search persistence

getJournalFeedLocalService

public JournalFeedLocalService getJournalFeedLocalService()
Gets the journal feed local service.

Returns:
the journal feed local service

setJournalFeedLocalService

public void setJournalFeedLocalService(JournalFeedLocalService journalFeedLocalService)
Sets the journal feed local service.

Parameters:
journalFeedLocalService - the journal feed local service

getJournalFeedService

public JournalFeedService getJournalFeedService()
Gets the journal feed remote service.

Returns:
the journal feed remote service

setJournalFeedService

public void setJournalFeedService(JournalFeedService journalFeedService)
Sets the journal feed remote service.

Parameters:
journalFeedService - the journal feed remote service

getJournalFeedPersistence

public JournalFeedPersistence getJournalFeedPersistence()
Gets the journal feed persistence.

Returns:
the journal feed persistence

setJournalFeedPersistence

public void setJournalFeedPersistence(JournalFeedPersistence journalFeedPersistence)
Sets the journal feed persistence.

Parameters:
journalFeedPersistence - the journal feed persistence

getJournalFeedFinder

public JournalFeedFinder getJournalFeedFinder()
Gets the journal feed finder.

Returns:
the journal feed finder

setJournalFeedFinder

public void setJournalFeedFinder(JournalFeedFinder journalFeedFinder)
Sets the journal feed finder.

Parameters:
journalFeedFinder - the journal feed finder

getJournalStructureLocalService

public JournalStructureLocalService getJournalStructureLocalService()
Gets the journal structure local service.

Returns:
the journal structure local service

setJournalStructureLocalService

public void setJournalStructureLocalService(JournalStructureLocalService journalStructureLocalService)
Sets the journal structure local service.

Parameters:
journalStructureLocalService - the journal structure local service

getJournalStructureService

public JournalStructureService getJournalStructureService()
Gets the journal structure remote service.

Returns:
the journal structure remote service

setJournalStructureService

public void setJournalStructureService(JournalStructureService journalStructureService)
Sets the journal structure remote service.

Parameters:
journalStructureService - the journal structure remote service

getJournalStructurePersistence

public JournalStructurePersistence getJournalStructurePersistence()
Gets the journal structure persistence.

Returns:
the journal structure persistence

setJournalStructurePersistence

public void setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
Sets the journal structure persistence.

Parameters:
journalStructurePersistence - the journal structure persistence

getJournalStructureFinder

public JournalStructureFinder getJournalStructureFinder()
Gets the journal structure finder.

Returns:
the journal structure finder

setJournalStructureFinder

public void setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
Sets the journal structure finder.

Parameters:
journalStructureFinder - the journal structure finder

getJournalTemplateLocalService

public JournalTemplateLocalService getJournalTemplateLocalService()
Gets the journal template local service.

Returns:
the journal template local service

setJournalTemplateLocalService

public void setJournalTemplateLocalService(JournalTemplateLocalService journalTemplateLocalService)
Sets the journal template local service.

Parameters:
journalTemplateLocalService - the journal template local service

getJournalTemplateService

public JournalTemplateService getJournalTemplateService()
Gets the journal template remote service.

Returns:
the journal template remote service

setJournalTemplateService

public void setJournalTemplateService(JournalTemplateService journalTemplateService)
Sets the journal template remote service.

Parameters:
journalTemplateService - the journal template remote service

getJournalTemplatePersistence

public JournalTemplatePersistence getJournalTemplatePersistence()
Gets the journal template persistence.

Returns:
the journal template persistence

setJournalTemplatePersistence

public void setJournalTemplatePersistence(JournalTemplatePersistence journalTemplatePersistence)
Sets the journal template persistence.

Parameters:
journalTemplatePersistence - the journal template persistence

getJournalTemplateFinder

public JournalTemplateFinder getJournalTemplateFinder()
Gets the journal template finder.

Returns:
the journal template finder

setJournalTemplateFinder

public void setJournalTemplateFinder(JournalTemplateFinder journalTemplateFinder)
Sets the journal template finder.

Parameters:
journalTemplateFinder - the journal template finder

getCounterLocalService

public CounterLocalService getCounterLocalService()
Gets the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getMailService

public MailService getMailService()
Gets the mail remote service.

Returns:
the mail remote service

setMailService

public void setMailService(MailService mailService)
Sets the mail remote service.

Parameters:
mailService - the mail remote service

getCompanyLocalService

public CompanyLocalService getCompanyLocalService()
Gets the company local service.

Returns:
the company local service

setCompanyLocalService

public void setCompanyLocalService(CompanyLocalService companyLocalService)
Sets the company local service.

Parameters:
companyLocalService - the company local service

getCompanyService

public CompanyService getCompanyService()
Gets the company remote service.

Returns:
the company remote service

setCompanyService

public void setCompanyService(CompanyService companyService)
Sets the company remote service.

Parameters:
companyService - the company remote service

getCompanyPersistence

public CompanyPersistence getCompanyPersistence()
Gets the company persistence.

Returns:
the company persistence

setCompanyPersistence

public void setCompanyPersistence(CompanyPersistence companyPersistence)
Sets the company persistence.

Parameters:
companyPersistence - the company persistence

getGroupLocalService

public GroupLocalService getGroupLocalService()
Gets the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupService

public GroupService getGroupService()
Gets the group remote service.

Returns:
the group remote service

setGroupService

public void setGroupService(GroupService groupService)
Sets the group remote service.

Parameters:
groupService - the group remote service

getGroupPersistence

public GroupPersistence getGroupPersistence()
Gets the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public GroupFinder getGroupFinder()
Gets the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getImageLocalService

public ImageLocalService getImageLocalService()
Gets the image local service.

Returns:
the image local service

setImageLocalService

public void setImageLocalService(ImageLocalService imageLocalService)
Sets the image local service.

Parameters:
imageLocalService - the image local service

getImageService

public ImageService getImageService()
Gets the image remote service.

Returns:
the image remote service

setImageService

public void setImageService(ImageService imageService)
Sets the image remote service.

Parameters:
imageService - the image remote service

getImagePersistence

public ImagePersistence getImagePersistence()
Gets the image persistence.

Returns:
the image persistence

setImagePersistence

public void setImagePersistence(ImagePersistence imagePersistence)
Sets the image persistence.

Parameters:
imagePersistence - the image persistence

getPortletPreferencesLocalService

public PortletPreferencesLocalService getPortletPreferencesLocalService()
Gets the portlet preferences local service.

Returns:
the portlet preferences local service

setPortletPreferencesLocalService

public void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)
Sets the portlet preferences local service.

Parameters:
portletPreferencesLocalService - the portlet preferences local service

getPortletPreferencesService

public PortletPreferencesService getPortletPreferencesService()
Gets the portlet preferences remote service.

Returns:
the portlet preferences remote service

setPortletPreferencesService

public void setPortletPreferencesService(PortletPreferencesService portletPreferencesService)
Sets the portlet preferences remote service.

Parameters:
portletPreferencesService - the portlet preferences remote service

getPortletPreferencesPersistence

public PortletPreferencesPersistence getPortletPreferencesPersistence()
Gets the portlet preferences persistence.

Returns:
the portlet preferences persistence

setPortletPreferencesPersistence

public void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
Sets the portlet preferences persistence.

Parameters:
portletPreferencesPersistence - the portlet preferences persistence

getPortletPreferencesFinder

public PortletPreferencesFinder getPortletPreferencesFinder()
Gets the portlet preferences finder.

Returns:
the portlet preferences finder

setPortletPreferencesFinder

public void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
Sets the portlet preferences finder.

Parameters:
portletPreferencesFinder - the portlet preferences finder

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Gets the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourceService

public ResourceService getResourceService()
Gets the resource remote service.

Returns:
the resource remote service

setResourceService

public void setResourceService(ResourceService resourceService)
Sets the resource remote service.

Parameters:
resourceService - the resource remote service

getResourcePersistence

public ResourcePersistence getResourcePersistence()
Gets the resource persistence.

Returns:
the resource persistence

setResourcePersistence

public void setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence.

Parameters:
resourcePersistence - the resource persistence

getResourceFinder

public ResourceFinder getResourceFinder()
Gets the resource finder.

Returns:
the resource finder

setResourceFinder

public void setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder.

Parameters:
resourceFinder - the resource finder

getSubscriptionLocalService

public SubscriptionLocalService getSubscriptionLocalService()
Gets the subscription local service.

Returns:
the subscription local service

setSubscriptionLocalService

public void setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
Sets the subscription local service.

Parameters:
subscriptionLocalService - the subscription local service

getSubscriptionPersistence

public SubscriptionPersistence getSubscriptionPersistence()
Gets the subscription persistence.

Returns:
the subscription persistence

setSubscriptionPersistence

public void setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)
Sets the subscription persistence.

Parameters:
subscriptionPersistence - the subscription persistence

getUserLocalService

public UserLocalService getUserLocalService()
Gets the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Gets the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Gets the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Gets the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getWorkflowInstanceLinkLocalService

public WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
Gets the workflow instance link local service.

Returns:
the workflow instance link local service

setWorkflowInstanceLinkLocalService

public void setWorkflowInstanceLinkLocalService(WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService)
Sets the workflow instance link local service.

Parameters:
workflowInstanceLinkLocalService - the workflow instance link local service

getWorkflowInstanceLinkPersistence

public WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
Gets the workflow instance link persistence.

Returns:
the workflow instance link persistence

setWorkflowInstanceLinkPersistence

public void setWorkflowInstanceLinkPersistence(WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence)
Sets the workflow instance link persistence.

Parameters:
workflowInstanceLinkPersistence - the workflow instance link persistence

getAssetCategoryLocalService

public AssetCategoryLocalService getAssetCategoryLocalService()
Gets the asset category local service.

Returns:
the asset category local service

setAssetCategoryLocalService

public void setAssetCategoryLocalService(AssetCategoryLocalService assetCategoryLocalService)
Sets the asset category local service.

Parameters:
assetCategoryLocalService - the asset category local service

getAssetCategoryService

public AssetCategoryService getAssetCategoryService()
Gets the asset category remote service.

Returns:
the asset category remote service

setAssetCategoryService

public void setAssetCategoryService(AssetCategoryService assetCategoryService)
Sets the asset category remote service.

Parameters:
assetCategoryService - the asset category remote service

getAssetCategoryPersistence

public AssetCategoryPersistence getAssetCategoryPersistence()
Gets the asset category persistence.

Returns:
the asset category persistence

setAssetCategoryPersistence

public void setAssetCategoryPersistence(AssetCategoryPersistence assetCategoryPersistence)
Sets the asset category persistence.

Parameters:
assetCategoryPersistence - the asset category persistence

getAssetCategoryFinder

public AssetCategoryFinder getAssetCategoryFinder()
Gets the asset category finder.

Returns:
the asset category finder

setAssetCategoryFinder

public void setAssetCategoryFinder(AssetCategoryFinder assetCategoryFinder)
Sets the asset category finder.

Parameters:
assetCategoryFinder - the asset category finder

getAssetEntryLocalService

public AssetEntryLocalService getAssetEntryLocalService()
Gets the asset entry local service.

Returns:
the asset entry local service

setAssetEntryLocalService

public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.

Parameters:
assetEntryLocalService - the asset entry local service

getAssetEntryService

public AssetEntryService getAssetEntryService()
Gets the asset entry remote service.

Returns:
the asset entry remote service

setAssetEntryService

public void setAssetEntryService(AssetEntryService assetEntryService)
Sets the asset entry remote service.

Parameters:
assetEntryService - the asset entry remote service

getAssetEntryPersistence

public AssetEntryPersistence getAssetEntryPersistence()
Gets the asset entry persistence.

Returns:
the asset entry persistence

setAssetEntryPersistence

public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.

Parameters:
assetEntryPersistence - the asset entry persistence

getAssetEntryFinder

public AssetEntryFinder getAssetEntryFinder()
Gets the asset entry finder.

Returns:
the asset entry finder

setAssetEntryFinder

public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.

Parameters:
assetEntryFinder - the asset entry finder

getAssetTagLocalService

public AssetTagLocalService getAssetTagLocalService()
Gets the asset tag local service.

Returns:
the asset tag local service

setAssetTagLocalService

public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Sets the asset tag local service.

Parameters:
assetTagLocalService - the asset tag local service

getAssetTagService

public AssetTagService getAssetTagService()
Gets the asset tag remote service.

Returns:
the asset tag remote service

setAssetTagService

public void setAssetTagService(AssetTagService assetTagService)
Sets the asset tag remote service.

Parameters:
assetTagService - the asset tag remote service

getAssetTagPersistence

public AssetTagPersistence getAssetTagPersistence()
Gets the asset tag persistence.

Returns:
the asset tag persistence

setAssetTagPersistence

public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence.

Parameters:
assetTagPersistence - the asset tag persistence

getAssetTagFinder

public AssetTagFinder getAssetTagFinder()
Gets the asset tag finder.

Returns:
the asset tag finder

setAssetTagFinder

public void setAssetTagFinder(AssetTagFinder assetTagFinder)
Sets the asset tag finder.

Parameters:
assetTagFinder - the asset tag finder

getExpandoValueLocalService

public ExpandoValueLocalService getExpandoValueLocalService()
Gets the expando value local service.

Returns:
the expando value local service

setExpandoValueLocalService

public void setExpandoValueLocalService(ExpandoValueLocalService expandoValueLocalService)
Sets the expando value local service.

Parameters:
expandoValueLocalService - the expando value local service

getExpandoValueService

public ExpandoValueService getExpandoValueService()
Gets the expando value remote service.

Returns:
the expando value remote service

setExpandoValueService

public void setExpandoValueService(ExpandoValueService expandoValueService)
Sets the expando value remote service.

Parameters:
expandoValueService - the expando value remote service

getExpandoValuePersistence

public ExpandoValuePersistence getExpandoValuePersistence()
Gets the expando value persistence.

Returns:
the expando value persistence

setExpandoValuePersistence

public void setExpandoValuePersistence(ExpandoValuePersistence expandoValuePersistence)
Sets the expando value persistence.

Parameters:
expandoValuePersistence - the expando value persistence

getMBMessageLocalService

public MBMessageLocalService getMBMessageLocalService()
Gets the message-boards message local service.

Returns:
the message-boards message local service

setMBMessageLocalService

public void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
Sets the message-boards message local service.

Parameters:
mbMessageLocalService - the message-boards message local service

getMBMessageService

public MBMessageService getMBMessageService()
Gets the message-boards message remote service.

Returns:
the message-boards message remote service

setMBMessageService

public void setMBMessageService(MBMessageService mbMessageService)
Sets the message-boards message remote service.

Parameters:
mbMessageService - the message-boards message remote service

getMBMessagePersistence

public MBMessagePersistence getMBMessagePersistence()
Gets the message-boards message persistence.

Returns:
the message-boards message persistence

setMBMessagePersistence

public void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
Sets the message-boards message persistence.

Parameters:
mbMessagePersistence - the message-boards message persistence

getMBMessageFinder

public MBMessageFinder getMBMessageFinder()
Gets the message-boards message finder.

Returns:
the message-boards message finder

setMBMessageFinder

public void setMBMessageFinder(MBMessageFinder mbMessageFinder)
Sets the message-boards message finder.

Parameters:
mbMessageFinder - the message-boards message finder

getRatingsStatsLocalService

public RatingsStatsLocalService getRatingsStatsLocalService()
Gets the ratings stats local service.

Returns:
the ratings stats local service

setRatingsStatsLocalService

public void setRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
Sets the ratings stats local service.

Parameters:
ratingsStatsLocalService - the ratings stats local service

getRatingsStatsPersistence

public RatingsStatsPersistence getRatingsStatsPersistence()
Gets the ratings stats persistence.

Returns:
the ratings stats persistence

setRatingsStatsPersistence

public void setRatingsStatsPersistence(RatingsStatsPersistence ratingsStatsPersistence)
Sets the ratings stats persistence.

Parameters:
ratingsStatsPersistence - the ratings stats persistence

getRatingsStatsFinder

public RatingsStatsFinder getRatingsStatsFinder()
Gets the ratings stats finder.

Returns:
the ratings stats finder

setRatingsStatsFinder

public void setRatingsStatsFinder(RatingsStatsFinder ratingsStatsFinder)
Sets the ratings stats finder.

Parameters:
ratingsStatsFinder - the ratings stats finder

runSQL

protected void runSQL(String sql)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query to perform
Throws:
SystemException

Liferay 6.0.5