Class XBEItemService

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

    @ParametersAreNonnullByDefault
    @Service
    public class XBEItemService
    extends XBEDefaultService<org.exbin.xbup.core.catalog.base.XBCItem>
    implements org.exbin.xbup.core.catalog.base.service.XBCItemService, java.io.Serializable
    Interface for XBEItem 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
      java.util.List<org.exbin.xbup.core.catalog.base.service.XBItemWithDetail> findAllPaged​(int startFrom, int maxResults, java.lang.String filterCondition, java.lang.String orderCondition, java.lang.String specType)  
      int findAllPagedCount​(java.lang.String filterCondition, java.lang.String specType)  
      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

      • XBEItemService

        public XBEItemService()
      • XBEItemService

        public XBEItemService​(XBECatalog catalog)
    • Method Detail

      • init

        @PostConstruct
        public void init()
      • findAllPaged

        @Nonnull
        public java.util.List<org.exbin.xbup.core.catalog.base.service.XBItemWithDetail> findAllPaged​(int startFrom,
                                                                                                      int maxResults,
                                                                                                      java.lang.String filterCondition,
                                                                                                      java.lang.String orderCondition,
                                                                                                      java.lang.String specType)
        Specified by:
        findAllPaged in interface org.exbin.xbup.core.catalog.base.service.XBCItemService
      • findAllPagedCount

        public int findAllPagedCount​(java.lang.String filterCondition,
                                     java.lang.String specType)
        Specified by:
        findAllPagedCount in interface org.exbin.xbup.core.catalog.base.service.XBCItemService