Interface CatalogStoreService

    • Method Detail

      • list

        java.util.List<CatalogStoreDTO> list​(cn.sliew.sakura.common.dict.catalog.CatalogType type)
      • get

        java.util.Optional<CatalogStoreDTO> get​(cn.sliew.sakura.common.dict.catalog.CatalogType type,
                                                java.lang.String catalogName)
      • delete

        void delete​(cn.sliew.sakura.common.dict.catalog.CatalogType type,
                    java.lang.String catalogName)