|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.sas.entities | |
---|---|
com.sas.actionprovider | Provides the integrated set of classes that comprise the ActionProvider Framework (APF). |
com.sas.actionprovider.commands | |
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.dataselectors.filters | Provides adapter components used to convert native models to models which can then be used with filter components. |
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.dataselectors.propertyeditor | |
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 |
Classes in com.sas.entities used by com.sas.actionprovider | |
---|---|
AttributeDescriptorInterface
AttributeDescriptorInterface describes an AttributeDescriptor for an Entity. |
|
AttributeSetException
An AttributeSetException is thrown when an assignment to an Entity's attribute fails. |
|
AttributeTypeFactoryInterface
AttributeTypeFactoryInterface describes the factory methods that can be invoked to create instances of AttributeTypeInterface. |
|
AttributeTypeInterface
AttributeTypeInterface describes AttributeTypes which define properties that are common to AttributeDescriptors of that type. |
|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
Classes in com.sas.entities used by com.sas.actionprovider.commands | |
---|---|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
Classes in com.sas.entities used by com.sas.commands | |
---|---|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
Classes in com.sas.entities used by com.sas.commands.dataselectors | |
---|---|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
Classes in com.sas.entities used by com.sas.commands.dataselectors.exceptionhighlighting | |
---|---|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
Classes in com.sas.entities used by com.sas.commands.export | |
---|---|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
Classes in com.sas.entities used by com.sas.commands.relational | |
---|---|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
Classes in com.sas.entities used by com.sas.commands.remotefileselector | |
---|---|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
Classes in com.sas.entities used by com.sas.commands.remotefileselector.informationservices | |
---|---|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
Classes in com.sas.entities used by com.sas.commands.remotefileselector2 | |
---|---|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
Classes in com.sas.entities used by com.sas.dataselectors.filters | |
---|---|
AttributeTypeInterface
AttributeTypeInterface describes AttributeTypes which define properties that are common to AttributeDescriptors of that type. |
Classes in com.sas.entities used by com.sas.entities | |
---|---|
AttributeDescriptorInterface
AttributeDescriptorInterface describes an AttributeDescriptor for an Entity. |
|
AttributeGroupInterface
AttributeGroupInterface is a collection of attributes of an Entity, including both type-based and instance-based attributes. |
|
AttributeSetException
An AttributeSetException is thrown when an assignment to an Entity's attribute fails. |
|
AttributeType
A simple implementation of AttributeTypeInterface. |
|
AttributeTypeFactoryInterface
AttributeTypeFactoryInterface describes the factory methods that can be invoked to create instances of AttributeTypeInterface. |
|
AttributeTypeInterface
AttributeTypeInterface describes AttributeTypes which define properties that are common to AttributeDescriptors of that type. |
|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
|
Entity
Entity, as described by EntityInterface , is a Java component which can have a dynamic or changing set of attributes, as opposed to the fixed set of properties
of a Java Bean. |
|
EntityAttr
EntityAttr is a helper class that organizes and maintains EntityInterface+AttributeDescriptor name entries for the AggregateEntity. |
|
EntityInterface
EntityInterface represents a possibly remote object Entity. |
|
EntityKeyInterface
EntityKeyInterface provides methods for Entities that contain Globally Unique Identifiers (sometimes known as GUIDs). |
|
RemoteEntity
RemoteEntity represents a possibly-remote implementation of RemoteEntityInterface. |
|
RemoteEntityInterface
RemoteEntityInterface extends the functionality of RemoteBaseEntityInterface. |
Classes in com.sas.entities used by com.sas.servlet.commands.jdbc.export | |
---|---|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
Classes in com.sas.entities used by com.sas.servlet.commands.olap.export | |
---|---|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
Classes in com.sas.entities used by com.sas.servlet.tbeans.tableview | |
---|---|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
Classes in com.sas.entities used by com.sas.swing.visuals.dataselectors.propertyeditor | |
---|---|
AttributeDescriptorInterface
AttributeDescriptorInterface describes an AttributeDescriptor for an Entity. |
|
RemoteEntityInterface
RemoteEntityInterface extends the functionality of RemoteBaseEntityInterface. |
Classes in com.sas.entities used by com.sas.swing.visuals.remotefileselector.actions | |
---|---|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
Classes in com.sas.entities used by com.sas.swing.visuals.tableview.actions | |
---|---|
BaseEntity
BaseEntity is an entity object that is not a remote object. |
|
BaseEntityInterface
BaseEntityInterface represents a local (non-remote)Entity. |
|
BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |