类 CmsDictionaryExcludeValueService
java.lang.Object
com.publiccms.common.base.BaseService<CmsDictionaryExcludeValue>
com.publiccms.logic.service.cms.CmsDictionaryExcludeValueService
@Service
@Transactional
public class CmsDictionaryExcludeValueService
extends BaseService<CmsDictionaryExcludeValue>
CmsDictionaryExcludeValueService
-
字段概要
字段从类继承的字段 com.publiccms.common.base.BaseService
basedao, log
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
int
delete
(CmsDictionaryExcludeId excludeId) int
deleteByValue
(short siteId, String dictionaryId, String value) 从类继承的方法 com.publiccms.common.base.BaseService
delete, delete, delete, getEntity, getEntity, getEntitys, getEntitys, getEntitys, getEntitys, getId, save, save, update, update
-
字段详细资料
-
dao
-
-
构造器详细资料
-
CmsDictionaryExcludeValueService
public CmsDictionaryExcludeValueService()
-
-
方法详细资料
-
getList
@Transactional(readOnly=true) public List<CmsDictionaryExcludeValue> getList(short siteId, String dictionaryId, String excludeDictionaryId) - 参数:
siteId
-dictionaryId
-excludeDictionaryId
-- 返回:
- data list
-
delete
- 参数:
excludeId
-- 返回:
- the number of entities deleted
-
delete
- 参数:
siteId
-dictionaryIds
-- 返回:
- the number of entities deleted
-
deleteByValue
- 参数:
siteId
-dictionaryId
-value
-- 返回:
- the number of entities deleted
-