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