Interface TabEntityService

  • All Known Implementing Classes:
    TabEntityServiceImpl

    public interface TabEntityService
    Author:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • Method Detail

      • getById

        TabEntity getById​(String id)
        根据唯一标示查找页签
        Parameters:
        id -
        Returns:
      • listAll

        List<TabEntity> listAll()
        查找所有的页签实体
        Returns:
      • removeTabEntitys

        void removeTabEntitys​(String[] tabEntityIds)
        根据传进来的Id集合删除页签实体
        Parameters:
        tabEntityIds -
      • saveOrUpdate

        TabEntity saveOrUpdate​(TabEntity tabEntity)
        保存或者更新页签实体
        Parameters:
        tabEntity -
        Returns: