@Service public class XBEXNameService extends XBEDefaultService<XBEXName> implements org.xbup.lib.xb.catalog.base.service.XBCXNameService<XBEXName>, java.io.Serializable
catalog| Constructor and Description |
|---|
XBEXNameService() |
XBEXNameService(XBECatalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultCaption(org.xbup.lib.xb.catalog.base.XBCBlockSpec blockSpec) |
java.lang.String |
getExtensionName() |
XBEXName |
getItemName(org.xbup.lib.xb.catalog.base.XBCItem item) |
XBEXName |
getItemName(org.xbup.lib.xb.catalog.base.XBCItem item,
org.xbup.lib.xb.catalog.base.XBCXLanguage language) |
java.util.List<org.xbup.lib.xb.catalog.base.XBCXName> |
getItemNames(org.xbup.lib.xb.catalog.base.XBCItem item) |
java.lang.String |
getItemNameText(org.xbup.lib.xb.catalog.base.XBCItem item) |
void |
init() |
void |
initializeExtension() |
void |
setItemNameText(org.xbup.lib.xb.catalog.base.XBCItem item,
java.lang.String text) |
createItem, getAllItems, getItem, getItemsCount, persistItem, removeItempublic XBEXNameService()
public XBEXNameService(XBECatalog catalog)
@PostConstruct public void init()
public java.lang.String getDefaultCaption(org.xbup.lib.xb.catalog.base.XBCBlockSpec blockSpec)
getDefaultCaption in interface org.xbup.lib.xb.catalog.base.service.XBCXNameService<XBEXName>public XBEXName getItemName(org.xbup.lib.xb.catalog.base.XBCItem item)
getItemName in interface org.xbup.lib.xb.catalog.base.service.XBCXNameService<XBEXName>public XBEXName getItemName(org.xbup.lib.xb.catalog.base.XBCItem item, org.xbup.lib.xb.catalog.base.XBCXLanguage language)
getItemName in interface org.xbup.lib.xb.catalog.base.service.XBCXNameService<XBEXName>public java.util.List<org.xbup.lib.xb.catalog.base.XBCXName> getItemNames(org.xbup.lib.xb.catalog.base.XBCItem item)
getItemNames in interface org.xbup.lib.xb.catalog.base.service.XBCXNameService<XBEXName>public java.lang.String getExtensionName()
getExtensionName in interface org.xbup.lib.xb.catalog.base.XBCExtensionpublic void initializeExtension()
initializeExtension in interface org.xbup.lib.xb.catalog.base.XBCExtensionpublic java.lang.String getItemNameText(org.xbup.lib.xb.catalog.base.XBCItem item)
getItemNameText in interface org.xbup.lib.xb.catalog.base.service.XBCXNameService<XBEXName>public void setItemNameText(org.xbup.lib.xb.catalog.base.XBCItem item,
java.lang.String text)
setItemNameText in interface org.xbup.lib.xb.catalog.base.service.XBCXNameService<XBEXName>