Class XBEXPlugService
- java.lang.Object
-
- org.exbin.xbup.core.catalog.base.service.XBCDefaultItemService<T>
-
- org.exbin.xbup.catalog.entity.service.XBEDefaultService<org.exbin.xbup.core.catalog.base.XBCXPlugin>
-
- org.exbin.xbup.catalog.entity.service.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.catalog.entity.service.XBEDefaultService
catalog
-
-
Constructor Summary
Constructors Constructor Description XBEXPlugService()
XBEXPlugService(XBECatalog catalog)
-
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
-
-
-
-
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 interfaceorg.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 interfaceorg.exbin.xbup.core.catalog.base.service.XBCXPlugService
-
getAllPluginCount
public java.lang.Long getAllPluginCount()
- Specified by:
getAllPluginCount
in interfaceorg.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 interfaceorg.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 interfaceorg.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 interfaceorg.exbin.xbup.core.catalog.base.service.XBCXPlugService
-
getExtensionName
public java.lang.String getExtensionName()
- Specified by:
getExtensionName
in interfaceorg.exbin.xbup.core.catalog.base.XBCExtension
-
initializeExtension
public void initializeExtension()
- Specified by:
initializeExtension
in interfaceorg.exbin.xbup.core.catalog.base.XBCExtension
-
-