Class BulkImportEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.apache.fineract.infrastructure.core.domain.FineractEvent
org.apache.fineract.infrastructure.bulkimport.data.BulkImportEvent
- All Implemented Interfaces:
Serializable,org.apache.fineract.infrastructure.core.domain.ContextHolder
public final class BulkImportEvent
extends org.apache.fineract.infrastructure.core.domain.FineractEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Method Summary
Methods inherited from class org.apache.fineract.infrastructure.core.domain.FineractEvent
getContextMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
instance
public static BulkImportEvent instance(Object source, org.apache.poi.ss.usermodel.Workbook workbook, Long importId, String locale, String dateFormat, org.apache.fineract.infrastructure.core.domain.FineractContext context) -
getWorkbook
public org.apache.poi.ss.usermodel.Workbook getWorkbook() -
getImportId
-
getDateFormat
-
getLocale
-