类 CmsDictionaryDataDao
java.lang.Object
com.publiccms.common.base.BaseDao<CmsDictionaryData>
com.publiccms.logic.dao.cms.CmsDictionaryDataDao
CmsDictionaryDataDao
-
字段概要
从类继承的字段 com.publiccms.common.base.BaseDao
idWorker, log, ORDERTYPE_ASC, ORDERTYPE_DESC, sessionFactory
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
int
deleteByParentValue
(short siteId, String dictionaryId, String parentValue) protected CmsDictionaryData
init
(CmsDictionaryData 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
-
构造器详细资料
-
CmsDictionaryDataDao
public CmsDictionaryDataDao()
-
-
方法详细资料
-
getList
- 参数:
siteId
-dictionaryId
-parentValue
-- 返回:
- results page
-
getList
- 参数:
siteId
-dictionaryId
-- 返回:
- results page
-
deleteByParentValue
- 参数:
siteId
-dictionaryId
-parentValue
-- 返回:
- the number of entities deleted
-
delete
- 参数:
siteId
-dictionaryIds
-- 返回:
- the number of entities deleted
-
init
- 指定者:
init
在类中BaseDao<CmsDictionaryData>
-