All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.mingsoft.cms.biz.IContentBiz Maven / Gradle / Ivy

There is a newer version: 5.4.2
Show newest version
/**
 * Copyright (c) 2020 铭软科技(mingsoft.net)
 * 本软件及相关文档文件(以下简称“软件”)的版权归 铭软科技 所有
 * 遵循铭软科技《保密协议》
 */

package net.mingsoft.cms.biz;

import net.mingsoft.base.biz.IBaseBiz;
import net.mingsoft.cms.bean.CategoryBean;
import net.mingsoft.cms.bean.ContentBean;
import net.mingsoft.cms.entity.ContentEntity;
import net.mingsoft.mdiy.entity.ModelEntity;

import java.util.List;
import java.util.Map;


/**
 * 文章业务
 * @author 铭飞开发团队
 * 创建日期:2019-11-28 15:12:32
* 历史修订:
*/ public interface IContentBiz extends IBaseBiz { /** * 根据文章属性查询 * @param contentBean * @return */ List queryIdsByCategoryIdForParser(ContentBean contentBean); int getSearchCount(ModelEntity contentModel, List diyList, Map whereMap, int appId, String categoryIds); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy