Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.journal.service.base.JournalFolderLocalServiceBaseImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, JournalFolderLocalService
Direct Known Subclasses:
JournalFolderLocalServiceImpl

public abstract class JournalFolderLocalServiceBaseImpl
extends BaseLocalServiceImpl
implements JournalFolderLocalService, IdentifiableBean

Provides the base implementation for the journal folder 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 JournalFolderLocalServiceImpl.

See Also:
JournalFolderLocalServiceImpl, JournalFolderLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  AssetEntryFinder assetEntryFinder
           
protected  AssetEntryLocalService assetEntryLocalService
           
protected  AssetEntryPersistence assetEntryPersistence
           
protected  AssetEntryService assetEntryService
           
protected  AssetLinkLocalService assetLinkLocalService
           
protected  AssetLinkPersistence assetLinkPersistence
           
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  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  JournalFolderFinder journalFolderFinder
           
protected  JournalFolderLocalService journalFolderLocalService
           
protected  JournalFolderPersistence journalFolderPersistence
           
protected  JournalFolderService journalFolderService
           
protected  JournalStructureLocalService journalStructureLocalService
           
protected  JournalStructureService journalStructureService
           
protected  JournalTemplateLocalService journalTemplateLocalService
           
protected  JournalTemplateService journalTemplateService
           
protected  PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  ResourceLocalService resourceLocalService
           
protected  SocialActivityFinder socialActivityFinder
           
protected  SocialActivityLocalService socialActivityLocalService
           
protected  SocialActivityPersistence socialActivityPersistence
           
protected  SocialActivityService socialActivityService
           
protected  TrashEntryLocalService trashEntryLocalService
           
protected  TrashEntryPersistence trashEntryPersistence
           
protected  TrashEntryService trashEntryService
           
protected  TrashVersionLocalService trashVersionLocalService
           
protected  TrashVersionPersistence trashVersionPersistence
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
protected  WorkflowInstanceLinkLocalService workflowInstanceLinkLocalService
           
protected  WorkflowInstanceLinkPersistence workflowInstanceLinkPersistence
           
 
Fields inherited from class com.liferay.portal.service.BaseLocalServiceImpl
layoutPersistence
 
