| 程序包 | 说明 |
|---|---|
| cn.wizzer.app.cms.modules.models | |
| cn.wizzer.app.cms.modules.services | |
| cn.wizzer.app.cms.modules.services.impl | |
| cn.wizzer.app.web.modules.controllers.platform.cms |
| 限定符和类型 | 方法和说明 |
|---|---|
Cms_channel |
Cms_article.getChannel() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Cms_article.setChannel(Cms_channel channel) |
| 限定符和类型 | 方法和说明 |
|---|---|
Cms_channel |
CmsChannelService.getChannel(String id,
String code)
从缓存中获取栏目数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Cms_channel> |
CmsChannelService.listChannel(String parentId,
String parentCode)
从缓存中获取栏目列表
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CmsChannelService.deleteAndChild(Cms_channel channel)
级联删除栏目
|
void |
CmsChannelService.save(Cms_channel channel,
String pid)
添加栏目
|
| 限定符和类型 | 方法和说明 |
|---|---|
Cms_channel |
CmsChannelServiceImpl.getChannel(String id,
String code) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Cms_channel> |
CmsChannelServiceImpl.listChannel(String parentId,
String parentCode) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CmsChannelServiceImpl.deleteAndChild(Cms_channel channel)
级联删除菜单
|
void |
CmsChannelServiceImpl.save(Cms_channel channel,
String pid)
新增菜单
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
CmsChannelController.addDo(Cms_channel channel,
String parentId,
javax.servlet.http.HttpServletRequest req) |
Object |
CmsChannelController.editDo(Cms_channel channel,
javax.servlet.http.HttpServletRequest req) |
Copyright © 2019. All rights reserved.