Interface AttachmentConfService

    • Method Detail

      • findById

        AttachmentConf findById​(String id)
        根据唯一标示查找附件配置
        Parameters:
        id -
        Returns:
      • listByAttachmentType

        List<AttachmentConf> listByAttachmentType​(String attachmentType,
                                                  Integer configType)
        Description:根据附件类型查找附件配置
        Parameters:
        attachmentType -
        configType -
        Returns:
      • removeByAttachmentType

        void removeByAttachmentType​(String attachmentType)
        Description:移除指定附件类型的所有附件配置
        Parameters:
        attachmentType -
      • removeAttachmentConfs

        void removeAttachmentConfs​(String[] attachmentConfIds)
        根据附件配置唯一标示数据删除附件配置
        Parameters:
        attachmentConfIds -
      • saveOrUpdate

        void saveOrUpdate​(AttachmentConf attachmentConf)
        保存或更新附件配置
        Parameters:
        attachmentConf -
      • updateOrder

        void updateOrder​(String[] idAndTabIndexs)
        排序
        Parameters:
        idAndTabIndexs - "id:tabIndex"形式的数组