Liferay 6.2-ce-ga5

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

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.journal.service.base.JournalStructureServiceBaseImpl
All Implemented Interfaces:
IdentifiableBean, BaseService, JournalStructureService
Direct Known Subclasses:
JournalStructureServiceImpl

Deprecated. As of 6.2.0, since Web Content Administration now uses the Dynamic Data Mapping framework to handle templates

public abstract class JournalStructureServiceBaseImpl
extends BaseServiceImpl
implements JournalStructureService, IdentifiableBean

Provides the base implementation for the journal structure remote service.

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

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

Field Summary
protected  CounterLocalService counterLocalService
          Deprecated.  
protected  DDMStructureFinder ddmStructureFinder
          Deprecated.  
protected  DDMStructureLocalService ddmStructureLocalService
          Deprecated.  
protected  DDMStructurePersistence ddmStructurePersistence
          Deprecated.  
protected  DDMStructureService ddmStructureService
          Deprecated.  
protected  GroupFinder groupFinder
          Deprecated.  
protected  GroupLocalService groupLocalService
          Deprecated.  
protected  GroupPersistence groupPersistence
          Deprecated.  
protected  GroupService groupService
          Deprecated.  
protected  JournalArticleFinder journalArticleFinder
          Deprecated.  
protected  JournalArticleImageLocalService journalArticleImageLocalService
          Deprecated.  
protected  JournalArticleImagePersistence journalArticleImagePersistence
          Deprecated.  
protected  JournalArticleLocalService journalArticleLocalService
          Deprecated.  
protected  JournalArticlePersistence journalArticlePersistence
          Deprecated.  
protected  JournalArticleResourceLocalService journalArticleResourceLocalService
          Deprecated.  
protected  JournalArticleResourcePersistence journalArticleResourcePersistence
          Deprecated.  
protected  JournalArticleService journalArticleService
          Deprecated.  
protected  JournalContentSearchLocalService journalContentSearchLocalService
          Deprecated.  
protected  JournalContentSearchPersistence journalContentSearchPersistence
          Deprecated.  
protected  JournalFeedFinder journalFeedFinder
          Deprecated.  
protected  JournalFeedLocalService journalFeedLocalService
          Deprecated.  
protected  JournalFeedPersistence journalFeedPersistence
          Deprecated.  
protected  JournalFeedService journalFeedService
          Deprecated.  
protected  JournalFolderFinder journalFolderFinder
          Deprecated.  
protected  JournalFolderLocalService journalFolderLocalService
          Deprecated.  
protected  JournalFolderPersistence journalFolderPersistence
          Deprecated.  
protected  JournalFolderService journalFolderService
          Deprecated.  
protected  JournalStructureLocalService journalStructureLocalService
          Deprecated.  
protected  JournalStructureService journalStructureService
          Deprecated.  
protected  JournalTemplateLocalService journalTemplateLocalService
          Deprecated.  
protected  JournalTemplateService journalTemplateService
          Deprecated.  
protected  ResourceLocalService resourceLocalService
          Deprecated.  
protected  UserFinder userFinder
          Deprecated.  
protected  UserLocalService userLocalService
          Deprecated.  
protected  UserPersistence userPersistence
          Deprecated.  
protected  UserService userService
          Deprecated.  
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
JournalStructureServiceBaseImpl()
          Deprecated.  
 
