| 程序包 | 说明 |
|---|---|
| com.mingsoft.basic.action | |
| com.mingsoft.basic.biz | |
| com.mingsoft.basic.biz.impl | |
| com.mingsoft.basic.dao |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BasicAction.save(BasicEntity basic,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
保存文章实体
|
void |
BasicAction.update(BasicEntity basic,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
修改文章实体
|
| 限定符和类型 | 方法和说明 |
|---|---|
BasicEntity |
IBasicBiz.getBasicEntity(int basicId)
获取基本信息实体
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<BasicEntity> |
IBasicBiz.getPreviousAndNext(int basicId)
获取当前文章basicId的上一篇与下一篇
|
List<BasicEntity> |
IBasicBiz.query(int categoryId)
根据分类查询
|
List<BasicEntity> |
IBasicBiz.query(Integer appId,
Integer categoryId,
String keyWord,
com.mingsoft.util.PageUtil page,
Integer modelId,
Map where)
根据分类与关键子统计总数
|
List<BasicEntity> |
IBasicBiz.query(int categoryId,
String keyWord)
根据分类与关键子统计总数
|
List<BasicEntity> |
IColumnBiz.queryCategoryByManagerIdAndModelId(int categoryManagerId,
int categoryModelId)
通过管理员ID和模块ID查询订单类型集合
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
IBasicBiz.saveBasic(BasicEntity basic)
保存基本信息实体
|
void |
IBasicBiz.updateBasic(BasicEntity basic)
更新基本信息实体
|
| 限定符和类型 | 方法和说明 |
|---|---|
BasicEntity |
BasicBizImpl.getBasicEntity(int basicId) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<BasicEntity> |
BasicBizImpl.getPreviousAndNext(int basicId) |
List<BasicEntity> |
BasicBizImpl.query(int categoryId) |
List<BasicEntity> |
BasicBizImpl.query(Integer appId,
Integer categoryId,
String keyWord,
com.mingsoft.util.PageUtil page,
Integer modelId,
Map where) |
List<BasicEntity> |
BasicBizImpl.query(int categoryId,
String keyWord) |
List<BasicEntity> |
ColumnBizImpl.queryCategoryByManagerIdAndModelId(int categoryManagerId,
int categoryModelId)
通过管理员ID和模块ID查询订单类型集合
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
BasicBizImpl.saveBasic(BasicEntity basic) |
void |
BasicBizImpl.updateBasic(BasicEntity basic) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<BasicEntity> |
IBasicDao.getPreviousAndNext(int basicId)
获取当前文章basicId的上一篇与下一篇
|
List<BasicEntity> |
IBasicDao.query(Integer appId,
Integer categoryId,
String keyWord,
Integer begin,
Integer end,
String orderField,
Boolean ad,
Integer modelId,
Map where)
根据分类与关键子统计总数
|
List<BasicEntity> |
IColumnDao.queryCategoryByManagerIdAndModelId(int categoryManagerId,
int categoryModelId)
通过管理员ID和模块ID查询订单类型集合
|
Copyright © 2016. All rights reserved.