@CacheConfig(cacheNames="RightResCache") @Service @Transactional(rollbackFor=java.lang.Exception.class) public class CoreRightResLevelServiceImpl extends BaseServiceImpl<CoreRightResLevel> implements CoreRightResLevelService
| 构造器和说明 | 
|---|
CoreRightResLevelServiceImpl()  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
void | 
addEntityList(java.util.List<CoreRightResLevel> entityList)
批量增加权限分级授权 
 | 
java.util.List<CoreRightResLevel> | 
findList(java.util.Map<java.lang.String,java.lang.Object> map)
根据条件查询实体 包含了分页等各种参数 
 | 
java.lang.String | 
getSqlContion(java.util.Map<java.lang.String,java.lang.Object> map)
获取当前登录用户的分级授权sql语句 
 | 
add, addEntity, confirm, findAll, getEntity, modify, removeById, removeByIds, saveJdbc, startProcess, startProcessclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addEntity, confirm, findAll, getEntity, modify, removeById, removeByIds, startProcess, startProcess@CacheEvict(allEntries=true,
            beforeInvocation=true)
public void addEntityList(java.util.List<CoreRightResLevel> entityList)
                                                                                     throws java.lang.Exception
CoreRightResLevelServiceaddEntityList 在接口中 CoreRightResLevelServiceentityList - 实体listjava.lang.Exception - 出错会抛出异常@Transactional(propagation=REQUIRED) public java.util.List<CoreRightResLevel> findList(java.util.Map<java.lang.String,java.lang.Object> map) throws java.lang.Exception
BaseServicefindList 在接口中 BaseService<CoreRightResLevel>findList 在类中 BaseServiceImpl<CoreRightResLevel>map - 参数列表java.lang.Exception - 出错会抛出异常@Cacheable(key="#map.get(\'ROLEID\')+#map.get(\'ORGID\')")
 @Transactional(propagation=REQUIRED)
public java.lang.String getSqlContion(java.util.Map<java.lang.String,java.lang.Object> map)
                                                                                                                                  throws java.lang.Exception
CoreRightResLevelServicegetSqlContion 在接口中 CoreRightResLevelServicemap - 参数Mapjava.lang.Exception - 出错会抛出异常