Package org.cxbox.core.service.drilldown
Class PlatformDrilldownService
java.lang.Object
org.cxbox.core.service.drilldown.PlatformDrilldownService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformUrlFilterPart(FC fc) This method generate URL parameters with filters asString
-
Constructor Details
-
PlatformDrilldownService
public PlatformDrilldownService()
-
-
Method Details
-
formUrlFilterPart
This method generate URL parameters with filters asStringNote! If you use
PlatformDrilldownServicebuilder must be extendedFBonFC// Adding filter parameters to the URL from {@link FC}, seems like: // filters = { // “bcName”:“field1.equals=data1”, // "bcName2":“field1.equals=data1” // } baseUrl += fc.formUrlFilterPart(fc)- Parameters:
fc-FCconfigurer filter params- Returns:
String- URL parameters with filters
-