Class XBETranService
- 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.XBCTran>
-
- org.exbin.xbup.catalog.entity.service.XBETranService
-
- All Implemented Interfaces:
java.io.Serializable
,org.exbin.xbup.core.catalog.base.service.XBCService<org.exbin.xbup.core.catalog.base.XBCTran>
,org.exbin.xbup.core.catalog.base.service.XBCTranService
@ParametersAreNonnullByDefault @Service public class XBETranService extends XBEDefaultService<org.exbin.xbup.core.catalog.base.XBCTran> implements org.exbin.xbup.core.catalog.base.service.XBCTranService, java.io.Serializable
Interface for XBETran 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 XBETranService()
XBETranService(XBECatalog catalog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
-
Methods inherited from class org.exbin.xbup.core.catalog.base.service.XBCDefaultItemService
createItem, getAllItems, getItem, getItemsCount, persistItem, removeItem
-
-
-
-
Constructor Detail
-
XBETranService
public XBETranService()
-
XBETranService
public XBETranService(XBECatalog catalog)
-
-