Interface SendButtonService

  • All Known Implementing Classes:
    SendButtonServiceImpl

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

      • checkCustomId

        boolean checkCustomId​(String customId)
        新增的时候,判断传进来的customId是否已经存在
        Parameters:
        customId -
        Returns:
      • getById

        SendButton getById​(String id)
        根据唯一标示查找
        Parameters:
        id -
        Returns:
      • removeSendButtons

        void removeSendButtons​(String[] sendButtonIds)
        Description: 根据传进来的Id集合删除
        Parameters:
        sendButtonIds -
      • saveOrUpdate

        SendButton saveOrUpdate​(SendButton sendButton)
        Description: 保存或者更新
        Parameters:
        sendButton -
        Returns: