MCPcopy
hub / github.com/TuiQiao/CBoard / CategoryDao

Interface CategoryDao

src/main/java/org/cboard/dao/CategoryDao.java:12–24  ·  view source on GitHub ↗

Created by yfyuan on 2016/8/26.

Source from the content-addressed store, hash-verified

10 * Created by yfyuan on 2016/8/26.
11 */
12@Repository
13public interface CategoryDao {
14
15 List<DashboardCategory> getCategoryList();
16
17 int save(DashboardCategory dashboardCategory);
18
19 long countExistCategoryName(Map<String, Object> map);
20
21 int update(DashboardCategory dashboardCategory);
22
23 int delete(Long id);
24}

Callers 2

saveMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected