| 程序包 | 说明 |
|---|---|
| itez.plat.site.controller | |
| itez.plat.site.model | |
| itez.plat.site.service | |
| itez.plat.site.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
SiteController.renderSite(SiteController.Type type,
Info site,
Channel channel,
Content content,
String subDomain,
String view)
渲染到指定页面
|
| 限定符和类型 | 方法和说明 |
|---|---|
Channel |
Channel.by(String code) |
Channel |
NaviItem.channel() |
Channel |
Content.channel() |
Channel |
Channel.index() |
Channel |
Channel.parent() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Channel> |
Channel.children() |
| 限定符和类型 | 方法和说明 |
|---|---|
Channel |
ChannelService.createIndexChannel(String subDomain) |
Channel |
ChannelService.findByCode(String subDomain,
String code) |
Channel |
ChannelService.getIndexChannel(String subDomain) |
Channel |
ChannelService.getLastChannel(String subDomain,
String pid) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Channel> |
ChannelService.getAllChannels(String subDomain) |
List<Channel> |
ChannelService.getChildren(String id) |
List<Channel> |
ChannelService.getTreeChannels(String subDomain) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ChannelService.addChannel(Channel channel) |
void |
ChannelService.modifyChannel(Channel channel) |
| 限定符和类型 | 方法和说明 |
|---|---|
Channel |
ChannelServiceImpl.createIndexChannel(String subDomain) |
Channel |
ChannelServiceImpl.findByCode(String subDomain,
String code) |
Channel |
ChannelServiceImpl.getIndexChannel(String subDomain) |
Channel |
ChannelServiceImpl.getLastChannel(String subDomain,
String pid) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Channel> |
ChannelServiceImpl.getAllChannels(String subDomain) |
List<Channel> |
ChannelServiceImpl.getChildren(String id) |
List<Channel> |
ChannelServiceImpl.getTreeChannels(String subDomain) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ChannelServiceImpl.addChannel(Channel channel) |
void |
ChannelServiceImpl.modifyChannel(Channel channel) |
Copyright © 2020. All rights reserved.