接口 ViewTypeService

  • 所有已知实现类:
    ViewTypeServiceImpl

    public interface ViewTypeService
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • 方法详细资料

      • findById

        ViewType findById​(String id)
        Description:
        参数:
        id -
        返回:
      • findByMark

        ViewType findByMark​(String mark)
        Description:
        参数:
        mark -
        返回:
      • pageAll

        org.springframework.data.domain.Page<ViewType> pageAll​(int page,
                                                               int rows)
        Description:
        参数:
        page -
        rows -
        返回:
      • remove

        void remove​(String id)
        Description:
        参数:
        id -
      • remove

        void remove​(String[] ids)
        Description:
        参数:
        ids -
      • save

        ViewType save​(ViewType viewType)
        Description:
        参数:
        viewType -
        返回:
      • saveOrUpdate

        ViewType saveOrUpdate​(ViewType viewType)
        Description:
        参数:
        viewType -
        返回:
      • search

        org.springframework.data.domain.Page<ViewType> search​(int page,
                                                              int rows,
                                                              String keyword)
        Description:
        参数:
        page -
        rows -
        keyword -
        返回: