类 ViewTypeServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.ViewTypeServiceImpl
-
- 所有已实现的接口:
ViewTypeService
@Service @Transactional(readOnly=true) public class ViewTypeServiceImpl extends Object implements ViewTypeService
- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
构造器概要
构造器 构造器 说明 ViewTypeServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ViewTypefindById(String id)Description:ViewTypefindByMark(String mark)Description:List<ViewType>listAll()Description:org.springframework.data.domain.Page<ViewType>pageAll(int page, int rows)Description:voidremove(String id)Description:voidremove(String[] ids)Description:ViewTypesave(ViewType viewType)Description:ViewTypesaveOrUpdate(ViewType viewType)Description:org.springframework.data.domain.Page<ViewType>search(int page, int rows, String keyword)Description:
-
-
-
方法详细资料
-
findById
public ViewType findById(String id)
从接口复制的说明:ViewTypeServiceDescription:- 指定者:
findById在接口中ViewTypeService- 返回:
-
findByMark
public ViewType findByMark(String mark)
从接口复制的说明:ViewTypeServiceDescription:- 指定者:
findByMark在接口中ViewTypeService- 返回:
-
listAll
public List<ViewType> listAll()
从接口复制的说明:ViewTypeServiceDescription:- 指定者:
listAll在接口中ViewTypeService- 返回:
-
pageAll
public org.springframework.data.domain.Page<ViewType> pageAll(int page, int rows)
从接口复制的说明:ViewTypeServiceDescription:- 指定者:
pageAll在接口中ViewTypeService- 返回:
-
remove
@Transactional public void remove(String id)
从接口复制的说明:ViewTypeServiceDescription:- 指定者:
remove在接口中ViewTypeService
-
remove
@Transactional public void remove(String[] ids)
从接口复制的说明:ViewTypeServiceDescription:- 指定者:
remove在接口中ViewTypeService
-
save
@Transactional public ViewType save(ViewType viewType)
从接口复制的说明:ViewTypeServiceDescription:- 指定者:
save在接口中ViewTypeService- 返回:
-
saveOrUpdate
@Transactional public ViewType saveOrUpdate(ViewType viewType)
从接口复制的说明:ViewTypeServiceDescription:- 指定者:
saveOrUpdate在接口中ViewTypeService- 返回:
-
search
public org.springframework.data.domain.Page<ViewType> search(int page, int rows, String keyword)
从接口复制的说明:ViewTypeServiceDescription:- 指定者:
search在接口中ViewTypeService- 返回:
-
-