Package com.eduix.genexp
Interface ExportService
-
- All Known Implementing Classes:
ExportService
public interface ExportService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtrigger(String id, String code, String type, boolean ifNotExists)voidtrigger(String id, String code, String type, String trigger, boolean ifNotExists)voidtrigger(String id, String code, String type, String trigger, boolean ifNotExists, Map<String,Object> data)
-