类 TabEntityServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.TabEntityServiceImpl
-
- 所有已实现的接口:
TabEntityService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class TabEntityServiceImpl extends Object implements TabEntityService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
构造器概要
构造器 构造器 说明 TabEntityServiceImpl()
-
-
-
方法详细资料
-
getById
public TabEntity getById(String id)
从接口复制的说明:TabEntityService根据唯一标示查找页签- 指定者:
getById在接口中TabEntityService- 返回:
-
listAll
public List<TabEntity> listAll()
从接口复制的说明:TabEntityService查找所有的页签实体- 指定者:
listAll在接口中TabEntityService- 返回:
-
removeTabEntitys
@Transactional public void removeTabEntitys(String[] tabEntityIds)
从接口复制的说明:TabEntityService根据传进来的Id集合删除页签实体- 指定者:
removeTabEntitys在接口中TabEntityService
-
saveOrUpdate
@Transactional public TabEntity saveOrUpdate(TabEntity tabEntity)
从接口复制的说明:TabEntityService保存或者更新页签实体- 指定者:
saveOrUpdate在接口中TabEntityService- 返回:
-
-