类 DepartmentServiceImpl
- java.lang.Object
-
- net.guerlab.smart.platform.server.service.BaseServiceImpl<Department,Long,DepartmentMapper>
-
- net.guerlab.smart.platform.user.service.service.impl.DepartmentServiceImpl
-
- 所有已实现的接口:
net.guerlab.smart.platform.server.service.BaseDeleteService<Department,Long>,net.guerlab.smart.platform.server.service.BaseFindService<Department,Long>,net.guerlab.smart.platform.server.service.BaseSaveService<Department>,net.guerlab.smart.platform.server.service.BaseService<Department,Long>,net.guerlab.smart.platform.server.service.BaseUpdateService<Department>,net.guerlab.smart.platform.server.service.ExampleGetter<Department>,DepartmentService
@Service @EnableBinding({net.guerlab.smart.platform.user.stream.binders.DepartmentAddSenderChannel.class,net.guerlab.smart.platform.user.stream.binders.DepartmentUpdateSenderChannel.class}) public class DepartmentServiceImpl extends net.guerlab.smart.platform.server.service.BaseServiceImpl<Department,Long,DepartmentMapper> implements DepartmentService部门服务实现- 作者:
- guer
-
-
字段概要
-
从接口继承的字段 net.guerlab.smart.platform.user.service.service.DepartmentService
DEPARTMENT_NAME_MAX_LENGTH
-
-
构造器概要
构造器 构造器 说明 DepartmentServiceImpl()
-
方法概要
-
从类继承的方法 net.guerlab.smart.platform.server.service.BaseServiceImpl
deleteBefore, deleteById, insert, insertSelective, selectAll, selectAll, selectById, selectCount, selectCount, selectList, selectList, selectOne, selectOne, selectPage, setMapper, setSequence, updateByExample, updateByExampleSelective, updateById, updateBySearchParams, updateBySearchParamsSelective, updateSelectiveById
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 net.guerlab.smart.platform.server.service.BaseFindService
selectAll, selectAll, selectById, selectByIdOptional, selectCount, selectCount, selectList, selectList, selectOne, selectOne, selectOneOptional, selectOneOptional, selectPage
-
从接口继承的方法 net.guerlab.smart.platform.server.service.BaseUpdateService
updateByExample, updateByExampleSelective, updateById, updateBySearchParams, updateBySearchParamsSelective, updateSelectiveById
-
从接口继承的方法 net.guerlab.smart.platform.user.service.service.DepartmentService
getEntityClass
-
-
-
-
方法详细资料
-
insertBefore
protected void insertBefore(Department entity)
- 覆盖:
insertBefore在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<Department,Long,DepartmentMapper>
-
insertAfter
protected void insertAfter(Department entity)
- 覆盖:
insertAfter在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<Department,Long,DepartmentMapper>
-
updateBefore
protected void updateBefore(Department entity)
- 覆盖:
updateBefore在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<Department,Long,DepartmentMapper>
-
updateAfter
protected void updateAfter(Department entity)
- 覆盖:
updateAfter在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<Department,Long,DepartmentMapper>
-
delete
public void delete(Department entity, Boolean force)
- 指定者:
delete在接口中net.guerlab.smart.platform.server.service.BaseDeleteService<Department,Long>- 覆盖:
delete在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<Department,Long,DepartmentMapper>
-
deleteByIdBefore
protected void deleteByIdBefore(Long id, Boolean force)
- 覆盖:
deleteByIdBefore在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<Department,Long,DepartmentMapper>
-
deleteAfter
protected void deleteAfter(Department entity, Boolean force)
- 覆盖:
deleteAfter在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<Department,Long,DepartmentMapper>
-
deleteByIdAfter
protected void deleteByIdAfter(Long id, Boolean force)
- 覆盖:
deleteByIdAfter在类中net.guerlab.smart.platform.server.service.BaseServiceImpl<Department,Long,DepartmentMapper>
-
setDirectorUser
public void setDirectorUser(Long departmentId, Long userId)
从接口复制的说明:DepartmentService设置主管领导- 指定者:
setDirectorUser在接口中DepartmentService- 参数:
departmentId- 部门iduserId- 用户id
-
setChargeUser
public void setChargeUser(Long departmentId, Long userId)
从接口复制的说明:DepartmentService设置分管领导- 指定者:
setChargeUser在接口中DepartmentService- 参数:
departmentId- 部门iduserId- 用户id
-
removeDirectorUser
public void removeDirectorUser(Long departmentId)
从接口复制的说明:DepartmentService移除主管领导- 指定者:
removeDirectorUser在接口中DepartmentService- 参数:
departmentId- 部门id
-
removeChargeUser
public void removeChargeUser(Long departmentId)
从接口复制的说明:DepartmentService移除分管领导- 指定者:
removeChargeUser在接口中DepartmentService- 参数:
departmentId- 部门id
-
updateByDepartmentType
public void updateByDepartmentType(DepartmentType departmentType)
从接口复制的说明:DepartmentService根据部门类型更新数据- 指定者:
updateByDepartmentType在接口中DepartmentService- 参数:
departmentType- 部门类型
-
setPositionService
@Autowired public void setPositionService(PositionService positionService)
-
setUserService
@Autowired public void setUserService(UserService userService)
-
setParentsService
@Autowired public void setParentsService(DepartmentParentsService parentsService)
-
setDepartmentTypeService
@Autowired public void setDepartmentTypeService(DepartmentTypeService departmentTypeService)
-
setDistributionService
@Autowired public void setDistributionService(DepartmentDutyDistributionService distributionService)
-
setDepartmentAddSenderChannel
@Autowired public void setDepartmentAddSenderChannel(DepartmentAddSenderChannel departmentAddSenderChannel)
-
setDepartmentUpdateSenderChannel
@Autowired public void setDepartmentUpdateSenderChannel(DepartmentUpdateSenderChannel departmentUpdateSenderChannel)
-
-