Class PanelCategoryServiceReferenceMapper

java.lang.Object
com.liferay.application.list.util.PanelCategoryServiceReferenceMapper
All Implemented Interfaces:
com.liferay.osgi.service.tracker.collections.map.ServiceReferenceMapper<String,PanelEntry>

@Deprecated public class PanelCategoryServiceReferenceMapper extends Object implements com.liferay.osgi.service.tracker.collections.map.ServiceReferenceMapper<String,PanelEntry>
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.liferay.osgi.service.tracker.collections.map.ServiceReferenceMapper

    com.liferay.osgi.service.tracker.collections.map.ServiceReferenceMapper.Emitter<K extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    map(org.osgi.framework.ServiceReference<PanelEntry> serviceReference, com.liferay.osgi.service.tracker.collections.map.ServiceReferenceMapper.Emitter<String> emitter)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PanelCategoryServiceReferenceMapper

      public PanelCategoryServiceReferenceMapper()
      Deprecated.
  • Method Details

    • map

      public void map(org.osgi.framework.ServiceReference<PanelEntry> serviceReference, com.liferay.osgi.service.tracker.collections.map.ServiceReferenceMapper.Emitter<String> emitter)
      Deprecated.
      Specified by:
      map in interface com.liferay.osgi.service.tracker.collections.map.ServiceReferenceMapper<String,PanelEntry>