Uses of Interface
com.sas.entities.BaseEntityValueInterface

Packages that use BaseEntityValueInterface
com.sas.actionprovider Provides the integrated set of classes that comprise the ActionProvider Framework (APF). 
com.sas.actionprovider.commands   
com.sas.actionprovider.support.graphics Provides classes that support and define the default actions for relational Graph Viewer Components. 
com.sas.commands Provides classes and interfaces to perform commands. 
com.sas.commands.dataselectors   
com.sas.commands.dataselectors.exceptionhighlighting   
com.sas.commands.export Interfaces implemented by the different Export to Excel commands. 
com.sas.commands.relational Provides classes and interfaces to perform commands on relational data. 
com.sas.commands.remotefileselector The primary focus of the com.sas.commands.remotefileselector package is to provide the classes that perform the general action provider framework commands. 
com.sas.commands.remotefileselector.informationservices The primary focus of the com.sas.commands.remotefileselector.informationservices package is to provide the classes that perform the action provider framework commands for the InformationServices model. 
com.sas.commands.remotefileselector2   
com.sas.entities Defines interfaces and classes for Entities, which are a dynamic extension of Java Beans. 
com.sas.servlet.commands.jdbc.export Commands and utility classes to export non multidimensional data (usually named relational or jdbc data) from within a web application to MS Excel. 
com.sas.servlet.commands.olap.export Commands to export multidimensional data (usually named OLAP data) from within a web application to MS Excel. 
com.sas.servlet.tbeans.tableview Provides the base classes and interfaces used to generate a table of data for a given data model. 
com.sas.swing.visuals.remotefileselector.actions The primary focus of the com.sas.swing.visuals.remotefileselector.actions package is to provide the classes used to manipulate the user interface when various toolbar, button, and popmenu actions are triggered. 
com.sas.swing.visuals.tableview.actions   
 

Uses of BaseEntityValueInterface in com.sas.actionprovider
 

Classes in com.sas.actionprovider that implement BaseEntityValueInterface
 class ActionList
           Viewer components acquire ActionList objects when they query an ActionProvider for Actions.
 class ActionSupportFilter
           An ActionSupportFilter encapsulates all the information needed by the ActionProvider Framework ( APF ) from the requesting component to carry out a single query for Actions.
 class BaseAction
          The BaseAction class is the base class for all Actions acquired via the Action Provider Framework (APF).
 class HttpAction
          The HttpAction class is the base class for all actions acquired from the HttpActionProvider.
 class SwingAction
          The SwingAction class is the base class for all actions acquired from the SwingActionProvider.
 

Uses of BaseEntityValueInterface in com.sas.actionprovider.commands
 

Classes in com.sas.actionprovider.commands that implement BaseEntityValueInterface
 class MapBaseCommand
           
 class MapClearSelectionsCommand
          This class implements the map's clear selections command.
 class MapCollapseCommand
          This class implements the map's collapse command.
 class MapDrillDownCommand
          This class implements the map's drilldown command.
 class MapDrillUpCommand
          This class implements the map's drillup command.
 class MapExpandCommand
          This class implements the map's expand command.
 class MapExportToExcelCommand
          This class implements the map's clear selections command.
 class MapFilterSelectionsCommand
          This class implements the map's filter selections command.
 class MapFullExtentsCommand
          This class implements the map's full extents command.
 class MapIdentifyCommand
          This class implements the map's identify command.
 class MapPanCommand
          This class implements the map's pan command.
 class MapPropertyCommand
          This class implements the map's show property sheet command.
 class MapRectangularSelectCommand
          This class implements the map's select command.
 class MapReportLinkingCommand
          This class implements the map's report linking command.
 class MapResizeCommand
          The command used by the ActionProvider to resize an ESRI Map component
 class MapSelectCommand
          This class implements the map's select command.
 class MapSetMeasureCommand
          This class implements the map's select command.
 class MapZoomInCommand
          This class implements the map's zoom in command.
 class MapZoomOutCommand
          This class implements the map's zoom out command.
 

