| 程序包 | 说明 |
|---|---|
| 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)
渲染到指定页面
|
| 限定符和类型 | 方法和说明 |
|---|---|
Content |
Content.by(String id) |
Content |
Channel.first() |
Content |
Channel.last() |
Content |
Content.next() |
Content |
Content.previous() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Content> |
Channel.list() |
List<Content> |
Channel.list(Integer count) |
List<Content> |
Channel.list(Integer count,
Boolean desc) |
List<Content> |
Channel.list(Integer count,
Boolean desc,
Boolean children) |
com.jfinal.plugin.activerecord.Page<Content> |
Channel.page(Integer pageNum,
Integer pageSize,
Boolean desc,
Boolean children) |
List<Content> |
Channel.search(String keyword,
Boolean desc,
Boolean children) |
| 限定符和类型 | 方法和说明 |
|---|---|
Content |
ContentService.first(String channelId) |
Content |
ContentService.last(String channelId) |
Content |
ContentService.next(String channelId,
Integer sort,
Date mdate) |
Content |
ContentService.previous(String channelId,
Integer sort,
Date mdate) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Content> |
ContentService.getByChannelId(String channelId) |
List<Content> |
ContentService.getByChannelId(String channelId,
Integer limit) |
List<Content> |
ContentService.getByChannelId(String channelId,
Integer limit,
Boolean desc) |
List<Content> |
ContentService.getByChannelIds(List<String> channelIds,
Integer limit,
Boolean desc) |
com.jfinal.plugin.activerecord.Page<Content> |
ContentService.getPageByChannelId(String channelId,
Integer pageNum,
Integer pageSize,
Boolean desc) |
com.jfinal.plugin.activerecord.Page<Content> |
ContentService.getPageByChannelIds(List<String> channelIds,
Integer pageNum,
Integer pageSize,
Boolean desc) |
List<Content> |
ContentService.searchByChannelId(String channelId,
String keyword,
Boolean desc) |
List<Content> |
ContentService.searchByChannelIds(List<String> channelIds,
String keyword,
Boolean desc) |
| 限定符和类型 | 方法和说明 |
|---|---|
Content |
ContentServiceImpl.first(String channelId) |
Content |
ContentServiceImpl.last(String channelId) |
Content |
ContentServiceImpl.next(String channelId,
Integer sort,
Date mdate) |
Content |
ContentServiceImpl.previous(String channelId,
Integer sort,
Date mdate) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Content> |
ContentServiceImpl.getByChannelId(String channelId) |
List<Content> |
ContentServiceImpl.getByChannelId(String channelId,
Integer limit) |
List<Content> |
ContentServiceImpl.getByChannelId(String channelId,
Integer limit,
Boolean desc) |
List<Content> |
ContentServiceImpl.getByChannelIds(List<String> channelIds,
Integer limit,
Boolean desc) |
com.jfinal.plugin.activerecord.Page<Content> |
ContentServiceImpl.getPageByChannelId(String channelId,
Integer pageNum,
Integer pageSize,
Boolean desc) |
com.jfinal.plugin.activerecord.Page<Content> |
ContentServiceImpl.getPageByChannelIds(List<String> channelIds,
Integer pageNum,
Integer pageSize,
Boolean desc) |
List<Content> |
ContentServiceImpl.searchByChannelId(String channelId,
String keyword,
Boolean desc) |
List<Content> |
ContentServiceImpl.searchByChannelIds(List<String> channelIds,
String keyword,
Boolean desc) |
Copyright © 2020. All rights reserved.