| Package | Description |
|---|---|
| org.xbup.catalog.base.entity | |
| org.xbup.catalog.base.manager | |
| org.xbup.catalog.base.remote | |
| org.xbup.catalog.base.service |
| Modifier and Type | Class and Description |
|---|---|
class |
XBEXHDoc
Entity Class for HTML documentation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBCXHDocManager<T extends XBCXHDoc>
Interface for XBCXHDoc catalog manager.
|
| Modifier and Type | Method and Description |
|---|---|
XBCXHDoc |
XBCXHDocManager.findById(java.lang.Long id) |
XBCXHDoc |
XBCXHDocManager.getDocumentation(XBCItem item) |
| Modifier and Type | Class and Description |
|---|---|
class |
XBRXHDoc
Catalog Remote Item HTML Documentation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBCXHDocService<T extends XBCXHDoc>
Interface for XBCXHDoc items service.
|
| Modifier and Type | Method and Description |
|---|---|
XBCXHDoc |
XBCXHDocService.getDocumentation(XBCItem item)
Get documentation in default language for given item,
|