Uses of Class
com.sap.mdm.data.RegionProperties

Packages that use RegionProperties
com.sap.mdm.blobs Provides classes and interfaces for representing images, PDFs, etc 
com.sap.mdm.commands Provides commands for establishing a session with the MDM server.  
com.sap.mdm.data Provides classes for basic data container 
com.sap.mdm.extension.schema Provides classes and interfaces for "extension" schema and attribute support
com.sap.mdm.notification Provides classes and interfaces for connection notifications 
com.sap.mdm.notification.event Provides classes and interfaces for the various server events 
com.sap.mdm.publishing.commands Provides commands for Publishing operating 
com.sap.mdm.publishing2.commands Provides commands for Publishing operating 
com.sap.mdm.publishing2.types Provides types for publishing operations 
com.sap.mdm.repository Provides supporting interfaces and classes for repository commands 
com.sap.mdm.repository.commands Provides commands for operating on a repository 
com.sap.mdm.session Provides classes and interfaces for connection and session management 
com.sap.mdm.valuetypes.format   
 

Uses of RegionProperties in com.sap.mdm.blobs
 

Methods in com.sap.mdm.blobs that return RegionProperties
 RegionProperties ObjectCache.getDataRegion()
          Returns the data region.
 

Methods in com.sap.mdm.blobs with parameters of type RegionProperties
 void ObjectCache.setDataRegion(RegionProperties dataRegion)
          Sets the data region (required).
 

Uses of RegionProperties in com.sap.mdm.commands
 

Methods in com.sap.mdm.commands that return RegionProperties
 RegionProperties[] GetRepositoryRegionListCommand.getRegions()
          Returns the list of regions.
 RegionProperties CreateUserSessionCommand.getDataRegion()
          Returns the data region in use.
 

Methods in com.sap.mdm.commands with parameters of type RegionProperties
 void CreateUserSessionCommand.setDataRegion(RegionProperties dataRegion)
          Sets the data region to use for the session (required).
 

Uses of RegionProperties in com.sap.mdm.data
 

Constructors in com.sap.mdm.data with parameters of type RegionProperties
RegionProperties(RegionProperties other)
          Copy c'tor.
 

Uses of RegionProperties in com.sap.mdm.extension.schema
 

Methods in com.sap.mdm.extension.schema that return RegionProperties
 RegionProperties RepositorySchemaEx.getRegion(Locale locale)
          Returns region corresponded to the specified Locale
 RegionProperties RepositorySchemaEx.getRegion(String regionNameOrCode)
          Returns region corresponded to the specified region name
 

Uses of RegionProperties in com.sap.mdm.notification
 

Methods in com.sap.mdm.notification with parameters of type RegionProperties
 void LayoutServerEventDispatcher.registerForEvents(String userName, String userPassword, RepositoryIdentifier reposId, RegionProperties dataRegion)
           
 void EventDispatcher.registerDataNotifications(String repositoryUserName, String repositoryUserPassword, RepositoryIdentifier reposId, RegionProperties dataRegion)
          Deprecated. replaced by EventDispatcher.registerDataNotifications(DataEventRegistrationSet, UserSessionContext, String)
 void EventDispatcher.registerTrustedDataNotifications(String repositoryUserName, RepositoryIdentifier reposId, RegionProperties dataRegion)
          Deprecated. replaced by EventDispatcher.registerDataNotifications(DataEventRegistrationSet, UserSessionContext, String)
 

Uses of RegionProperties in com.sap.mdm.notification.event
 

Methods in com.sap.mdm.notification.event that return RegionProperties
 RegionProperties[] RepositoryRegionsEvent.getNewRegions()
          Returns a new set of repository regions
 

Constructors in com.sap.mdm.notification.event with parameters of type RegionProperties
RepositoryRegionsEvent(int type, String serverName, RepositoryIdentifier repositoryId, RegionProperties[] regions)
          Constructor
 

Uses of RegionProperties in com.sap.mdm.publishing.commands
 

Methods in com.sap.mdm.publishing.commands that return RegionProperties
 RegionProperties CreateLayoutServerSessionCommand.getRegionProperties()
          Returns the region properties.
 

Methods in com.sap.mdm.publishing.commands with parameters of type RegionProperties
 void CreateLayoutServerSessionCommand.setRegionProperties(RegionProperties regionProperties)
          Sets a region properties (required).
 

Uses of RegionProperties in com.sap.mdm.publishing2.commands
 

Methods in com.sap.mdm.publishing2.commands that return RegionProperties
 RegionProperties CreateLayoutServerSessionCommand.getRegionProperties()
          Returns the region properties.
 

Methods in com.sap.mdm.publishing2.commands with parameters of type RegionProperties
 void CreateLayoutServerSessionCommand.setRegionProperties(RegionProperties regionProperties)
          Sets a region properties (required).
 

Uses of RegionProperties in com.sap.mdm.publishing2.types
 

Fields in com.sap.mdm.publishing2.types declared as RegionProperties
 RegionProperties SessionParameters.regionProperties
           
 

Constructors in com.sap.mdm.publishing2.types with parameters of type RegionProperties
SessionParameters(String user, String mdsServer, String mdsRepository, String dbmsServerName, String dbName, DBMSType dbmsType, RegionProperties regionProperties, TableId tableId, FieldId mainTableTaxonomyFieldId)
          Creates a new instance of this class.
 

