Class CatalogStoreServiceImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      CatalogStoreServiceImpl​(org.apache.ibatis.session.SqlSessionFactory sqlSessionFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete​(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalogName)  
      java.util.Optional<CatalogStoreDTO> get​(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalogName)  
      void insert​(CatalogStoreDTO dto)  
      java.util.List<CatalogStoreDTO> list​(cn.sliew.sakura.common.dict.catalog.CatalogType type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CatalogStoreServiceImpl

        public CatalogStoreServiceImpl​(org.apache.ibatis.session.SqlSessionFactory sqlSessionFactory)