Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.journal.service.JournalStructureService

Packages that use JournalStructureService
com.liferay.portlet.journal.service   
 

Uses of JournalStructureService in com.liferay.portlet.journal.service
 

Classes in com.liferay.portlet.journal.service that implement JournalStructureService
 class JournalStructureServiceWrapper
          Deprecated. As of 6.2.0, since Web Content Administration now uses the Dynamic Data Mapping framework to handle templates
 

Methods in com.liferay.portlet.journal.service that return JournalStructureService
static JournalStructureService JournalStructureServiceUtil.getService()
          Deprecated.  
 JournalStructureService JournalStructureServiceWrapper.getWrappedJournalStructureService()
          Deprecated. As of 6.1.0, replaced by JournalStructureServiceWrapper.getWrappedService()
 JournalStructureService JournalStructureServiceWrapper.getWrappedService()
          Deprecated.  
 

Methods in com.liferay.portlet.journal.service with parameters of type JournalStructureService
 void JournalStructureServiceUtil.setService(JournalStructureService service)
          Deprecated. As of 6.2.0
 void JournalStructureServiceWrapper.setWrappedJournalStructureService(JournalStructureService journalStructureService)
          Deprecated. As of 6.1.0, replaced by JournalStructureServiceWrapper.setWrappedService(com.liferay.portlet.journal.service.JournalStructureService)
 void JournalStructureServiceWrapper.setWrappedService(JournalStructureService journalStructureService)
          Deprecated.  
 

Constructors in com.liferay.portlet.journal.service with parameters of type JournalStructureService
JournalStructureServiceWrapper(JournalStructureService journalStructureService)
          Deprecated.  
 


Liferay 6.2-ce-ga5