Constructor Summary
JournalFolderLocalServiceBaseImpl()
           
 
Method Summary
 JournalFolder addJournalFolder(JournalFolder journalFolder)
          Adds the journal folder to the database.
 void afterPropertiesSet()
           
 JournalFolder createJournalFolder(long folderId)
          Creates a new journal folder with the primary key.
 JournalFolder deleteJournalFolder(JournalFolder journalFolder)
          Deletes the journal folder from the database.
 JournalFolder deleteJournalFolder(long folderId)
          Deletes the journal folder with the primary key from the database.
 void destroy()
           
 DynamicQuery dynamicQuery()
           
 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)
          Returns the number of rows that match the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows that match the dynamic query.
 JournalFolder fetchJournalFolder(long folderId)
           
 JournalFolder fetchJournalFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the journal folder with the matching UUID and company.
 JournalFolder fetchJournalFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the journal folder matching the UUID and group.
 AssetEntryFinder getAssetEntryFinder()
          Returns the asset entry finder.
 AssetEntryLocalService getAssetEntryLocalService()
          Returns the asset entry local service.
 AssetEntryPersistence getAssetEntryPersistence()
          Returns the asset entry persistence.
 AssetEntryService getAssetEntryService()
          Returns the asset entry remote service.
 AssetLinkLocalService getAssetLinkLocalService()
          Returns the asset link local service.
 AssetLinkPersistence getAssetLinkPersistence()
          Returns the asset link persistence.
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 CounterLocalService getCounterLocalService()
          Returns the counter local service.
 ExpandoValueLocalService getExpandoValueLocalService()
          Returns the expando value local service.
 ExpandoValuePersistence getExpandoValuePersistence()
          Returns the expando value persistence.
 ExpandoValueService getExpandoValueService()
          Returns the expando value remote service.
 GroupFinder getGroupFinder()
          Returns the group finder.
 GroupLocalService getGroupLocalService()
          Returns the group local service.
 GroupPersistence getGroupPersistence()
          Returns the group persistence.
 GroupService getGroupService()
          Returns the group remote service.
 JournalArticleFinder getJournalArticleFinder()
          Returns the journal article finder.
 JournalArticleImageLocalService getJournalArticleImageLocalService()
          Returns the journal article image local service.
 JournalArticleImagePersistence getJournalArticleImagePersistence()
          Returns the journal article image persistence.
 JournalArticleLocalService getJournalArticleLocalService()
          Returns the journal article local service.
 JournalArticlePersistence getJournalArticlePersistence()
          Returns the journal article persistence.
 JournalArticleResourceLocalService getJournalArticleResourceLocalService()
          Returns the journal article resource local service.
 JournalArticleResourcePersistence getJournalArticleResourcePersistence()
          Returns the journal article resource persistence.
 JournalArticleService getJournalArticleService()
          Returns the journal article remote service.
 JournalContentSearchLocalService getJournalContentSearchLocalService()
          Returns the journal content search local service.
 JournalContentSearchPersistence getJournalContentSearchPersistence()
          Returns the journal content search persistence.
 JournalFeedFinder getJournalFeedFinder()
          Returns the journal feed finder.
 JournalFeedLocalService getJournalFeedLocalService()
          Returns the journal feed local service.
 JournalFeedPersistence getJournalFeedPersistence()
          Returns the journal feed persistence.
 JournalFeedService getJournalFeedService()
          Returns the journal feed remote service.
 JournalFolder getJournalFolder(long folderId)
          Returns the journal folder with the primary key.
 JournalFolder getJournalFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the journal folder with the matching UUID and company.
 JournalFolder getJournalFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the journal folder matching the UUID and group.
 JournalFolderFinder getJournalFolderFinder()
          Returns the journal folder finder.
 JournalFolderLocalService getJournalFolderLocalService()
          Returns the journal folder local service.
 JournalFolderPersistence getJournalFolderPersistence()
          Returns the journal folder persistence.
 List<JournalFolder> getJournalFolders(int start, int end)
          Returns a range of all the journal folders.
 int getJournalFoldersCount()
          Returns the number of journal folders.
 JournalFolderService getJournalFolderService()
          Returns the journal folder remote service.
 JournalStructureLocalService getJournalStructureLocalService()
          Returns the journal structure local service.
 JournalStructureService getJournalStructureService()
          Returns the journal structure remote service.
 JournalTemplateLocalService getJournalTemplateLocalService()
          Returns the journal template local service.
 JournalTemplateService getJournalTemplateService()
          Returns the journal template remote service.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 ResourceLocalService getResourceLocalService()
          Returns the resource local service.
 SocialActivityFinder getSocialActivityFinder()
          Returns the social activity finder.
 SocialActivityLocalService getSocialActivityLocalService()
          Returns the social activity local service.
 SocialActivityPersistence getSocialActivityPersistence()
          Returns the social activity persistence.
 SocialActivityService getSocialActivityService()
          Returns the social activity remote service.
 TrashEntryLocalService getTrashEntryLocalService()
          Returns the trash entry local service.
 TrashEntryPersistence getTrashEntryPersistence()
          Returns the trash entry persistence.
 TrashEntryService getTrashEntryService()
          Returns the trash entry remote service.
 TrashVersionLocalService getTrashVersionLocalService()
          Returns the trash version local service.
 TrashVersionPersistence getTrashVersionPersistence()
          Returns the trash version persistence.
 UserFinder getUserFinder()
          Returns the user finder.
 UserLocalService getUserLocalService()
          Returns the user local service.
 UserPersistence getUserPersistence()
          Returns the user persistence.
 UserService getUserService()
          Returns the user remote service.
 WorkflowInstanceLinkLocalService getWorkflowInstanceLinkLocalService()
          Returns the workflow instance link local service.
 WorkflowInstanceLinkPersistence getWorkflowInstanceLinkPersistence()
          Returns the workflow instance link persistence.
