Uses of Class
cn.sliew.sakura.catalog.service.dto.CatalogStoreDTO
-
Packages that use CatalogStoreDTO Package Description cn.sliew.sakura.catalog.service cn.sliew.sakura.catalog.service.convert cn.sliew.sakura.catalog.service.impl -
-
Uses of CatalogStoreDTO in cn.sliew.sakura.catalog.service
Methods in cn.sliew.sakura.catalog.service that return types with arguments of type CatalogStoreDTO Modifier and Type Method Description java.util.Optional<CatalogStoreDTO>CatalogStoreService. get(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalogName)java.util.List<CatalogStoreDTO>CatalogStoreService. list(cn.sliew.sakura.common.dict.catalog.CatalogType type)Methods in cn.sliew.sakura.catalog.service with parameters of type CatalogStoreDTO Modifier and Type Method Description voidCatalogStoreService. insert(CatalogStoreDTO dto) -
Uses of CatalogStoreDTO in cn.sliew.sakura.catalog.service.convert
Methods in cn.sliew.sakura.catalog.service.convert that return CatalogStoreDTO Modifier and Type Method Description CatalogStoreDTOCatalogStoreConvert. toDto(cn.sliew.sakura.dao.entity.CatalogStore entity)Methods in cn.sliew.sakura.catalog.service.convert with parameters of type CatalogStoreDTO Modifier and Type Method Description cn.sliew.sakura.dao.entity.CatalogStoreCatalogStoreConvert. toDo(CatalogStoreDTO dto) -
Uses of CatalogStoreDTO in cn.sliew.sakura.catalog.service.impl
Methods in cn.sliew.sakura.catalog.service.impl that return types with arguments of type CatalogStoreDTO Modifier and Type Method Description java.util.Optional<CatalogStoreDTO>CatalogStoreServiceImpl. get(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalogName)java.util.List<CatalogStoreDTO>CatalogStoreServiceImpl. list(cn.sliew.sakura.common.dict.catalog.CatalogType type)Methods in cn.sliew.sakura.catalog.service.impl with parameters of type CatalogStoreDTO Modifier and Type Method Description voidCatalogStoreServiceImpl. insert(CatalogStoreDTO dto)
-