Package net.risesoft.service.impl
Class OpinionFrameServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.OpinionFrameServiceImpl
-
- All Implemented Interfaces:
OpinionFrameService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class OpinionFrameServiceImpl extends Object implements OpinionFrameService- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Constructor Summary
Constructors Constructor Description OpinionFrameServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpinionFramegetById(String id)Description:OpinionFramegetByMark(String mark)Description:List<OpinionFrame>listAll()Description:org.springframework.data.domain.Page<OpinionFrame>pageAll(int page, int rows)Description:org.springframework.data.domain.Page<OpinionFrame>pageAllNotUsed(String itemId, String processDefinitionId, String taskDefKey, int page, int rows)Description:voidremove(String id)Description:voidremove(String[] ids)Description:OpinionFramesave(OpinionFrame opinionFrame)Description:OpinionFramesaveOrUpdate(OpinionFrame opinionFrame)Description:org.springframework.data.domain.Page<OpinionFrame>search(int page, int rows, String keyword)Description:org.springframework.data.domain.Page<OpinionFrame>search4NotUsed(String itemId, String processDefinitionId, String taskDefKey, int page, int rows, String keyword)Description:
-
-
-
Method Detail
-
getById
public OpinionFrame getById(String id)
Description copied from interface:OpinionFrameServiceDescription:- Specified by:
getByIdin interfaceOpinionFrameService- Returns:
-
getByMark
public OpinionFrame getByMark(String mark)
Description copied from interface:OpinionFrameServiceDescription:- Specified by:
getByMarkin interfaceOpinionFrameService- Returns:
-
listAll
public List<OpinionFrame> listAll()
Description copied from interface:OpinionFrameServiceDescription:- Specified by:
listAllin interfaceOpinionFrameService- Returns:
-
pageAll
public org.springframework.data.domain.Page<OpinionFrame> pageAll(int page, int rows)
Description copied from interface:OpinionFrameServiceDescription:- Specified by:
pageAllin interfaceOpinionFrameService- Returns:
-
pageAllNotUsed
public org.springframework.data.domain.Page<OpinionFrame> pageAllNotUsed(String itemId, String processDefinitionId, String taskDefKey, int page, int rows)
Description copied from interface:OpinionFrameServiceDescription:- Specified by:
pageAllNotUsedin interfaceOpinionFrameService- Returns:
-
remove
@Transactional(readOnly=false) public void remove(String id)
Description copied from interface:OpinionFrameServiceDescription:- Specified by:
removein interfaceOpinionFrameService
-
remove
@Transactional(readOnly=false) public void remove(String[] ids)
Description copied from interface:OpinionFrameServiceDescription:- Specified by:
removein interfaceOpinionFrameService
-
save
@Transactional(readOnly=false) public OpinionFrame save(OpinionFrame opinionFrame)
Description copied from interface:OpinionFrameServiceDescription:- Specified by:
savein interfaceOpinionFrameService- Returns:
-
saveOrUpdate
@Transactional(readOnly=false) public OpinionFrame saveOrUpdate(OpinionFrame opinionFrame)
Description copied from interface:OpinionFrameServiceDescription:- Specified by:
saveOrUpdatein interfaceOpinionFrameService- Returns:
-
search
public org.springframework.data.domain.Page<OpinionFrame> search(int page, int rows, String keyword)
Description copied from interface:OpinionFrameServiceDescription:- Specified by:
searchin interfaceOpinionFrameService- Returns:
-
search4NotUsed
public org.springframework.data.domain.Page<OpinionFrame> search4NotUsed(String itemId, String processDefinitionId, String taskDefKey, int page, int rows, String keyword)
Description copied from interface:OpinionFrameServiceDescription:- Specified by:
search4NotUsedin interfaceOpinionFrameService- Returns:
-
-