| 程序包 | 说明 |
|---|---|
| com.mingsoft.basic.action | |
| com.mingsoft.basic.biz | |
| com.mingsoft.basic.biz.impl | |
| com.mingsoft.basic.dao | |
| com.mingsoft.basic.entity |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CategoryAction.save(CategoryEntity category,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
添加栏目
|
void |
CategoryAction.update(CategoryEntity category,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
栏目更新
|
| 限定符和类型 | 方法和说明 |
|---|---|
CategoryEntity |
ICategoryBiz.getCategory(int categoryId)
获取类别
|
CategoryEntity |
ICategoryBiz.saveByCategoryTitle(String categoryTitle,
int categoryCategoryId,
int categoryModelId)
根据分类标题和分类的模块ID查询该分类是否存在 若存在则不持久化直接返回数据库中原来的数据 若不存在则持久化并返回实体信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<CategoryEntity> |
ICategoryBiz.queryBatchCategoryById(List<Integer> listId)
根据ID批量查询分类实体
|
List<CategoryEntity> |
ICategoryBiz.queryByAppIdOrModelId(Integer appId,
Integer modelId)
根据应用编号与模块编号查询分类
|
List<CategoryEntity> |
ICategoryBiz.queryByDescription(int appId,
int modelId,
String categoryDescription)
主要用于属性查询
|
List<CategoryEntity> |
ICategoryBiz.queryByModelId(CategoryEntity category)
根据modelId查询分类
|
List<CategoryEntity> |
ICategoryBiz.queryChildrenCategory(int categoryId,
int appId,
int modelId)
查询当前分类下面的子分类
|
List<CategoryEntity> |
ICategoryBiz.queryChilds(CategoryEntity category)
根据分类ID查询子分类
|
List<CategoryEntity> |
ICategoryBiz.queryParent(int appId,
int modelId,
Integer categoryId)
递归获取父栏目,
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
ICategoryBiz.count(CategoryEntity category)
根据分类ID查询子分类总数
|
List<CategoryEntity> |
ICategoryBiz.queryByModelId(CategoryEntity category)
根据modelId查询分类
|
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)
添加类别 有拓展表继承时使用
|
int |
ICategoryBiz.saveCategoryEntity(CategoryEntity categoryEntity)
添加类别 没有拓展表继承时使用
|
void |
ICategoryBiz.updateCategory(CategoryEntity categoryEntity)
类别更新 有拓展表继承时使用
|
void |
ICategoryBiz.updateCategoryEntity(CategoryEntity categoryEntity)
类别更新 没有拓展表继承时使用
|
| 限定符和类型 | 方法和说明 |
|---|---|
CategoryEntity |
CategoryBizImpl.getCategory(int categoryId) |
CategoryEntity |
CategoryBizImpl.saveByCategoryTitle(String categoryTitle,
int categoryCategoryId,
int categoryModelId)
根据分类标题和分类的模块ID查询该分类是否存在
若存在则不持久化直接返回数据库中原来的数据
若不存在则持久化并返回实体信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<CategoryEntity> |
CategoryBizImpl.queryBatchCategoryById(List<Integer> listId) |
List<CategoryEntity> |
CategoryBizImpl.queryByAppIdOrModelId(Integer appId,
Integer modelId) |
List<CategoryEntity> |
CategoryBizImpl.queryByDescription(int appId,
int modelId,
String categoryDescription) |
List<CategoryEntity> |
CategoryBizImpl.queryByModelId(CategoryEntity category) |
List<CategoryEntity> |
CategoryBizImpl.queryChildrenCategory(int categoryId,
int appId,
int modelId) |
List<CategoryEntity> |
CategoryBizImpl.queryChilds(CategoryEntity category) |
List<CategoryEntity> |
CategoryBizImpl.queryParent(int appId,
int modelId,
Integer categoryId) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
CategoryBizImpl.count(CategoryEntity category) |
List<CategoryEntity> |
CategoryBizImpl.queryByModelId(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) |
int |
CategoryBizImpl.saveCategoryEntity(CategoryEntity categoryEntity) |
void |
CategoryBizImpl.updateCategory(CategoryEntity categoryEntity) |
void |
CategoryBizImpl.updateCategoryEntity(CategoryEntity categoryEntity) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<CategoryEntity> |
ICategoryDao.queryBatchCategoryById(List<Integer> listId)
根据ID批量查询分类实体
|
List<CategoryEntity> |
ICategoryDao.queryByAppIdOrModelId(Integer appId,
Integer modelId)
根据应用编号与模块编号查询分类
|
List<CategoryEntity> |
ICategoryDao.queryByDescription(Integer appId,
Integer modelId,
String categoryDescription)
主要用于属性查询
|
List<CategoryEntity> |
ICategoryDao.queryByModelId(CategoryEntity category)
根据modelId查询分类
|
List<CategoryEntity> |
ICategoryDao.queryByPageList(CategoryEntity category,
com.mingsoft.util.PageUtil page,
String orderBy,
boolean order)
分页查询
查询分类集合
|
List<CategoryEntity> |
ICategoryDao.queryChildrenCategoryId(int categoryId,
int appId,
int modelId)
查询当前分类下面的子分类
|
List<CategoryEntity> |
ICategoryDao.queryChildrenCategoryIdByModelId(Integer categoryId,
int appId,
int modelId)
查询当前分类下面的子分类
|
List<CategoryEntity> |
ICategoryDao.queryChilds(CategoryEntity category)
根据分类ID查询子分类
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
ICategoryDao.count(CategoryEntity category)
根据分类ID查询子分类总数
|
List<CategoryEntity> |
ICategoryDao.queryByModelId(CategoryEntity category)
根据modelId查询分类
|
List<CategoryEntity> |
ICategoryDao.queryByPageList(CategoryEntity category,
com.mingsoft.util.PageUtil page,
String orderBy,
boolean order)
分页查询
查询分类集合
|
List<CategoryEntity> |
ICategoryDao.queryChilds(CategoryEntity category)
根据分类ID查询子分类
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ColumnEntity
铭飞CMS-铭飞内容管理系统
Copyright: Copyright (c) 2014 - 2015
Company:景德镇铭飞科技有限公司
|
Copyright © 2016. All rights reserved.