Class XBEXUserService

  • All Implemented Interfaces:
    java.io.Serializable, org.exbin.xbup.core.catalog.base.service.XBCService<org.exbin.xbup.core.catalog.base.XBCXUser>, org.exbin.xbup.core.catalog.base.service.XBCXUserService

    @ParametersAreNonnullByDefault
    @Service
    public class XBEXUserService
    extends XBEDefaultService<org.exbin.xbup.core.catalog.base.XBCXUser>
    implements org.exbin.xbup.core.catalog.base.service.XBCXUserService, java.io.Serializable
    Interface for XBEXUser 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
      XBEXUser findByLogin​(java.lang.String userLogin)  
      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

      • XBEXUserService

        public XBEXUserService()
      • XBEXUserService

        public XBEXUserService​(XBECatalog catalog)
    • Method Detail

      • init

        @PostConstruct
        public void init()
      • findByLogin

        public XBEXUser findByLogin​(java.lang.String userLogin)