类 LinkInfoServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.LinkInfoServiceImpl
-
- 所有已实现的接口:
LinkInfoService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class LinkInfoServiceImpl extends Object implements LinkInfoService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
方法详细资料
-
findById
public LinkInfo findById(String id)
从接口复制的说明:LinkInfoService根据id获取链接信息- 指定者:
findById在接口中LinkInfoService- 返回:
-
listAll
public List<LinkInfo> listAll(String linkName, String linkUrl)
从接口复制的说明:LinkInfoService获取链接列表- 指定者:
listAll在接口中LinkInfoService- 返回:
-
remove
@Transactional public void remove(String id)
从接口复制的说明:LinkInfoService删除链接信息- 指定者:
remove在接口中LinkInfoService
-
saveOrUpdate
@Transactional public void saveOrUpdate(LinkInfo linkInfo)
从接口复制的说明:LinkInfoService保存链接信息- 指定者:
saveOrUpdate在接口中LinkInfoService
-
-