@Repository(value="optInfoDao") public class OptInfoDaoImpl extends com.centit.framework.jdbc.dao.BaseDaoImpl<OptInfo,String> implements OptInfoDao
| 构造器和说明 |
|---|
OptInfoDaoImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
countChildrenSum(String optId) |
void |
deleteObjectById(String optId) |
Map<String,String> |
getFilterField() |
List<OptInfo> |
getMenuFuncByOptUrl() |
List<OptInfo> |
getMenuFuncByUserID(String userCode,
String optType) |
OptInfo |
getObjectById(String optId) |
List<OptMethodUrlMap> |
listAllOptMethodUrlMap() |
List<OptInfo> |
listMenuByTypes(String... types) |
List<OptInfo> |
listObjectByParentOptid(String optId) |
List<OptInfo> |
listObjectsAll() |
List<OptInfo> |
listUserAllSubMenu(String userCode,
String optType) |
List<String> |
listUserDataPowerByOptMethod(String userCode,
String optId,
String optMethod) |
void |
updateOptInfo(OptInfo optInfo) |
buildDefaultFieldFilterSql, buildFieldFilterSql, deleteObject, deleteObjectById, deleteObjectForce, deleteObjectForceById, deleteObjectReference, deleteObjectReferenceForce, deleteObjectReferences, deleteObjectReferencesForce, deleteObjectsByProperties, deleteObjectsForceByProperties, enableDefaultFilter, encapsulateFilterToSql, fetchObjectLazyColumn, fetchObjectLazyColumns, fetchObjectReference, fetchObjectReferences, fetchObjectReferencesCascade, fetchSelfOrderSql, getConnection, getDataSource, getExtendFilterQuerySql, getFilterFieldWithPretreatment, getFilterQuerySql, getJdbcTemplate, getObjectById, getObjectByProperties, getObjectCascadeById, getObjectIncludeLazyById, getObjectWithReferences, getPkClass, getPoClass, listObjects, listObjects, listObjectsAsJson, listObjectsAsJson, listObjectsByFilter, listObjectsByFilter, listObjectsByFilter, listObjectsByFilter, listObjectsByFilterAsJson, listObjectsByFilterAsJson, listObjectsByProperties, listObjectsByProperties, listObjectsByProperty, listObjectsBySql, mapFieldToColumnPiece, mergeObject, pageCount, pageQuery, parseParameter, releaseConnection, saveNewObject, saveNewObjectCascade, saveObjectReference, saveObjectReferences, setDataSource, updateObject, updateObject, updateObject, updateObjectCascadeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteObject, listObjects, saveNewObject@Transactional public List<OptInfo> getMenuFuncByOptUrl()
getMenuFuncByOptUrl 在接口中 OptInfoDao@Transactional public List<OptInfo> getMenuFuncByUserID(String userCode, String optType)
getMenuFuncByUserID 在接口中 OptInfoDao@Transactional public List<String> listUserDataPowerByOptMethod(String userCode, String optId, String optMethod)
listUserDataPowerByOptMethod 在接口中 OptInfoDao@Transactional public List<OptMethodUrlMap> listAllOptMethodUrlMap()
listAllOptMethodUrlMap 在接口中 OptInfoDaopublic List<OptInfo> listObjectByParentOptid(String optId)
listObjectByParentOptid 在接口中 OptInfoDaopublic int countChildrenSum(String optId)
countChildrenSum 在接口中 OptInfoDaopublic OptInfo getObjectById(String optId)
getObjectById 在接口中 OptInfoDaopublic List<OptInfo> listObjectsAll()
listObjectsAll 在接口中 OptInfoDaopublic void deleteObjectById(String optId)
deleteObjectById 在接口中 OptInfoDaopublic List<OptInfo> listMenuByTypes(String... types)
listMenuByTypes 在接口中 OptInfoDaopublic void updateOptInfo(OptInfo optInfo)
updateOptInfo 在接口中 OptInfoDaopublic List<OptInfo> listUserAllSubMenu(String userCode, String optType)
listUserAllSubMenu 在接口中 OptInfoDaoCopyright © 2019 Centit Information Technical, co. Inc.. All rights reserved.