com.ibm.commerce.infrastructure.facade.server.metadata

Class InfrastructureMetadata



  • public class InfrastructureMetadata
    extends ComponentMetadata
    This class provides the infrastructure metadata for the data service layer and common utility methods.
    • Field Detail

      • COMPONENT_NAME

        public static final java.lang.String COMPONENT_NAME
        Infrastructure component name
        See Also:
        Constant Field Values
      • STORE_STATUS_ENUMERATION

        public static final java.lang.String STORE_STATUS_ENUMERATION
        Constant for the store status value mapping
        See Also:
        Constant Field Values
      • SEO_CONFIG_SECTION

        public static final java.lang.String SEO_CONFIG_SECTION
        Constant for the store status value mapping
        See Also:
        Constant Field Values
      • STORE_STATUS_SUSPENDED_VALUE

        public static final int STORE_STATUS_SUSPENDED_VALUE
        Constant for the store suspended status
        See Also:
        Constant Field Values
      • STORE_STATUS_CLOSED_VALUE

        public static final int STORE_STATUS_CLOSED_VALUE
        Constant for the store closed status
        See Also:
        Constant Field Values
      • STORE_STATUS_OPEN_VALUE

        public static final int STORE_STATUS_OPEN_VALUE
        Constant for the store open status
        See Also:
        Constant Field Values
    • Constructor Detail

      • InfrastructureMetadata

        public InfrastructureMetadata()
    • Method Detail

      • getEPackageName

        public java.lang.String getEPackageName()
        This method gets the infrastructure physical SDO EPackage name.
        Specified by:
        getEPackageName in class ComponentMetadata
        Returns:
        This method returns the infrastructure physical SDO EPackage name.
      • getRootEClass

        public org.eclipse.emf.ecore.EClass getRootEClass()
        This method gets the root class.
        Overrides:
        getRootEClass in class ComponentMetadata
        Returns:
        This method returns the root class.
      • getDataServiceFacade

        public static DataServiceFacade getDataServiceFacade()
        This method returns the data service facade to use for interaction with the persistence layer.
        Returns:
        This method returns the data service facade to use for interaction with the persistence layer.