protected  void runSQL(String sql)
          Performs an SQL query.
 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 setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
          Sets the asset link local service.
 void setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
          Sets the asset link persistence.
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 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 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 setJournalFolderFinder(JournalFolderFinder journalFolderFinder)
          Sets the journal folder finder.
 void setJournalFolderLocalService(JournalFolderLocalService journalFolderLocalService)
          Sets the journal folder local service.
 void setJournalFolderPersistence(JournalFolderPersistence journalFolderPersistence)
          Sets the journal folder persistence.
 void setJournalFolderService(JournalFolderService journalFolderService)
          Sets the journal folder remote service.
 void setJournalStructureLocalService(JournalStructureLocalService journalStructureLocalService)
          Sets the journal structure local service.
 void setJournalStructureService(JournalStructureService journalStructureService)
          Sets the journal structure remote service.
 void setJournalTemplateLocalService(JournalTemplateLocalService journalTemplateLocalService)
          Sets the journal template local service.
 void setJournalTemplateService(JournalTemplateService journalTemplateService)
          Sets the journal template remote service.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
          Sets the social activity finder.
 void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
          Sets the social activity local service.
 void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
          Sets the social activity persistence.
 void setSocialActivityService(SocialActivityService socialActivityService)
          Sets the social activity remote service.
 void setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
          Sets the trash entry local service.
 void setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
          Sets the trash entry persistence.
 void setTrashEntryService(TrashEntryService trashEntryService)
          Sets the trash entry remote service.
 void setTrashVersionLocalService(TrashVersionLocalService trashVersionLocalService)
          Sets the trash version local service.
 void setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
          Sets the trash version 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.
 JournalFolder updateJournalFolder(JournalFolder journalFolder)
          Updates the journal folder in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLayoutURL, getLayoutURL
 
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.JournalFolderLocalService
addFolder, deleteFolder, deleteFolder, deleteFolder, deleteFolder, deleteFolders, fetchFolder, fetchFolder, fetchFolder, getCompanyFolders, getCompanyFoldersCount, getFolder, getFolders, getFolders, getFolders, getFolders, getFolders, getFoldersAndArticles, getFoldersAndArticles, getFoldersAndArticles, getFoldersAndArticlesCount, getFoldersAndArticlesCount, getFoldersAndArticlesCount, getFoldersCount, getFoldersCount, getNoAssetFolders, getSubfolderIds, moveFolder, moveFolderFromTrash, moveFolderToTrash, rebuildTree, rebuildTree, restoreFolderFromTrash, updateAsset, updateFolder, 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

journalFolderLocalService

@BeanReference(type=JournalFolderLocalService.class)
protected JournalFolderLocalService journalFolderLocalService

journalFolderService

@BeanReference(type=JournalFolderService.class)
protected JournalFolderService journalFolderService

journalFolderPersistence

@BeanReference(type=JournalFolderPersistence.class)
protected JournalFolderPersistence journalFolderPersistence

journalFolderFinder

@BeanReference(type=JournalFolderFinder.class)
protected JournalFolderFinder journalFolderFinder

journalStructureLocalService

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

journalStructureService

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

journalTemplateLocalService

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

journalTemplateService

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

counterLocalService

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

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

resourceLocalService

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

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

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

assetLinkLocalService

@BeanReference(type=AssetLinkLocalService.class)
protected AssetLinkLocalService assetLinkLocalService

assetLinkPersistence

@BeanReference(type=AssetLinkPersistence.class)
protected AssetLinkPersistence assetLinkPersistence

expandoValueLocalService

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

expandoValueService

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

expandoValuePersistence

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

socialActivityLocalService

@BeanReference(type=SocialActivityLocalService.class)
protected SocialActivityLocalService socialActivityLocalService

socialActivityService

@BeanReference(type=SocialActivityService.class)
protected SocialActivityService socialActivityService

socialActivityPersistence

@BeanReference(type=SocialActivityPersistence.class)
protected SocialActivityPersistence socialActivityPersistence

socialActivityFinder

@BeanReference(type=SocialActivityFinder.class)
protected SocialActivityFinder socialActivityFinder

trashEntryLocalService

@BeanReference(type=TrashEntryLocalService.class)
protected TrashEntryLocalService trashEntryLocalService

trashEntryService

@BeanReference(type=TrashEntryService.class)
protected TrashEntryService trashEntryService

trashEntryPersistence

@BeanReference(type=TrashEntryPersistence.class)
protected TrashEntryPersistence trashEntryPersistence

trashVersionLocalService

