Uses of Interface
com.metamatrix.common.config.api.ProductType

Packages that use ProductType
com.metamatrix.common.config.api   
com.metamatrix.common.config.model   
com.metamatrix.common.config.xml   
 

Uses of ProductType in com.metamatrix.common.config.api
 

Methods in com.metamatrix.common.config.api that return ProductType
 ProductType ConfigurationObjectEditor.addServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Adds the service type represented by the indicated ComponentType to the list of legal service types of the indicated ProductType.
 ProductType ConfigurationObjectEditor.createProductType(java.lang.String name, boolean deployable, boolean monitored)
          Create a new ProductType instance with the specified name.
 ProductType ConfigurationObjectEditor.createProductType(java.lang.String name, java.util.Collection serviceComponentTypes, boolean deployable, boolean monitored)
          Create a new ProductType instance with the specified name.
 ProductType ConfigurationModelContainer.getProductType(java.lang.String fullname)
          Return a ProductType based on the specified name.
 ProductType ConfigurationObjectEditor.removeServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Removes the service type represented by the indicated ComponentType from the list of legal service types of the indicated ProductType.
 

Methods in com.metamatrix.common.config.api with parameters of type ProductType
 ProductType ConfigurationObjectEditor.addServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Adds the service type represented by the indicated ComponentType to the list of legal service types of the indicated ProductType.
 ProductType ConfigurationObjectEditor.removeServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Removes the service type represented by the indicated ComponentType from the list of legal service types of the indicated ProductType.
 

Uses of ProductType in com.metamatrix.common.config.model
 

Classes in com.metamatrix.common.config.model that implement ProductType
 class BasicProductType
           
 

Methods in com.metamatrix.common.config.model that return ProductType
static ProductType ConfigurationObjectEditorHelper.addServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Adds the service type represented by the indicated ComponentType to the list of legal service types of the indicated ProductType.
 ProductType BasicConfigurationObjectEditor.addServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Adds the service type represented by the indicated ComponentType to the list of legal service types of the indicated ProductType.
 ProductType BasicConfigurationObjectEditor.createProductType(java.lang.String name, boolean deployable, boolean monitored)
          Create a new ProductType instance with the specified name.
 ProductType BasicConfigurationObjectEditor.createProductType(java.lang.String name, java.util.Collection serviceComponentTypes, boolean deployable, boolean monitored)
          Create a new ProductType instance with the specified name.
 ProductType ConfigurationModelContainerImpl.getProductType(java.lang.String name)
           
static ProductType ConfigurationObjectEditorHelper.removeServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Removes the service type represented by the indicated ComponentType from the list of legal service types of the indicated ProductType.
 ProductType BasicConfigurationObjectEditor.removeServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Removes the service type represented by the indicated ComponentType from the list of legal service types of the indicated ProductType.
 

Methods in com.metamatrix.common.config.model with parameters of type ProductType
 void ConfigurationModelContainerImpl.addProductType(ProductType type)
           
static ProductType ConfigurationObjectEditorHelper.addServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Adds the service type represented by the indicated ComponentType to the list of legal service types of the indicated ProductType.
 ProductType BasicConfigurationObjectEditor.addServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Adds the service type represented by the indicated ComponentType to the list of legal service types of the indicated ProductType.
static ProductType ConfigurationObjectEditorHelper.removeServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Removes the service type represented by the indicated ComponentType from the list of legal service types of the indicated ProductType.
 ProductType BasicConfigurationObjectEditor.removeServiceComponentType(ProductType productType, ComponentType serviceComponentType)
          Removes the service type represented by the indicated ComponentType from the list of legal service types of the indicated ProductType.
 

Uses of ProductType in com.metamatrix.common.config.xml
 

Methods in com.metamatrix.common.config.xml that return ProductType
 ProductType XMLHelper.createProductType(org.jdom.Element element, ConfigurationObjectEditor editor, java.util.Map ComponentTypeMap, java.lang.String name)
          This method will create a ProductType configuration object from an XML element that represents a ProductType.
 ProductType XMLHelperImpl.createProductType(org.jdom.Element element, ConfigurationObjectEditor editor, java.util.Map componentTypeMap, java.lang.String name)
          This method will create a ProductType configuration object from an XML element that represents a ProductType.
 ProductType XMLConfig_42_HelperImpl.createProductType(org.jdom.Element element, ConfigurationObjectEditor editor, java.util.Map componentTypeMap, java.lang.String name)
          This method will create a ProductType configuration object from an XML element that represents a ProductType.
 

Methods in com.metamatrix.common.config.xml with parameters of type ProductType
 org.jdom.Element XMLHelper.createProductTypeElement(ProductType type)
          This method is used to create a ProductType JDOM Element from a ProductType object.
 org.jdom.Element XMLHelperImpl.createProductTypeElement(ProductType type)
          This method is used to create a ProductType JDOM Element from a ProductType object.
 org.jdom.Element XMLConfig_42_HelperImpl.createProductTypeElement(ProductType type)
          This method is used to create a ProductType JDOM Element from a ProductType object.
 



Copyright © 2009. All Rights Reserved.