| 程序包 | 说明 |
|---|---|
| com.mingsoft.basic.action | |
| com.mingsoft.basic.biz | |
| com.mingsoft.basic.biz.impl | |
| com.mingsoft.basic.dao | |
| com.mingsoft.basic.entity |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
CategoryAction.form(CategoryEntity category,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
返回编辑界面category_form
|
void |
CategoryAction.get(CategoryEntity category,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
获取分类表
|
void |
CategoryAction.list(CategoryEntity category,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
查询分类表列表
|
void |
CategoryAction.save(CategoryEntity category,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
保存分类表实体
|
void |
CategoryAction.update(CategoryEntity category,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request)
更新分类表信息分类表
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CategoryAction.delete(List<CategoryEntity> categorys,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpServletRequest request) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CategoryEntity> |
ICategoryBiz.queryBatchCategoryById(List<Integer> listId)
根据ID批量查询分类实体
|
List<CategoryEntity> |
ICategoryBiz.queryByAppIdOrModelId(Integer appId,
Integer modelId)
根据应用编号与模块编号查询分类
|
List<CategoryEntity> |
ICategoryBiz.queryChildrenCategory(int categoryId,
int appId,
int modelId)
已过时。
|
List<CategoryEntity> |
ICategoryBiz.queryChilds(CategoryEntity category)
根据分类ID查询子分类
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
ICategoryBiz.count(CategoryEntity category)
根据分类ID查询子分类总数
|
List |
ICategoryBiz.queryByDictId(CategoryEntity category)
根据字典查询机构
|
List |
ICategoryBiz.queryByPageList(CategoryEntity category,
com.mingsoft.util.PageUtil page,
String orderBy,
boolean order)
已过时。
|
List<CategoryEntity> |
ICategoryBiz.queryChilds(CategoryEntity category)
根据分类ID查询子分类
|
int |
ICategoryBiz.saveCategory(CategoryEntity categoryEntity)
添加类别
有拓展表继承时使用
|
void |
ICategoryBiz.updateCategory(CategoryEntity categoryEntity)
类别更新
有拓展表继承时使用
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<CategoryEntity> |
CategoryBizImpl.queryBatchCategoryById(List<Integer> listId) |
List<CategoryEntity> |
CategoryBizImpl.queryByAppIdOrModelId(Integer appId,
Integer modelId) |
List<CategoryEntity> |
CategoryBizImpl.queryChildrenCategory(int categoryId,
int appId,
int modelId) |
List<CategoryEntity> |
CategoryBizImpl.queryChilds(CategoryEntity category) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
CategoryBizImpl.count(CategoryEntity category) |
List |
CategoryBizImpl.queryByDictId(CategoryEntity category)
根据字典查询机构
|
List |
CategoryBizImpl.queryByPageList(CategoryEntity category,
com.mingsoft.util.PageUtil page,
String orderBy,
boolean order) |
List<CategoryEntity> |
CategoryBizImpl.queryChilds(CategoryEntity category) |
int |
CategoryBizImpl.saveCategory(CategoryEntity categoryEntity) |
void |
CategoryBizImpl.updateCategory(CategoryEntity categoryEntity) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CategoryEntity> |
ICategoryDao.queryBatchCategoryById(List<Integer> listId)
已过时。
|
List<CategoryEntity> |
ICategoryDao.queryByAppIdOrModelId(Integer appId,
Integer modelId)
已过时。
|
List<CategoryEntity> |
ICategoryDao.queryByPageList(CategoryEntity category,
com.mingsoft.util.PageUtil page,
String orderBy,
boolean order)
已过时。
推荐query
|
List<CategoryEntity> |
ICategoryDao.queryChildren(CategoryEntity category)
查询当前分类下面的所有子分类
|
List<CategoryEntity> |
ICategoryDao.queryChilds(CategoryEntity category)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
ICategoryDao.count(CategoryEntity category)
已过时。
|
List |
ICategoryDao.queryByDictId(CategoryEntity category)
根据字典查询机构
|
List<CategoryEntity> |
ICategoryDao.queryByPageList(CategoryEntity category,
com.mingsoft.util.PageUtil page,
String orderBy,
boolean order)
已过时。
推荐query
|
List<CategoryEntity> |
ICategoryDao.queryChildren(CategoryEntity category)
查询当前分类下面的所有子分类
|
List<CategoryEntity> |
ICategoryDao.queryChilds(CategoryEntity category)
已过时。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ColumnEntity
铭飞CMS-铭飞内容管理系统
Copyright: Copyright (c) 2014 - 2015
Company:景德镇铭飞科技有限公司
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<CategoryEntity> |
CategoryEntity.getAllCategroyChildrenList()
获取当前分类所有的子分类
|
List<CategoryEntity> |
CategoryEntity.getChildrenCategoryList() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CategoryEntity.setChildrenCategoryList(List<CategoryEntity> childrenCategoryList) |
Copyright © 2018. All rights reserved.