Style Intelligence v12.0

inetsoft.report.filter
Class SharedFilterHelper

java.lang.Object
  extended by inetsoft.report.filter.SharedFilterHelper

public class SharedFilterHelper
extends Object

Class that is responsible for applying a viewsheet shared filter to a report.

Since:
12.0

Constructor Summary
SharedFilterHelper()
           
 
Method Summary
 void applySharedFilters(String viewsheetId, ReportSheet report, Principal principal)
          Applies the shared filters from a viewsheet to a report.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedFilterHelper

public SharedFilterHelper()
Method Detail

applySharedFilters

public void applySharedFilters(String viewsheetId,
                               ReportSheet report,
                               Principal principal)
Applies the shared filters from a viewsheet to a report.

Parameters:
viewsheetId - the ID of the viewsheet.
report - the report.
principal - the requesting user.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.