Method Summary
 void afterPropertiesSet()
          Deprecated.  
 void destroy()
          Deprecated.  
 String getBeanIdentifier()
          Deprecated. Returns the Spring bean ID for this bean.
 CounterLocalService getCounterLocalService()
          Deprecated. Returns the counter local service.
 DDMStructureFinder getDDMStructureFinder()
          Deprecated. Returns the d d m structure finder.
 DDMStructureLocalService getDDMStructureLocalService()
          Deprecated. Returns the d d m structure local service.
 DDMStructurePersistence getDDMStructurePersistence()
          Deprecated. Returns the d d m structure persistence.
 DDMStructureService getDDMStructureService()
          Deprecated. Returns the d d m structure remote service.
 GroupFinder getGroupFinder()
          Deprecated. Returns the group finder.
 GroupLocalService getGroupLocalService()
          Deprecated. Returns the group local service.
 GroupPersistence getGroupPersistence()
          Deprecated. Returns the group persistence.
 GroupService getGroupService()
          Deprecated. Returns the group remote service.
 JournalArticleFinder getJournalArticleFinder()
          Deprecated. Returns the journal article finder.
 JournalArticleImageLocalService getJournalArticleImageLocalService()
          Deprecated. Returns the journal article image local service.
 JournalArticleImagePersistence getJournalArticleImagePersistence()
          Deprecated. Returns the journal article image persistence.
 JournalArticleLocalService getJournalArticleLocalService()
          Deprecated. Returns the journal article local service.
 JournalArticlePersistence getJournalArticlePersistence()
          Deprecated. Returns the journal article persistence.
 JournalArticleResourceLocalService getJournalArticleResourceLocalService()
          Deprecated. Returns the journal article resource local service.
 JournalArticleResourcePersistence getJournalArticleResourcePersistence()
          Deprecated. Returns the journal article resource persistence.
 JournalArticleService getJournalArticleService()
          Deprecated. Returns the journal article remote service.
 JournalContentSearchLocalService getJournalContentSearchLocalService()
          Deprecated. Returns the journal content search local service.
 JournalContentSearchPersistence getJournalContentSearchPersistence()
          Deprecated. Returns the journal content search persistence.
 JournalFeedFinder getJournalFeedFinder()
          Deprecated. Returns the journal feed finder.
 JournalFeedLocalService getJournalFeedLocalService()
          Deprecated. Returns the journal feed local service.
 JournalFeedPersistence getJournalFeedPersistence()
          Deprecated. Returns the journal feed persistence.
 JournalFeedService getJournalFeedService()
          Deprecated. Returns the journal feed remote service.
 JournalFolderFinder getJournalFolderFinder()
          Deprecated. Returns the journal folder finder.
 JournalFolderLocalService getJournalFolderLocalService()
          Deprecated. Returns the journal folder local service.
 JournalFolderPersistence getJournalFolderPersistence()
          Deprecated. Returns the journal folder persistence.
 JournalFolderService getJournalFolderService()
          Deprecated. Returns the journal folder remote service.
 JournalStructureLocalService getJournalStructureLocalService()
          Deprecated. Returns the journal structure local service.
 JournalStructureService getJournalStructureService()
          Deprecated. Returns the journal structure remote service.
 JournalTemplateLocalService getJournalTemplateLocalService()
          Deprecated. Returns the journal template local service.
 JournalTemplateService getJournalTemplateService()
          Deprecated. Returns the journal template remote service.
 ResourceLocalService getResourceLocalService()
          Deprecated. Returns the resource local service.
 UserFinder getUserFinder()
          Deprecated. Returns the user finder.
 UserLocalService getUserLocalService()
          Deprecated. Returns the user local service.
 UserPersistence getUserPersistence()
          Deprecated. Returns the user persistence.
 UserService getUserService()
          Deprecated. Returns the user remote service.