@BeanReference(type=TrashVersionLocalService.class)
protected TrashVersionLocalService trashVersionLocalService

trashVersionPersistence

@BeanReference(type=TrashVersionPersistence.class)
protected TrashVersionPersistence trashVersionPersistence

persistedModelLocalServiceRegistry

@BeanReference(type=PersistedModelLocalServiceRegistry.class)
protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

JournalFolderLocalServiceBaseImpl

public JournalFolderLocalServiceBaseImpl()
Method Detail

addJournalFolder

@Indexable(type=REINDEX)
public JournalFolder addJournalFolder(JournalFolder journalFolder)
                               throws SystemException
Adds the journal folder to the database. Also notifies the appropriate model listeners.

Specified by:
addJournalFolder in interface JournalFolderLocalService
Parameters:
journalFolder - the journal folder
Returns:
the journal folder that was added
Throws:
SystemException - if a system exception occurred

createJournalFolder

public JournalFolder createJournalFolder(long folderId)
Creates a new journal folder with the primary key. Does not add the journal folder to the database.

Specified by:
createJournalFolder in interface JournalFolderLocalService
Parameters:
folderId - the primary key for the new journal folder
Returns:
the new journal folder

deleteJournalFolder

@Indexable(type=DELETE)
public JournalFolder deleteJournalFolder(long folderId)
                                  throws PortalException,
                                         SystemException
Deletes the journal folder with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteJournalFolder in interface JournalFolderLocalService
Parameters:
folderId - the primary key of the journal folder
Returns:
the journal folder that was removed
Throws:
PortalException - if a journal folder with the primary key could not be found
SystemException - if a system exception occurred

deleteJournalFolder

@Indexable(type=DELETE)
public JournalFolder deleteJournalFolder(JournalFolder journalFolder)
                                  throws SystemException
Deletes the journal folder from the database. Also notifies the appropriate model listeners.

Specified by:
deleteJournalFolder in interface JournalFolderLocalService
Parameters:
journalFolder - the journal folder
Returns:
the journal folder that was removed
Throws:
SystemException - if a system exception occurred

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface JournalFolderLocalService

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 JournalFolderLocalService
Parameters:
dynamicQuery - the dynamic query
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalFolderModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
dynamicQuery in interface JournalFolderLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalFolderModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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

dynamicQueryCount

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

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

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
                       throws SystemException
Returns the number of rows that match the dynamic query.

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

fetchJournalFolder

public JournalFolder fetchJournalFolder(long folderId)
                                 throws SystemException
Specified by:
fetchJournalFolder in interface JournalFolderLocalService
Throws:
SystemException

fetchJournalFolderByUuidAndCompanyId

public JournalFolder fetchJournalFolderByUuidAndCompanyId(String uuid,
                                                          long companyId)
                                                   throws SystemException
Returns the journal folder with the matching UUID and company.

Specified by:
fetchJournalFolderByUuidAndCompanyId in interface JournalFolderLocalService
Parameters:
uuid - the journal folder's UUID
companyId - the primary key of the company
Returns:
the matching journal folder, or null if a matching journal folder could not be found
Throws:
SystemException - if a system exception occurred

fetchJournalFolderByUuidAndGroupId

public JournalFolder fetchJournalFolderByUuidAndGroupId(String uuid,
                                                        long groupId)
                                                 throws SystemException
Returns the journal folder matching the UUID and group.

Specified by:
fetchJournalFolderByUuidAndGroupId in interface JournalFolderLocalService
Parameters:
uuid - the journal folder's UUID
groupId - the primary key of the group
Returns:
the matching journal folder, or null if a matching journal folder could not be found
Throws:
SystemException - if a system exception occurred

getJournalFolder

public JournalFolder getJournalFolder(long folderId)
                               throws PortalException,
                                      SystemException
Returns the journal folder with the primary key.

Specified by:
getJournalFolder in interface JournalFolderLocalService
Parameters:
folderId - the primary key of the journal folder
Returns:
the journal folder
Throws:
PortalException - if a journal folder with the primary key could not be found
SystemException - if a system exception occurred

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface JournalFolderLocalService
Throws:
PortalException
SystemException

getJournalFolderByUuidAndCompanyId

