Package net.risesoft.service.impl
Class BookMarkBindServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.BookMarkBindServiceImpl
-
- All Implemented Interfaces:
BookMarkBindService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class BookMarkBindServiceImpl extends Object implements BookMarkBindService- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Constructor Summary
Constructors Constructor Description BookMarkBindServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteBind(String wordTemplateId, String bookMarkName)Description:BookMarkBindfindById(String id)Description:BookMarkBindfindByWordTemplateIdAndBookMarkName(String wordTemplateId, String bookMarkName)Description:List<BookMarkBind>listByWordTemplateId(String wordTemplateId)Description:voidsaveOrUpdate(BookMarkBind bookMarkBind)Description:
-
-
-
Method Detail
-
deleteBind
@Transactional public void deleteBind(String wordTemplateId, String bookMarkName)
Description copied from interface:BookMarkBindServiceDescription:- Specified by:
deleteBindin interfaceBookMarkBindService
-
findById
public BookMarkBind findById(String id)
Description copied from interface:BookMarkBindServiceDescription:- Specified by:
findByIdin interfaceBookMarkBindService- Returns:
-
findByWordTemplateIdAndBookMarkName
public BookMarkBind findByWordTemplateIdAndBookMarkName(String wordTemplateId, String bookMarkName)
Description copied from interface:BookMarkBindServiceDescription:- Specified by:
findByWordTemplateIdAndBookMarkNamein interfaceBookMarkBindService- Returns:
-
listByWordTemplateId
public List<BookMarkBind> listByWordTemplateId(String wordTemplateId)
Description copied from interface:BookMarkBindServiceDescription:- Specified by:
listByWordTemplateIdin interfaceBookMarkBindService- Returns:
-
saveOrUpdate
@Transactional public void saveOrUpdate(BookMarkBind bookMarkBind)
Description copied from interface:BookMarkBindServiceDescription:- Specified by:
saveOrUpdatein interfaceBookMarkBindService
-
-