Uses of Interface
com.sas.dataselectors.calculateditems.CalculatedObjectFactoryInterface

Packages that use CalculatedObjectFactoryInterface
com.sas.dataselectors.calculateditems Provides adapter components used to convert native models to models which can then be used with calculated item selector components. 
 

Uses of CalculatedObjectFactoryInterface in com.sas.dataselectors.calculateditems
 

Classes in com.sas.dataselectors.calculateditems that implement CalculatedObjectFactoryInterface
 class BaseCalculatedObjectFactory
          Description: Factory (sort of) for creating, updating, and managing objects between the BusinessModel and the CalculatedItem classes Copyright: Copyright (c) 2002 Company: SAS
 class BusinessModelCalculatedObjectFactory
          Description: Wrapper class around the BaseCalculatedObjectFactory to handle any BusinessModel specific cases Copyright: Copyright (c) 2002 Company: SAS
 class BusinessQueryCalculatedObjectFactory
          Description: Wrapper class around the BaseCalculatedObjectFactory to handle any BusinessQuery specific cases Copyright: Copyright (c) 2002 Company: SAS
 class DataSelectionCalculatedObjectFactory
          Deprecated. Created on Dec 12, 2002
 class InformationMapCalculatedObjectFactory
          Description: Wrapper class around the BaseCalculatedObjectFactory to handle any InformationMap specific cases Copyright: Copyright (c) 2002 Company: SAS
 

Fields in com.sas.dataselectors.calculateditems declared as CalculatedObjectFactoryInterface
protected  CalculatedObjectFactoryInterface DataSourceTreeNode._factory
           
protected  CalculatedObjectFactoryInterface BaseCalculatedItemListAdapter._objectFactory
          The factory for getting objects and metadata
protected  CalculatedObjectFactoryInterface BaseCalculatedItemAdapter.objectFactory
          The factory for getting objects and metadata
 

Constructors in com.sas.dataselectors.calculateditems with parameters of type CalculatedObjectFactoryInterface
BaseCalculatedItemAdapter(CalculatedObjectFactoryInterface factory)
          Constructs an adapter with the specified DataSelection for a new and empty calculated item
BaseCalculatedItemAdapter(CalculatedObjectFactoryInterface factory, com.sas.iquery.metadata.expr.ExpressionInterface expression)
          Deprecated.  
BaseCalculatedItemAdapter(CalculatedObjectFactoryInterface factory, java.lang.Object businessObject)
          Constructs an adapter with the specified DataSelection for a calculated item based on a specific business object.
BaseCalculatedItemAdapter(CalculatedObjectFactoryInterface factory, java.lang.String id, java.lang.String label, java.lang.String description, int type, java.lang.String expr)
          Constructs an adapter with the specified DataSelection for a new calculated item with the given name,desc,type, and text
BaseCalculatedItemAdapter(CalculatedObjectFactoryInterface factory, java.lang.String id, java.lang.String label, java.lang.String description, int type, java.lang.String expr, java.lang.String format)
          Constructs an adapter with the specified DataSelection for a new calculated item with the given name,desc,type, and text
BusinessModelToCalculatedItemAdapter(CalculatedObjectFactoryInterface factory, com.sas.iquery.metadata.expr.ExpressionInterface expression)
           
BusinessModelToCalculatedItemAdapter(CalculatedObjectFactoryInterface objectFactory, java.lang.Object item)
          Constructs an adapter with the specified BusinessModel
BusinessModelToCalculatedItemAdapter(CalculatedObjectFactoryInterface factory, java.lang.String id, java.lang.String label, java.lang.String description, int type, java.lang.String expr)
           
BusinessModelToCalculatedItemListAdapter(com.sas.iquery.metadata.business.BusinessModel businessModel, CalculatedObjectFactoryInterface factory)
           
BusinessQueryToCalculatedItemAdapter(CalculatedObjectFactoryInterface factory, java.lang.Object businessObject)
          Constructs an adapter with the specified DataSelection.
DataSelectionToCalculatedItemAdapter(CalculatedObjectFactoryInterface factory, java.lang.Object businessObject)
          Deprecated.  
DataSourceTreeModel(java.lang.String name, java.lang.String desc, CalculatedObjectFactoryInterface factory, boolean physicalData)
          Constructor
DataSourceTreeNode(CalculatedObjectFactoryInterface factory, DataSourceTreeNode parent, java.lang.Object value)
           
DataSourceTreeNode(CalculatedObjectFactoryInterface factory, DataSourceTreeNode parent, java.lang.Object value, java.util.List children)
           
DataSourceTreeNode(java.lang.String name, java.lang.String desc, CalculatedObjectFactoryInterface factory, boolean physicalData)
           
InformationMapToCalculatedItemAdapter(CalculatedObjectFactoryInterface objectFactory, java.lang.Object item)
          Constructs an adapter with the specified InformationMap
InformationMapToCalculatedItemListAdapter(com.sas.iquery.metadata.business.InformationMap informationMap, CalculatedObjectFactoryInterface factory)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.