| Modifier and Type | Class and Description |
|---|---|
class |
XBEXBlockPane
XBUP Catalog Block Revision Panel Editor Entity
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCXBlockPane> |
XBEXPaneManager.getPanes(XBCBlockRev rev) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCXBlockPane> |
XBEXPaneService.getPanes(XBCBlockRev rev) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBCXPaneManager<T extends XBCXBlockPane>
Interface for XBCBlockPane catalog manager.
|
| Modifier and Type | Method and Description |
|---|---|
XBCXBlockPane |
XBCXPaneManager.findById(long id) |
XBCXBlockPane |
XBCXPaneManager.findPaneByPR(XBCBlockRev rev,
long priority)
Get panel editor for given priority
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCXBlockPane> |
XBCXPaneManager.getPanes(XBCBlockRev rev)
Get list of all binds
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBRXBlockPane
XBUP Remote Block Revision Panel Editor Class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCXBlockPane> |
XBRXPaneManager.getPanes(XBCBlockRev rev) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCXBlockPane> |
XBRXPaneService.getPanes(XBCBlockRev rev) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBCXPaneService<T extends XBCXBlockPane>
Interface for XBCXBlockPane items service.
|
| Modifier and Type | Method and Description |
|---|---|
XBCXBlockPane |
XBCXPaneService.findById(long id) |
XBCXBlockPane |
XBCXPaneService.findPaneByPR(XBCBlockRev rev,
long priority)
Get panel editor for given priority
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCXBlockPane> |
XBCXPaneService.getPanes(XBCBlockRev rev)
Get list of all binds
|