protected  void runSQL(String sql)
          Deprecated. Performs an SQL query.
 void setBeanIdentifier(String beanIdentifier)
          Deprecated. Sets the Spring bean ID for this bean.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Deprecated. Sets the counter local service.
 void setDDMStructureFinder(DDMStructureFinder ddmStructureFinder)
          Deprecated. Sets the d d m structure finder.
 void setDDMStructureLocalService(DDMStructureLocalService ddmStructureLocalService)
          Deprecated. Sets the d d m structure local service.
 void setDDMStructurePersistence(DDMStructurePersistence ddmStructurePersistence)
          Deprecated. Sets the d d m structure persistence.
 void setDDMStructureService(DDMStructureService ddmStructureService)
          Deprecated. Sets the d d m structure remote service.
 void setGroupFinder(GroupFinder groupFinder)
          Deprecated. Sets the group finder.
 void setGroupLocalService(GroupLocalService groupLocalService)
          Deprecated. Sets the group local service.
 void setGroupPersistence(GroupPersistence groupPersistence)
          Deprecated. Sets the group persistence.
 void setGroupService(GroupService groupService)
          Deprecated. Sets the group remote service.
 void setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
          Deprecated. Sets the journal article finder.
 void setJournalArticleImageLocalService(JournalArticleImageLocalService journalArticleImageLocalService)
          Deprecated. Sets the journal article image local service.
 void setJournalArticleImagePersistence(JournalArticleImagePersistence journalArticleImagePersistence)
          Deprecated. Sets the journal article image persistence.
 void setJournalArticleLocalService(JournalArticleLocalService journalArticleLocalService)
          Deprecated. Sets the journal article local service.
 void setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
          Deprecated. Sets the journal article persistence.
 void setJournalArticleResourceLocalService(JournalArticleResourceLocalService journalArticleResourceLocalService)
          Deprecated. Sets the journal article resource local service.
 void setJournalArticleResourcePersistence(JournalArticleResourcePersistence journalArticleResourcePersistence)
          Deprecated. Sets the journal article resource persistence.
 void setJournalArticleService(JournalArticleService journalArticleService)
          Deprecated. Sets the journal article remote service.
 void setJournalContentSearchLocalService(JournalContentSearchLocalService journalContentSearchLocalService)
          Deprecated. Sets the journal content search local service.
 void setJournalContentSearchPersistence(JournalContentSearchPersistence journalContentSearchPersistence)
          Deprecated. Sets the journal content search persistence.
 void setJournalFeedFinder(JournalFeedFinder journalFeedFinder)
          Deprecated. Sets the journal feed finder.
 void setJournalFeedLocalService(JournalFeedLocalService journalFeedLocalService)
          Deprecated. Sets the journal feed local service.
 void setJournalFeedPersistence(JournalFeedPersistence journalFeedPersistence)
          Deprecated. Sets the journal feed persistence.
 void setJournalFeedService(JournalFeedService journalFeedService)
          Deprecated. Sets the journal feed remote service.
 void setJournalFolderFinder(JournalFolderFinder journalFolderFinder)
          Deprecated. Sets the journal folder finder.
 void setJournalFolderLocalService(JournalFolderLocalService journalFolderLocalService)
          Deprecated. Sets the journal folder local service.
 void setJournalFolderPersistence(JournalFolderPersistence journalFolderPersistence)
          Deprecated. Sets the journal folder persistence.
 void setJournalFolderService(JournalFolderService journalFolderService)
          Deprecated. Sets the journal folder remote service.
 void setJournalStructureLocalService(JournalStructureLocalService journalStructureLocalService)
          Deprecated. Sets the journal structure local service.
 void setJournalStructureService(JournalStructureService journalStructureService)
          Deprecated. Sets the journal structure remote service.
 void setJournalTemplateLocalService(JournalTemplateLocalService journalTemplateLocalService)
          Deprecated. Sets the journal template local service.
 void setJournalTemplateService(JournalTemplateService journalTemplateService)
          Deprecated. Sets the journal template remote service.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Deprecated. Sets the resource local service.
 void setUserFinder(UserFinder userFinder)
          Deprecated. Sets the user finder.
 void setUserLocalService(UserLocalService userLocalService)
          Deprecated. Sets the user local service.
 void setUserPersistence(UserPersistence userPersistence)
          Deprecated. Sets the user persistence.
 void setUserService(UserService userService)
          Deprecated. Sets the user remote service.
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
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.JournalStructureService
addStructure, copyStructure, deleteStructure, getStructure, getStructure, getStructures, getStructures, search, search, searchCount, searchCount, updateStructure
 

Field Detail

journalArticleLocalService

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

journalArticleService

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

journalArticlePersistence

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

journalArticleFinder

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

journalArticleImageLocalService

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

journalArticleImagePersistence

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

journalArticleResourceLocalService

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

journalArticleResourcePersistence

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

journalContentSearchLocalService

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

journalContentSearchPersistence

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

journalFeedLocalService

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

journalFeedService

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

journalFeedPersistence

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

journalFeedFinder

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

journalFolderLocalService

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

journalFolderService

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

journalFolderPersistence

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

journalFolderFinder

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

journalStructureLocalService

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

journalStructureService

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

journalTemplateLocalService

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

journalTemplateService

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

counterLocalService

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

groupLocalService

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

groupService

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

groupPersistence

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

groupFinder

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

resourceLocalService

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

userLocalService

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

userService

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

userPersistence

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

userFinder

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

ddmStructureLocalService

@BeanReference(type=DDMStructureLocalService.class)
protected DDMStructureLocalService ddmStructureLocalService
Deprecated. 

ddmStructureService

@BeanReference(type=DDMStructureService.class)
protected DDMStructureService ddmStructureService
Deprecated. 

ddmStructurePersistence

@BeanReference(type=DDMStructurePersistence.class)
protected DDMStructurePersistence ddmStructurePersistence
Deprecated. 

ddmStructureFinder

@BeanReference(type=DDMStructureFinder.class)
protected DDMStructureFinder ddmStructureFinder
Deprecated. 
Constructor Detail

JournalStructureServiceBaseImpl

