Class XBEXPlugService

  • All Implemented Interfaces:
    java.io.Serializable, org.exbin.xbup.core.catalog.base.service.XBCService<org.exbin.xbup.core.catalog.base.XBCXPlugin>, org.exbin.xbup.core.catalog.base.service.XBCXPlugService, org.exbin.xbup.core.catalog.base.XBCExtension

    @ParametersAreNonnullByDefault
    @Service
    public class XBEXPlugService
    extends XBEDefaultService<org.exbin.xbup.core.catalog.base.XBCXPlugin>
    implements org.exbin.xbup.core.catalog.base.service.XBCXPlugService, java.io.Serializable
    Interface for XBEXPlugin items service.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.exbin.xbup.core.catalog.base.service.XBCDefaultItemService

        itemManager
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      XBEXPlugin findById​(long id)  
      XBEXPlugin findPlugin​(org.exbin.xbup.core.catalog.base.XBCNode node, java.lang.Long index)  
      java.util.List<org.exbin.xbup.core.catalog.base.XBCXPlugin> findPluginsForNode​(org.exbin.xbup.core.catalog.base.XBCNode node)  
      java.lang.Long getAllPluginCount()  
      java.lang.String getExtensionName()  
      java.io.InputStream getPlugin​(org.exbin.xbup.core.catalog.base.XBCXPlugin plugin)  
      java.lang.Long[] getPluginXBPath​(org.exbin.xbup.core.catalog.base.XBCXPlugin plugin)  
      void init()  
      void initializeExtension()  
      • Methods inherited from class org.exbin.xbup.core.catalog.base.service.XBCDefaultItemService

        createItem, getAllItems, getItem, getItemsCount, persistItem, removeItem
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.exbin.xbup.core.catalog.base.service.XBCService

        createItem, getAllItems, getItem, getItemsCount, persistItem, removeItem
    • Constructor Detail

      • XBEXPlugService

        public XBEXPlugService()
      • XBEXPlugService

        public XBEXPlugService​(XBECatalog catalog)
    • Method Detail

      • init

        @PostConstruct
        public void init()
      • findById

        public XBEXPlugin findById​(long id)
        Specified by:
        findById in interface org.exbin.xbup.core.catalog.base.service.XBCXPlugService
      • findPlugin

        public XBEXPlugin findPlugin​(org.exbin.xbup.core.catalog.base.XBCNode node,
                                     java.lang.Long index)
        Specified by:
        findPlugin in interface org.exbin.xbup.core.catalog.base.service.XBCXPlugService
      • getAllPluginCount

        public java.lang.Long getAllPluginCount()
        Specified by:
        getAllPluginCount in interface org.exbin.xbup.core.catalog.base.service.XBCXPlugService
      • getPlugin

        public java.io.InputStream getPlugin​(org.exbin.xbup.core.catalog.base.XBCXPlugin plugin)
        Specified by:
        getPlugin in interface org.exbin.xbup.core.catalog.base.service.XBCXPlugService
      • getPluginXBPath

        public java.lang.Long[] getPluginXBPath​(org.exbin.xbup.core.catalog.base.XBCXPlugin plugin)
        Specified by:
        getPluginXBPath in interface org.exbin.xbup.core.catalog.base.service.XBCXPlugService
      • findPluginsForNode

        @Nonnull
        public java.util.List<org.exbin.xbup.core.catalog.base.XBCXPlugin> findPluginsForNode​(org.exbin.xbup.core.catalog.base.XBCNode node)
        Specified by:
        findPluginsForNode in interface org.exbin.xbup.core.catalog.base.service.XBCXPlugService
      • getExtensionName

        public java.lang.String getExtensionName()
        Specified by:
        getExtensionName in interface org.exbin.xbup.core.catalog.base.XBCExtension
      • initializeExtension

        public void initializeExtension()
        Specified by:
        initializeExtension in interface org.exbin.xbup.core.catalog.base.XBCExtension