@Service public class RoleServiceImpl extends BaseServiceImpl<SysRole,String> implements RoleService
Constructor and Description |
---|
RoleServiceImpl() |
Modifier and Type | Method and Description |
---|---|
int |
deleteByPrimaryKey(String id) |
BaseMapper<SysRole,String> |
getMappser() |
int |
insert(SysRole record) |
SysRole |
selectByPrimaryKey(String id) |
List<SysRole> |
selectListByPage(SysRole sysRole) |
int |
updateByPrimaryKey(SysRole record) |
int |
updateByPrimaryKeySelective(SysRole record) |
addValue, delete, deleteByExample, deleteByIds, deleteByPrimaryKey, existsWithPrimaryKey, getList, insertList, insertSelective, insertUseGeneratedKeys, select, selectAll, selectByExample, selectByExampleAndRowBounds, selectByIds, selectByPrimaryKey, selectByRowBounds, selectCount, selectCountByExample, selectOne, selectOneByExample, show, showAll, updateByExample, updateByExampleSelective
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
insertSelective
delete, deleteByExample, deleteByIds, deleteByPrimaryKey, existsWithPrimaryKey, getList, insertList, insertUseGeneratedKeys, select, selectAll, selectByExample, selectByExampleAndRowBounds, selectByIds, selectByPrimaryKey, selectByRowBounds, selectCount, selectCountByExample, selectOne, selectOneByExample, show, showAll, updateByExample, updateByExampleSelective
public BaseMapper<SysRole,String> getMappser()
getMappser
in class BaseServiceImpl<SysRole,String>
public int deleteByPrimaryKey(String id)
deleteByPrimaryKey
in interface BaseService<SysRole,String>
deleteByPrimaryKey
in interface RoleService
deleteByPrimaryKey
in class BaseServiceImpl<SysRole,String>
public int insert(SysRole record)
insert
in interface BaseService<SysRole,String>
insert
in interface RoleService
insert
in class BaseServiceImpl<SysRole,String>
public SysRole selectByPrimaryKey(String id)
selectByPrimaryKey
in interface RoleService
public int updateByPrimaryKeySelective(SysRole record)
updateByPrimaryKeySelective
in interface BaseService<SysRole,String>
updateByPrimaryKeySelective
in interface RoleService
updateByPrimaryKeySelective
in class BaseServiceImpl<SysRole,String>
public int updateByPrimaryKey(SysRole record)
updateByPrimaryKey
in interface BaseService<SysRole,String>
updateByPrimaryKey
in interface RoleService
updateByPrimaryKey
in class BaseServiceImpl<SysRole,String>
public List<SysRole> selectListByPage(SysRole sysRole)
selectListByPage
in interface BaseService<SysRole,String>
selectListByPage
in interface RoleService
selectListByPage
in class BaseServiceImpl<SysRole,String>
Copyright © 2019. All rights reserved.