public JournalStructureServiceBaseImpl()
Deprecated. 
Method Detail

getJournalArticleLocalService

public JournalArticleLocalService getJournalArticleLocalService()
Deprecated. 
Returns the journal article local service.

Returns:
the journal article local service

setJournalArticleLocalService

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

Parameters:
journalArticleLocalService - the journal article local service

getJournalArticleService

public JournalArticleService getJournalArticleService()
Deprecated. 
Returns the journal article remote service.

Returns:
the journal article remote service

setJournalArticleService

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

Parameters:
journalArticleService - the journal article remote service

getJournalArticlePersistence

public JournalArticlePersistence getJournalArticlePersistence()
Deprecated. 
Returns the journal article persistence.

Returns:
the journal article persistence

setJournalArticlePersistence

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

Parameters:
journalArticlePersistence - the journal article persistence

getJournalArticleFinder

public JournalArticleFinder getJournalArticleFinder()
Deprecated. 
Returns the journal article finder.

Returns:
the journal article finder

setJournalArticleFinder

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

Parameters:
journalArticleFinder - the journal article finder

getJournalArticleImageLocalService

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

Returns:
the journal article image local service

setJournalArticleImageLocalService

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

Parameters:
journalArticleImageLocalService - the journal article image local service

getJournalArticleImagePersistence

public JournalArticleImagePersistence getJournalArticleImagePersistence()
Deprecated. 
Returns the journal article image persistence.

Returns:
the journal article image persistence

setJournalArticleImagePersistence

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

Parameters:
journalArticleImagePersistence - the journal article image persistence

getJournalArticleResourceLocalService

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

Returns:
the journal article resource local service

setJournalArticleResourceLocalService

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

Parameters:
journalArticleResourceLocalService - the journal article resource local service

getJournalArticleResourcePersistence

public JournalArticleResourcePersistence getJournalArticleResourcePersistence()
Deprecated. 
Returns the journal article resource persistence.

Returns:
the journal article resource persistence

setJournalArticleResourcePersistence

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

Parameters:
journalArticleResourcePersistence - the journal article resource persistence

getJournalContentSearchLocalService

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

Returns:
the journal content search local service

setJournalContentSearchLocalService

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

Parameters:
journalContentSearchLocalService - the journal content search local service

getJournalContentSearchPersistence

public JournalContentSearchPersistence getJournalContentSearchPersistence()
Deprecated. 
Returns the journal content search persistence.

Returns:
the journal content search persistence

setJournalContentSearchPersistence

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

Parameters:
journalContentSearchPersistence - the journal content search persistence

getJournalFeedLocalService

public JournalFeedLocalService getJournalFeedLocalService()
Deprecated. 
Returns the journal feed local service.

Returns:
the journal feed local service

setJournalFeedLocalService

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

Parameters:
journalFeedLocalService - the journal feed local service

getJournalFeedService

public JournalFeedService getJournalFeedService()
Deprecated. 
Returns the journal feed remote service.

Returns:
the journal feed remote service

setJournalFeedService

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

Parameters:
journalFeedService - the journal feed remote service

getJournalFeedPersistence

public JournalFeedPersistence getJournalFeedPersistence()
Deprecated. 
Returns the journal feed persistence.

Returns:
the journal feed persistence

setJournalFeedPersistence

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

Parameters:
journalFeedPersistence - the journal feed persistence

getJournalFeedFinder

public JournalFeedFinder getJournalFeedFinder()
Deprecated. 
Returns the journal feed finder.

Returns:
the journal feed finder

setJournalFeedFinder

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

Parameters:
journalFeedFinder - the journal feed finder

getJournalFolderLocalService

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

Returns:
the journal folder local service

setJournalFolderLocalService

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

Parameters:
journalFolderLocalService - the journal folder local service

getJournalFolderService

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

Returns:
the journal folder remote service

setJournalFolderService

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

Parameters:
journalFolderService - the journal folder remote service

getJournalFolderPersistence

public JournalFolderPersistence getJournalFolderPersistence()
Deprecated. 
Returns the journal folder persistence.

Returns:
the journal folder persistence

setJournalFolderPersistence

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

Parameters:
journalFolderPersistence - the journal folder persistence

getJournalFolderFinder

public JournalFolderFinder getJournalFolderFinder()
Deprecated. 
Returns the journal folder finder.

Returns:
the journal folder finder

setJournalFolderFinder

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