Uses of BaseEntityValueInterface in com.sas.actionprovider.support.graphics
 

Classes in com.sas.actionprovider.support.graphics that implement BaseEntityValueInterface
 class com.sas.actionprovider.support.graphics.ResizeCommand
          The command used by the ActionProvider to resize a column in an OLAPTableView
 

Uses of BaseEntityValueInterface in com.sas.commands
 

Subinterfaces of BaseEntityValueInterface in com.sas.commands
 interface DynamicAttributeCommandInterface
          This interface is implemented by commands that require the ability to have their attributes accessed with generic getters and setters.
 

Classes in com.sas.commands that implement BaseEntityValueInterface
 class BaseCommand
          BaseCommand is the base class for all commands.
 class CompositeDynamicAttributeCommand
           A command which manages the order of execution and rollback for a group of sub-commands.
 

Uses of BaseEntityValueInterface in com.sas.commands.dataselectors
 

Classes in com.sas.commands.dataselectors that implement BaseEntityValueInterface
 class AdvancedFilterSelectorCommand
          This class implements the Advanced Filter Selector Command.
 class AdvancedFilterSelectorCommandFacade
          This class is a facade that unifies the functionalities of the AdvancedFilterSelectorCommand plus the additional filtering funcionalities provided by the OLAPTimeBasedFilterCommand.
 class BaseSelectorCommand
          This class will provide the base functionality for all selector commands.
 class DataItemSelectorCommand
          This class is responsible for assisting in the processing of user actions through a user-interface representation of a Query selector.
 class ExportSelectorCommand
          This class handles the data exporting operations in conjunction with the Export Selector.
 class FilterAndRankSelectorCommand
          This class provides command support for the "Filter and Rank" Selector.
 class FindSelectorCommand
          Assists the Find selector with business model interactions needed to perform the find functions.
 class FormatSelectorCommand
          This class provides command support for the "Filter and Rank" Selector.
 class MemberPropertiesCommand
          Assists the Find selector with business model interactions needed to perform the find functions.
 class OLAPSortSelectorCommand
           
 class OLAPTimeBasedFilterCommand
           
 class PercentCalculationsCommand
          Assists the Find selector with business model interactions needed to perform the find functions.
 class RankingCommand
          This class handles the ranking of a data model in conjunction with the Ranking Selector.
 class ShowDetailSelectorCommand
           
 class SimpleCalculatedItemSelectorCommand
          This class implements the command for processing calculated items in the simple calculated item selector command.
 class SortCommand
          This class handles the sorting of data items.
 class SortSelectorCommand
          This class implements the simple calculated item selector command.
 class TotalsCommand
          This class handles the applying of totals and subtotals in conjunction with the Totals Selector.
 

Uses of BaseEntityValueInterface in com.sas.commands.dataselectors.exceptionhighlighting
 

Classes in com.sas.commands.dataselectors.exceptionhighlighting that implement BaseEntityValueInterface
 class ExceptionHighlightingChartCommand
          The command processes actions, via the Action Provider Framework, as they are initiated by the visual in response to user input.
 class ExceptionHighlightingCommand
          The command processes actions, via the Action Provider Framework, as they are initiated by the visual in response to user input.
 

Uses of BaseEntityValueInterface in com.sas.commands.export
 

Subinterfaces of BaseEntityValueInterface in com.sas.commands.export
 interface OLAPExportCommandInterface
          Represents a command for exporting multidimensional data
 interface OLAPExportCommandV2Interface
          Represents a command for exporting headers and footers together multidimensional data
 interface RelationalExportCommandInterface
          Represents a command for exporting non multidimensional (relational) data
 interface RelationalExportCommandV2Interface
          Execute methods that allow the user to specifiy which columns to export and the headers and footers to export.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.