public class XBEXPaneService extends XBEDefaultService<XBEXBlockPane> implements XBCXPaneService<XBEXBlockPane>
catalogitemManager| Constructor and Description |
|---|
XBEXPaneService(XBECatalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
XBEXBlockPane |
findById(long id) |
XBEXBlockPane |
findPaneByPR(XBCBlockRev rev,
long priority)
Get panel editor for given priority
|
XBEXPlugPane |
findPlugPaneById(long id) |
java.lang.Long |
getAllPanesCount() |
java.lang.Long |
getAllPlugPanesCount() |
java.lang.String |
getExtensionName()
Get some name for give extension.
|
java.util.List<XBCXBlockPane> |
getPanes(XBCBlockRev rev)
Get list of all binds
|
long |
getPanesCount(XBCBlockRev rev)
Get count of panel editors for given revision
|
XBEXPlugPane |
getPlugPane(XBCXPlugin plugin,
long pane) |
java.util.List<XBCXPlugPane> |
getPlugPanes(XBCXPlugin plugin)
Get list of all plugin panels
|
long |
getPlugPanesCount(XBCXPlugin plugin)
Get count of panel editors for given plugin
|
void |
initializeExtension()
Method for initializing given extension.
|
createItem, getAllItems, getItem, getItemsCount, persistItem, removeItemclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateItem, getAllItems, getItem, getItemsCount, persistItem, removeItempublic XBEXPaneService(XBECatalog catalog)
public XBEXBlockPane findById(long id)
findById in interface XBCXPaneService<XBEXBlockPane>public XBEXBlockPane findPaneByPR(XBCBlockRev rev, long priority)
XBCXPaneServicefindPaneByPR in interface XBCXPaneService<XBEXBlockPane>public XBEXPlugPane findPlugPaneById(long id)
findPlugPaneById in interface XBCXPaneService<XBEXBlockPane>public java.lang.Long getAllPanesCount()
getAllPanesCount in interface XBCXPaneService<XBEXBlockPane>public java.lang.Long getAllPlugPanesCount()
getAllPlugPanesCount in interface XBCXPaneService<XBEXBlockPane>public java.util.List<XBCXBlockPane> getPanes(XBCBlockRev rev)
XBCXPaneServicegetPanes in interface XBCXPaneService<XBEXBlockPane>public long getPanesCount(XBCBlockRev rev)
XBCXPaneServicegetPanesCount in interface XBCXPaneService<XBEXBlockPane>public XBEXPlugPane getPlugPane(XBCXPlugin plugin, long pane)
getPlugPane in interface XBCXPaneService<XBEXBlockPane>public java.util.List<XBCXPlugPane> getPlugPanes(XBCXPlugin plugin)
XBCXPaneServicegetPlugPanes in interface XBCXPaneService<XBEXBlockPane>public long getPlugPanesCount(XBCXPlugin plugin)
XBCXPaneServicegetPlugPanesCount in interface XBCXPaneService<XBEXBlockPane>public java.lang.String getExtensionName()
XBCExtensiongetExtensionName in interface XBCExtensionpublic void initializeExtension()
XBCExtensioninitializeExtension in interface XBCExtension