类 TaoHongTemplateServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.TaoHongTemplateServiceImpl
-
- 所有已实现的接口:
TaoHongTemplateService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class TaoHongTemplateServiceImpl extends Object implements TaoHongTemplateService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
构造器概要
构造器 构造器 说明 TaoHongTemplateServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 TaoHongTemplategetById(String id)根据id查找套红模板List<TaoHongTemplate>listByBureauGuid(String bureauGuid)根据委办局Id查找套红模板(委办局Id是唯一的,所以这里就不在加上租户Id这个条件)List<TaoHongTemplate>listByTenantId(String tenantId, String name)Description:查找当前租户的套红模板voidremoveTaoHongTemplate(String id)根据Id删除模板voidremoveTaoHongTemplate(String[] templateGuids)根据传进来的模板Id数组来删除模板TaoHongTemplatesaveOrUpdate(TaoHongTemplate t)新增或者修改套红模板
-
-
-
方法详细资料
-
getById
public TaoHongTemplate getById(String id)
从接口复制的说明:TaoHongTemplateService根据id查找套红模板- 指定者:
getById在接口中TaoHongTemplateService- 返回:
-
listByBureauGuid
public List<TaoHongTemplate> listByBureauGuid(String bureauGuid)
从接口复制的说明:TaoHongTemplateService根据委办局Id查找套红模板(委办局Id是唯一的,所以这里就不在加上租户Id这个条件)- 指定者:
listByBureauGuid在接口中TaoHongTemplateService- 返回:
-
listByTenantId
public List<TaoHongTemplate> listByTenantId(String tenantId, String name)
从接口复制的说明:TaoHongTemplateServiceDescription:查找当前租户的套红模板- 指定者:
listByTenantId在接口中TaoHongTemplateService- 返回:
-
removeTaoHongTemplate
@Transactional public void removeTaoHongTemplate(String id)
从接口复制的说明:TaoHongTemplateService根据Id删除模板- 指定者:
removeTaoHongTemplate在接口中TaoHongTemplateService
-
removeTaoHongTemplate
@Transactional public void removeTaoHongTemplate(String[] templateGuids)
从接口复制的说明:TaoHongTemplateService根据传进来的模板Id数组来删除模板- 指定者:
removeTaoHongTemplate在接口中TaoHongTemplateService
-
saveOrUpdate
@Transactional public TaoHongTemplate saveOrUpdate(TaoHongTemplate t)
从接口复制的说明:TaoHongTemplateService新增或者修改套红模板- 指定者:
saveOrUpdate在接口中TaoHongTemplateService- 返回:
-
-