| Modifier and Type | Class and Description |
|---|---|
class |
XBEXDesc
Entity class for descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCXDesc> |
XBEXDescManager.getItemDescs(XBCItem item) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCXDesc> |
XBEXDescService.getItemDescs(XBCItem item) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBCXDescManager<T extends XBCXDesc>
Interface for XBCXDesc catalog manager.
|
| Modifier and Type | Method and Description |
|---|---|
XBCXDesc |
XBCXDescManager.getItemDesc(XBCItem item)
Returns name for given item
|
XBCXDesc |
XBCXDescManager.getItemDesc(XBCItem item,
XBCXLanguage language)
Returns name for given item
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCXDesc> |
XBCXDescManager.getItemDescs(XBCItem item)
Returns list of names for given item
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBRXDesc
Catalog remote item description.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCXDesc> |
XBRXDescManager.getItemDescs(XBCItem item) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCXDesc> |
XBRXDescService.getItemDescs(XBCItem item) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBCXDescService<T extends XBCXDesc>
Interface for XBCXDesc items service.
|
| Modifier and Type | Method and Description |
|---|---|
XBCXDesc |
XBCXDescService.getItemDesc(XBCItem item)
Returns name for given item
|
XBCXDesc |
XBCXDescService.getItemDesc(XBCItem item,
XBCXLanguage language)
Returns name for given item
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBCXDesc> |
XBCXDescService.getItemDescs(XBCItem item)
Returns list of names for given item
|