Parameters:
journalFolderFinder - the journal folder finder

getJournalStructureLocalService

public JournalStructureLocalService getJournalStructureLocalService()
Deprecated. 
Returns the journal structure local service.

Returns:
the journal structure local service

setJournalStructureLocalService

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

Parameters:
journalStructureLocalService - the journal structure local service

getJournalStructureService

public JournalStructureService getJournalStructureService()
Deprecated. 
Returns the journal structure remote service.

Returns:
the journal structure remote service

setJournalStructureService

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

Parameters:
journalStructureService - the journal structure remote service

getJournalTemplateLocalService

public JournalTemplateLocalService getJournalTemplateLocalService()
Deprecated. 
Returns the journal template local service.

Returns:
the journal template local service

setJournalTemplateLocalService

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

Parameters:
journalTemplateLocalService - the journal template local service

getJournalTemplateService

public JournalTemplateService getJournalTemplateService()
Deprecated. 
Returns the journal template remote service.

Returns:
the journal template remote service

setJournalTemplateService

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

Parameters:
journalTemplateService - the journal template remote service

getCounterLocalService

public CounterLocalService getCounterLocalService()
Deprecated. 
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

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

Parameters:
counterLocalService - the counter local service

getGroupLocalService

public GroupLocalService getGroupLocalService()
Deprecated. 
Returns the group local service.

Returns:
the group local service

setGroupLocalService

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

Parameters:
groupLocalService - the group local service

getGroupService

public GroupService getGroupService()
Deprecated. 
Returns the group remote service.

Returns:
the group remote service

setGroupService

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

Parameters:
groupService - the group remote service

getGroupPersistence

public GroupPersistence getGroupPersistence()
Deprecated. 
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

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

Parameters:
groupPersistence - the group persistence

getGroupFinder

public GroupFinder getGroupFinder()
Deprecated. 
Returns the group finder.

Returns:
the group finder

setGroupFinder

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

Parameters:
groupFinder - the group finder

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Deprecated. 
Returns the resource local service.

Returns:
the resource local service

setResourceLocalService

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

Parameters:
resourceLocalService - the resource local service

getUserLocalService

public UserLocalService getUserLocalService()
Deprecated. 
Returns the user local service.

Returns:
the user local service

setUserLocalService

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

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Deprecated. 
Returns the user remote service.

Returns:
the user remote service

setUserService

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

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Deprecated. 
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

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

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Deprecated. 
Returns the user finder.

Returns:
the user finder

setUserFinder

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

Parameters:
userFinder - the user finder

getDDMStructureLocalService

public DDMStructureLocalService getDDMStructureLocalService()
Deprecated. 
Returns the d d m structure local service.

Returns:
the d d m structure local service

setDDMStructureLocalService

public void setDDMStructureLocalService(DDMStructureLocalService ddmStructureLocalService)
Deprecated. 
Sets the d d m structure local service.

Parameters:
ddmStructureLocalService - the d d m structure local service

getDDMStructureService

public DDMStructureService getDDMStructureService()
Deprecated. 
Returns the d d m structure remote service.

Returns:
the d d m structure remote service

setDDMStructureService

public void setDDMStructureService(DDMStructureService ddmStructureService)
Deprecated. 
Sets the d d m structure remote service.

Parameters:
ddmStructureService - the d d m structure remote service

getDDMStructurePersistence

public DDMStructurePersistence getDDMStructurePersistence()
Deprecated. 
Returns the d d m structure persistence.

Returns:
the d d m structure persistence

setDDMStructurePersistence

public void setDDMStructurePersistence(DDMStructurePersistence ddmStructurePersistence)
Deprecated. 
Sets the d d m structure persistence.

Parameters:
ddmStructurePersistence - the d d m structure persistence

getDDMStructureFinder

public DDMStructureFinder getDDMStructureFinder()
Deprecated. 
Returns the d d m structure finder.

Returns:
the d d m structure finder

setDDMStructureFinder

public void setDDMStructureFinder(DDMStructureFinder ddmStructureFinder)
Deprecated. 
Sets the d d m structure finder.

Parameters:
ddmStructureFinder - the d d m structure finder

afterPropertiesSet

public void afterPropertiesSet()
Deprecated. 

destroy

public void destroy()
Deprecated. 

getBeanIdentifier

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

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

setBeanIdentifier

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

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

runSQL

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

Parameters:
sql - the sql query
Throws:
SystemException

Liferay 6.2-ce-ga5