| | |
| | | package com.product.administration.service.ide; |
| | | |
| | | import com.google.zxing.WriterException; |
| | | import com.product.core.entity.DataTableEntity; |
| | | import com.product.core.entity.FieldSetEntity; |
| | | import com.product.core.exception.BaseException; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.HashMap; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | |
| | | List getKbData(FieldSetEntity fse)throws BaseException; |
| | | |
| | | List getMeetingDetails(FieldSetEntity fse)throws BaseException; |
| | | |
| | | HashMap saveOrUpdateMeetingInfo(FieldSetEntity fse)throws BaseException; |
| | | |
| | | String getQrCode(FieldSetEntity fse) throws BaseException, WriterException, IOException; |
| | | |
| | | |
| | | |
| | | |
| | | } |