Uses of RegionProperties in com.sap.mdm.repository
 

Methods in com.sap.mdm.repository that return RegionProperties
 RegionProperties[] RepositoryProperties.getRegions()
          Returns the regions available for the repository.
 RegionProperties[] RegionInheritanceProperties.getPrimaryRegions()
          Return the primary regions.
 RegionProperties[] RegionInheritanceProperties.getSecondaryRegions()
          Returns the secondary regions.
 RegionProperties[] RegionInheritanceProperties.getAllRegions()
          Returns all the regions.
 RegionProperties RegionInheritanceProperties.getCurrentRegion()
          Returns the current region.
 

Constructors in com.sap.mdm.repository with parameters of type RegionProperties
RepositoryProperties(RepositoryIdentifier reposId, String description, int repositoryType, boolean isStemmed, RegionProperties[] regions, int port, RepositoryStatus repositoryStatus, int runningOperations, boolean isBroken, boolean isMemoryCorrupt, boolean isSchemaCorrupt, boolean isReadOnlyRepository)
          Constructs with the specified parameters.
 

Uses of RegionProperties in com.sap.mdm.repository.commands
 

Methods in com.sap.mdm.repository.commands that return RegionProperties
 RegionProperties ModifyRepositoryRegionCommand.getRegion()
           
 RegionProperties ModifyRepositoryInheritedRegionListCommand.getRegion()
           
 RegionProperties[] ModifyRepositoryInheritedRegionListCommand.getPrimary()
           
 RegionProperties[] ModifyRepositoryInheritedRegionListCommand.getSecondary()
           
 RegionProperties[] GetRepositoryRegionListCommand.getRegions()
           
 RegionProperties GetRepositoryInheritedRegionListCommand.getRegion()
          Returns the region properties.
 RegionProperties[] GetRepositoryInheritedRegionListCommand.getPrimary()
          Deprecated. See RegionInheritanceProperties
 RegionProperties[] GetRepositoryInheritedRegionListCommand.getSecondary()
          Deprecated. See RegionInheritanceProperties
 RegionProperties DeleteRepositoryRegionCommand.getRegion()
          Returns the region to delete.
 RegionProperties CreateRepositoryRegionCommand.getRegionDefinition()
           
 

Methods in com.sap.mdm.repository.commands with parameters of type RegionProperties
 void ModifyRepositoryRegionCommand.setRegion(RegionProperties region)
          The region to modify (required).
 void ModifyRepositoryInheritedRegionListCommand.setRegion(RegionProperties regionDefinition)
          The region to define the region inheritance for (required).
 void ModifyRepositoryInheritedRegionListCommand.setPrimary(RegionProperties[] primary)
          The list of primary regions (required).
 void ModifyRepositoryInheritedRegionListCommand.setSecondary(RegionProperties[] secondary)
          The list of secondary regions (required).
 void GetRepositoryInheritedRegionListCommand.setRegion(RegionProperties regionProperties)
          Sets the region properties (required).
 void DeleteRepositoryRegionCommand.setRegion(RegionProperties region)
          The region (language) to delete (required).
 void CreateRepositoryRegionCommand.setRegionDefinition(RegionProperties regionDefinition)
          The new region (language) to create (required).
 

Uses of RegionProperties in com.sap.mdm.session
 

Methods in com.sap.mdm.session that return RegionProperties
 RegionProperties UserSessionContext.getRegion()
          Get region
 

Uses of RegionProperties in com.sap.mdm.valuetypes.format
 

Methods in com.sap.mdm.valuetypes.format with parameters of type RegionProperties
static String[] MdmValueFormatter.formatFieldValue(FieldProperties field, MdmValue value, RegionProperties region, DimensionsManager dimensionsManager, String nullString, String naString)
          Formats the field value (or multi-values) based on the field properties definitions.
static String[] MdmValueFormatter.formatFieldValue(FieldProperties field, MdmValue value, RegionProperties region, DimensionsManager dimensionsManager)
          Formats the field value (or multi-values) based on the field properties definitions.
static String[] MdmValueFormatter.formatAttributeValue(AttributeProperties attr, MdmValue value, RegionProperties region, DimensionsManager dimensionsManager, String nullString, String naString)
          Formats attribute value (or multi-values) based on the attribute properties definitions.
static String[] MdmValueFormatter.formatAttributeValue(AttributeProperties attr, MdmValue value, RegionProperties region, DimensionsManager dimensionsManager)
          Formats attribute value (or multi-values) based on the attribute properties definitions.
static String[] MdmValueFormatter.formatLocalizedAttributeValue(AttributeProperties attr, MdmValue value, RegionProperties region, DimensionsManager dimensionsManager, Locale formatLocale)
          Formats attribute value (or multi-values) based on the attribute properties definitions.
static String[] MdmValueFormatter.formatLocalizedFieldValue(FieldProperties field, MdmValue value, RegionProperties region, DimensionsManager dimensionsManager, Locale formatLocale)
          Formats the field value (or multi-values) based on the field properties definitions and format locale.
 



Copyright 2004-2007 by SAP AG. All Rights Reserved.

SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.