Package org.cxbox.core.service
Interface IOutwardReportEngineService
-
public interface IOutwardReportEngineService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetOutwardReportFormattedUrl(BusinessComponent bc, QueryParameters queryParams)StringgetOutwardReportFormattedUrlForTimePeriod(BusinessComponent bc, LocalDateTime startDate, LocalDateTime endDate)StringgetOutwardReportName(BusinessComponent bc)booleanisOutwardsReportAvailable(BusinessComponent bc)
-
-
-
Method Detail
-
isOutwardsReportAvailable
boolean isOutwardsReportAvailable(BusinessComponent bc)
-
getOutwardReportFormattedUrl
String getOutwardReportFormattedUrl(BusinessComponent bc, QueryParameters queryParams)
-
getOutwardReportFormattedUrlForTimePeriod
String getOutwardReportFormattedUrlForTimePeriod(BusinessComponent bc, LocalDateTime startDate, LocalDateTime endDate)
-
getOutwardReportName
String getOutwardReportName(BusinessComponent bc)
-
-