类 CmsDictionaryExcludeValueDao
java.lang.Object
com.publiccms.common.base.BaseDao<CmsDictionaryExcludeValue>
com.publiccms.logic.dao.cms.CmsDictionaryExcludeValueDao
CmsDictionaryExcludeValueDao
-
字段概要
从类继承的字段 com.publiccms.common.base.BaseDao
idWorker, log, ORDERTYPE_ASC, ORDERTYPE_DESC, sessionFactory
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
int
delete
(CmsDictionaryExcludeId excludeId) int
deleteByValue
(short siteId, String dictionaryId, String value) protected CmsDictionaryExcludeValue
init
(CmsDictionaryExcludeValue entity) 从类继承的方法 com.publiccms.common.base.BaseDao
batchWork, batchWork, count, countResult, delete, delete, delete, getEntity, getEntity, getEntity, getEntityClass, getEntityList, getEntitys, getEntitys, getEntitys, getEntitys, getFacetPage, getFacetPage, getId, getList, getList, getList, getList, getPage, getPage, getPage, getPage, getPage, getPage, getPage, getPage, getPage, getQueryHandler, getQueryHandler, getSearchBackend, getSearchPredicateFactory, getSearchSession, getSession, higtLighter, index, like, reCreateIndex, rightLike, save, update
-
构造器详细资料
-
CmsDictionaryExcludeValueDao
public CmsDictionaryExcludeValueDao()
-
-
方法详细资料
-
getList
public List<CmsDictionaryExcludeValue> getList(short siteId, String dictionaryId, String excludeDictionaryId) - 参数:
siteId
-dictionaryId
-excludeDictionaryId
-- 返回:
- results page
-
delete
- 参数:
excludeId
-- 返回:
- the number of entities deleted
-
delete
- 参数:
siteId
-dictionaryIds
-- 返回:
- the number of entities deleted
-
deleteByValue
- 参数:
siteId
-dictionaryId
-value
-- 返回:
- the number of entities deleted
-
init
- 指定者:
init
在类中BaseDao<CmsDictionaryExcludeValue>
-