public JournalFolder getJournalFolderByUuidAndCompanyId(String uuid,
                                                        long companyId)
                                                 throws PortalException,
                                                        SystemException
Returns the journal folder with the matching UUID and company.

Specified by:
getJournalFolderByUuidAndCompanyId in interface JournalFolderLocalService
Parameters:
uuid - the journal folder's UUID
companyId - the primary key of the company
Returns:
the matching journal folder
Throws:
PortalException - if a matching journal folder could not be found
SystemException - if a system exception occurred

getJournalFolderByUuidAndGroupId

public JournalFolder getJournalFolderByUuidAndGroupId(String uuid,
                                                      long groupId)
                                               throws PortalException,
                                                      SystemException
Returns the journal folder matching the UUID and group.

Specified by:
getJournalFolderByUuidAndGroupId in interface JournalFolderLocalService
Parameters:
uuid - the journal folder's UUID
groupId - the primary key of the group
Returns:
the matching journal folder
Throws:
PortalException - if a matching journal folder could not be found
SystemException - if a system exception occurred

getJournalFolders

public List<JournalFolder> getJournalFolders(int start,
                                             int end)
                                      throws SystemException
Returns a range of all the journal folders.

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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from JournalFolderModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
getJournalFolders in interface JournalFolderLocalService
Parameters:
start - the lower bound of the range of journal folders
end - the upper bound of the range of journal folders (not inclusive)
Returns:
the range of journal folders
Throws:
SystemException - if a system exception occurred

getJournalFoldersCount

public int getJournalFoldersCount()
                           throws SystemException
Returns the number of journal folders.

Specified by:
getJournalFoldersCount in interface JournalFolderLocalService
Returns:
the number of journal folders
Throws:
SystemException - if a system exception occurred

updateJournalFolder

@Indexable(type=REINDEX)
public JournalFolder updateJournalFolder(JournalFolder journalFolder)
                                  throws SystemException
Updates the journal folder in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateJournalFolder in interface JournalFolderLocalService
Parameters:
journalFolder - the journal folder
Returns:
the journal folder that was updated
Throws:
SystemException - if a system exception occurred

getJournalArticleLocalService

public JournalArticleLocalService getJournalArticleLocalService()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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

getJournalFolderLocalService

public JournalFolderLocalService getJournalFolderLocalService()
Returns the journal folder local service.

Returns:
the journal folder local service

setJournalFolderLocalService

public void setJournalFolderLocalService(JournalFolderLocalService journalFolderLocalService)
Sets the journal folder local service.

Parameters:
journalFolderLocalService - the journal folder local service

getJournalFolderService

public JournalFolderService getJournalFolderService()
Returns the journal folder remote service.

Returns:
the journal folder remote service

setJournalFolderService

public void setJournalFolderService(JournalFolderService journalFolderService)
Sets the journal folder remote service.

Parameters:
journalFolderService - the journal folder remote service

getJournalFolderPersistence

public JournalFolderPersistence getJournalFolderPersistence()
Returns the journal folder persistence.

Returns:
the journal folder persistence

setJournalFolderPersistence

public void setJournalFolderPersistence(JournalFolderPersistence journalFolderPersistence)
Sets the journal folder persistence.

Parameters:
journalFolderPersistence - the journal folder persistence

getJournalFolderFinder

public JournalFolderFinder getJournalFolderFinder()
Returns the journal folder finder.

Returns:
the journal folder finder

setJournalFolderFinder

public void setJournalFolderFinder(JournalFolderFinder journalFolderFinder)
Sets the journal folder finder.

Parameters:
journalFolderFinder - the journal folder finder

getJournalStructureLocalService

public JournalStructureLocalService getJournalStructureLocalService()
Returns 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()
Returns 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

getJournalTemplateLocalService

public JournalTemplateLocalService getJournalTemplateLocalService()
Returns 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()
Returns 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

getCounterLocalService

public CounterLocalService getCounterLocalService()
Returns 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

getGroupLocalService

public GroupLocalService getGroupLocalService()
Returns 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()
Returns 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()
Returns 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()
Returns the group finder.

Returns:
the group finder

setGroupFinder

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

Parameters:
groupFinder - the group finder

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Returns 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

getUserLocalService

