Class 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.core.catalog.base.service.XBCDefaultItemService

        itemManager
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.exbin.xbup.core.catalog.base.service.XBCService

        createItem, getAllItems, getItem, getItemsCount, persistItem, removeItem
    • Constructor Detail

      • XBETranService

        public XBETranService()
      • XBETranService

        public XBETranService​(XBECatalog catalog)
    • Method Detail

      • init

        @PostConstruct
        public void init()