Class PlatformDrilldownService

java.lang.Object
org.cxbox.core.service.drilldown.PlatformDrilldownService

public class PlatformDrilldownService extends Object
  • Constructor Details

    • PlatformDrilldownService

      public PlatformDrilldownService()
  • Method Details

    • formUrlFilterPart

      public String formUrlFilterPart(FC fc)
      This method generate URL parameters with filters as String

      Note! If you use PlatformDrilldownService builder must be extended FB on FC

       
       // 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 - FC configurer filter params
      Returns:
      String - URL parameters with filters