public UserLocalService getUserLocalService()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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()
Returns 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

getAssetEntryLocalService

public AssetEntryLocalService getAssetEntryLocalService()
Returns 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()
Returns 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()
Returns 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()
Returns 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

getAssetLinkLocalService

public AssetLinkLocalService getAssetLinkLocalService()
Returns the asset link local service.

Returns:
the asset link local service

setAssetLinkLocalService

public void setAssetLinkLocalService(AssetLinkLocalService assetLinkLocalService)
Sets the asset link local service.

Parameters:
assetLinkLocalService - the asset link local service

getAssetLinkPersistence

public AssetLinkPersistence getAssetLinkPersistence()
Returns the asset link persistence.

Returns:
the asset link persistence

setAssetLinkPersistence

public void setAssetLinkPersistence(AssetLinkPersistence assetLinkPersistence)
Sets the asset link persistence.

Parameters:
assetLinkPersistence - the asset link persistence

getExpandoValueLocalService

public ExpandoValueLocalService getExpandoValueLocalService()
Returns 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()
Returns 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()
Returns 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

getSocialActivityLocalService

public SocialActivityLocalService getSocialActivityLocalService()
Returns the social activity local service.

Returns:
the social activity local service

setSocialActivityLocalService

public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service.

Parameters:
socialActivityLocalService - the social activity local service

getSocialActivityService

public SocialActivityService getSocialActivityService()
Returns the social activity remote service.

Returns:
the social activity remote service

setSocialActivityService

public void setSocialActivityService(SocialActivityService socialActivityService)
Sets the social activity remote service.

Parameters:
socialActivityService - the social activity remote service

getSocialActivityPersistence

public SocialActivityPersistence getSocialActivityPersistence()
Returns the social activity persistence.

Returns:
the social activity persistence

setSocialActivityPersistence

public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence.

Parameters:
socialActivityPersistence - the social activity persistence

getSocialActivityFinder

public SocialActivityFinder getSocialActivityFinder()
Returns the social activity finder.

Returns:
the social activity finder

setSocialActivityFinder

public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Sets the social activity finder.

Parameters:
socialActivityFinder - the social activity finder

getTrashEntryLocalService

public TrashEntryLocalService getTrashEntryLocalService()
Returns the trash entry local service.

Returns:
the trash entry local service

setTrashEntryLocalService

public void setTrashEntryLocalService(TrashEntryLocalService trashEntryLocalService)
Sets the trash entry local service.

Parameters:
trashEntryLocalService - the trash entry local service

getTrashEntryService

public TrashEntryService getTrashEntryService()
Returns the trash entry remote service.

Returns:
the trash entry remote service

setTrashEntryService

public void setTrashEntryService(TrashEntryService trashEntryService)
Sets the trash entry remote service.

Parameters:
trashEntryService - the trash entry remote service

getTrashEntryPersistence

public TrashEntryPersistence getTrashEntryPersistence()
Returns the trash entry persistence.

Returns:
the trash entry persistence

setTrashEntryPersistence

public void setTrashEntryPersistence(TrashEntryPersistence trashEntryPersistence)
Sets the trash entry persistence.

Parameters:
trashEntryPersistence - the trash entry persistence

getTrashVersionLocalService

public TrashVersionLocalService getTrashVersionLocalService()
Returns the trash version local service.

Returns:
the trash version local service

setTrashVersionLocalService

public void setTrashVersionLocalService(TrashVersionLocalService trashVersionLocalService)
Sets the trash version local service.

Parameters:
trashVersionLocalService - the trash version local service

getTrashVersionPersistence

public TrashVersionPersistence getTrashVersionPersistence()
Returns the trash version persistence.

Returns:
the trash version persistence

setTrashVersionPersistence

public void setTrashVersionPersistence(TrashVersionPersistence trashVersionPersistence)
Sets the trash version persistence.

Parameters:
trashVersionPersistence - the trash version persistence

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface IdentifiableBean
Specified by:
getBeanIdentifier in interface JournalFolderLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface IdentifiableBean
Specified by:
setBeanIdentifier in interface JournalFolderLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

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

Parameters:
sql - the sql query
Throws:
SystemException

Liferay 6.2-ce-ga5