Class XBEXInfoService
- java.lang.Object
-
- org.exbin.xbup.core.catalog.base.service.XBCDefaultItemService<T>
-
- org.exbin.xbup.catalog.entity.service.XBEDefaultService<org.exbin.xbup.core.catalog.base.XBCXItemInfo>
-
- org.exbin.xbup.catalog.entity.service.XBEXInfoService
-
- All Implemented Interfaces:
java.io.Serializable
,org.exbin.xbup.core.catalog.base.service.XBCService<org.exbin.xbup.core.catalog.base.XBCXItemInfo>
,org.exbin.xbup.core.catalog.base.service.XBCXInfoService
@ParametersAreNonnullByDefault @Service public class XBEXInfoService extends XBEDefaultService<org.exbin.xbup.core.catalog.base.XBCXItemInfo> implements org.exbin.xbup.core.catalog.base.service.XBCXInfoService, java.io.Serializable
Interface forXBEXItemInfoo items service.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.exbin.xbup.catalog.entity.service.XBEDefaultService
catalog
-
-
Constructor Summary
Constructors Constructor Description XBEXInfoService()
XBEXInfoService(XBECatalog catalog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XBEXItemInfo
getNodeInfo(org.exbin.xbup.core.catalog.base.XBCNode dir)
void
init()
-
Methods inherited from class org.exbin.xbup.core.catalog.base.service.XBCDefaultItemService
createItem, getAllItems, getItem, getItemsCount, persistItem, removeItem
-
-
-
-
Constructor Detail
-
XBEXInfoService
public XBEXInfoService()
-
XBEXInfoService
public XBEXInfoService(XBECatalog catalog)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getNodeInfo
public XBEXItemInfo getNodeInfo(org.exbin.xbup.core.catalog.base.XBCNode dir)
- Specified by:
getNodeInfo
in interfaceorg.exbin.xbup.core.catalog.base.service.XBCXInfoService
-
-