@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> |
getFunctionsByUserAndSuperFunctionId(String userID,
String superFunctionId) |
List<OptInfo> |
getFunctionsByUserID(String userID) |
List<OptInfo> |
getMenuFuncByOptUrl() |
List<FVUserOptMoudleList> |
getMenuFuncByUserID(String userCode,
String optType) |
List<OptMethod> |
getMethodByUserAndOptid(String userCode,
String optid) |
OptInfo |
getObjectById(String optId) |
List<OptMethodUrlMap> |
listAllOptMethodUrlMap() |
List<OptInfo> |
listObjectByProperty(String propertyName,
Object propertyValue) |
List<OptInfo> |
listObjectsAll() |
List<OptInfo> |
listObjectsByCon(String condition) |
List<String> |
listUserDataPowerByOptMethod(String userCode,
String optid,
String optMethod) |
List<OptInfo> |
listValidObjects() |
batchUpdateObject, batchUpdateObject, buildDefaultFieldFilterSql, buildFieldFilterSql, deleteObject, deleteObjectById, deleteObjectForce, deleteObjectForceById, deleteObjectsByProperties, deleteObjectsForceByProperties, encapsulateFilterToSql, fetchObjectLazyColumn, fetchObjectLazyColumns, fetchObjectReference, fetchObjectReferences, getConnection, getDataSource, getExtendFilterQuerySql, getFilterFieldWithPretreatment, getFilterQuerySql, getJdbcTemplate, getObjectById, getObjectByProperties, getObjectCascadeById, getObjectCascadeShallowById, getObjectIncludeLazyById, getPkClass, getPoClass, listObjects, listObjects, listObjectsAsJson, listObjectsByFilter, listObjectsByFilter, listObjectsByFilter, listObjectsByFilter, listObjectsByFilterAsJson, listObjectsByFilterAsJson, listObjectsByProperties, listObjectsByProperties, listObjectsByProperty, listObjectsBySql, mergeObject, pageCount, pageQuery, releaseConnection, saveNewObject, saveObjectReference, saveObjectReferences, setDataSource, translatePropertyNameToColumnName, updateObject, updateObject, updateObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteObject, listObjects, mergeObject, saveNewObject@Transactional public List<OptInfo> listValidObjects()
listValidObjects 在接口中 OptInfoDao@Transactional public List<OptInfo> getMenuFuncByOptUrl()
getMenuFuncByOptUrl 在接口中 OptInfoDao@Transactional public List<FVUserOptMoudleList> getMenuFuncByUserID(String userCode, String optType)
getMenuFuncByUserID 在接口中 OptInfoDao@Transactional public List<String> listUserDataPowerByOptMethod(String userCode, String optid, String optMethod)
listUserDataPowerByOptMethod 在接口中 OptInfoDao@Transactional public List<OptInfo> getFunctionsByUserAndSuperFunctionId(String userID, String superFunctionId)
@Transactional public List<OptMethod> getMethodByUserAndOptid(String userCode, String optid)
@Transactional public List<OptMethodUrlMap> listAllOptMethodUrlMap()
listAllOptMethodUrlMap 在接口中 OptInfoDaopublic List<OptInfo> listObjectByProperty(String propertyName, Object propertyValue)
listObjectByProperty 在接口中 OptInfoDaopublic int countChildrenSum(String optId)
countChildrenSum 在接口中 OptInfoDaopublic OptInfo getObjectById(String optId)
getObjectById 在接口中 OptInfoDaopublic List<OptInfo> listObjectsByCon(String condition)
listObjectsByCon 在接口中 OptInfoDaopublic List<OptInfo> listObjectsAll()
listObjectsAll 在接口中 OptInfoDaopublic void deleteObjectById(String optId)
deleteObjectById 在接口中 OptInfoDaoCopyright © 2017. All rights reserved.