Class XBEDefaultService<T extends org.exbin.xbup.core.catalog.base.XBCBase>
- java.lang.Object
-
- org.exbin.xbup.core.catalog.base.service.XBCDefaultItemService<T>
-
- org.exbin.xbup.catalog.entity.service.XBEDefaultService<T>
-
- Type Parameters:
T
- entity class
- All Implemented Interfaces:
org.exbin.xbup.core.catalog.base.service.XBCService<T>
- Direct Known Subclasses:
XBEItemService
,XBELimiService
,XBENodeService
,XBERevService
,XBERootService
,XBESpecService
,XBETranService
,XBEXDescService
,XBEXFileService
,XBEXHDocService
,XBEXIconService
,XBEXInfoService
,XBEXLangService
,XBEXNameService
,XBEXPlugService
,XBEXStriService
,XBEXUiService
,XBEXUserService
@ParametersAreNonnullByDefault public class XBEDefaultService<T extends org.exbin.xbup.core.catalog.base.XBCBase> extends org.exbin.xbup.core.catalog.base.service.XBCDefaultItemService<T> implements org.exbin.xbup.core.catalog.base.service.XBCService<T>
Default service for catalog items.
-
-
Field Summary
Fields Modifier and Type Field Description protected XBECatalog
catalog
-
Constructor Summary
Constructors Constructor Description XBEDefaultService()
XBEDefaultService(XBECatalog catalog)
-
Method Summary
-
Methods inherited from class org.exbin.xbup.core.catalog.base.service.XBCDefaultItemService
createItem, getAllItems, getItem, getItemsCount, persistItem, removeItem
-
-
-
-
Field Detail
-
catalog
@Autowired protected XBECatalog catalog
-
-
Constructor Detail
-
XBEDefaultService
public XBEDefaultService()
-
XBEDefaultService
public XBEDefaultService(XBECatalog catalog)
-
-