
hsim.checkpoint.setting.service.MsgExcelService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of check-point Show documentation
Show all versions of check-point Show documentation
Http request auto validation library for spring framework
package hsim.checkpoint.setting.service;
import hsim.checkpoint.util.excel.PoiWorkBook;
/**
* The interface Msg excel service.
*/
public interface MsgExcelService {
/**
* Gets all excels.
*
* @return the all excels
*/
PoiWorkBook getAllExcels();
/**
* Gets excel.
*
* @param method the method
* @param url the url
* @return the excel
*/
PoiWorkBook getExcel(String method, String url);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy