类 DepartmentDutyDistributionServiceImpl
- java.lang.Object
-
- net.guerlab.smart.platform.server.service.BaseServiceImpl<T,PK,M>
-
- net.guerlab.smart.platform.server.service.BaseBatchServiceImpl<DepartmentDutyDistribution,Long,DepartmentDutyDistributionMapper>
-
- net.guerlab.smart.platform.user.service.service.impl.DepartmentDutyDistributionServiceImpl
-
- 所有已实现的接口:
net.guerlab.smart.platform.server.service.BaseBatchSaveService<DepartmentDutyDistribution>,net.guerlab.smart.platform.server.service.BaseDeleteService<DepartmentDutyDistribution,Long>,net.guerlab.smart.platform.server.service.BaseFindService<DepartmentDutyDistribution,Long>,net.guerlab.smart.platform.server.service.BaseSaveService<DepartmentDutyDistribution>,net.guerlab.smart.platform.server.service.BaseService<DepartmentDutyDistribution,Long>,net.guerlab.smart.platform.server.service.BaseUpdateService<DepartmentDutyDistribution>,net.guerlab.smart.platform.server.service.ExampleGetter<DepartmentDutyDistribution>,DepartmentDutyDistributionService
@Service public class DepartmentDutyDistributionServiceImpl extends net.guerlab.smart.platform.server.service.BaseBatchServiceImpl<DepartmentDutyDistribution,Long,DepartmentDutyDistributionMapper> implements DepartmentDutyDistributionService
部门职务分配服务- 作者:
- guer
-
-
构造器概要
构造器 构造器 说明 DepartmentDutyDistributionServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected DepartmentDutyDistributionbatchSaveBefore(DepartmentDutyDistribution entity)voiddelete(DepartmentDutyDistributionSearchParams searchParams)删除记录Collection<DepartmentDutyDistribution>find(DepartmentDutyDistributionSearchParams searchParams)根据搜索参数查询列表Class<DepartmentDutyDistribution>getEntityClass()voidsave(Collection<DepartmentDutyDistribution> list)添加记录-
从类继承的方法 net.guerlab.smart.platform.server.service.BaseBatchServiceImpl
batchInsert, replaceBatchInsert
-
从类继承的方法 net.guerlab.smart.platform.server.service.BaseServiceImpl
delete, deleteAfter, deleteBefore, deleteById, deleteByIdAfter, deleteByIdBefore, insert, insertAfter, insertBefore, insertSelective, selectAll, selectAll, selectById, selectCount, selectCount, selectList, selectList, selectOne, selectOne, selectPage, setMapper, setSequence, updateAfter, updateBefore, 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
selectByIdOptional, selectOneOptional, selectOneOptional
-
从接口继承的方法 net.guerlab.smart.platform.user.service.service.DepartmentDutyDistributionService
deleteByDepartmentId, deleteByDutyId, findDepartmentIdByDutyId, findDutyIdByDepartmentId, has
-
-
-
-
方法详细资料
-
batchSaveBefore
protected DepartmentDutyDistribution batchSaveBefore(DepartmentDutyDistribution entity)
- 指定者:
batchSaveBefore在类中net.guerlab.smart.platform.server.service.BaseBatchServiceImpl<DepartmentDutyDistribution,Long,DepartmentDutyDistributionMapper>
-
getEntityClass
public Class<DepartmentDutyDistribution> getEntityClass()
- 指定者:
getEntityClass在接口中net.guerlab.smart.platform.server.service.ExampleGetter<DepartmentDutyDistribution>
-
find
public Collection<DepartmentDutyDistribution> find(DepartmentDutyDistributionSearchParams searchParams)
从接口复制的说明:DepartmentDutyDistributionService根据搜索参数查询列表- 指定者:
find在接口中DepartmentDutyDistributionService- 参数:
searchParams- 搜索参数- 返回:
- 分配列表
-
save
public void save(Collection<DepartmentDutyDistribution> list)
从接口复制的说明:DepartmentDutyDistributionService添加记录- 指定者:
save在接口中DepartmentDutyDistributionService- 参数:
list- 待添加记录
-
delete
public void delete(DepartmentDutyDistributionSearchParams searchParams)
从接口复制的说明:DepartmentDutyDistributionService删除记录- 指定者:
delete在接口中DepartmentDutyDistributionService- 参数:
searchParams- 搜索参数
-
-