com.ibm.commerce.infrastructure.facade.server.entity.datatypes.util

Class InfrastructureEntityAdapterFactory

  • java.lang.Object
    • org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      • com.ibm.commerce.infrastructure.facade.server.entity.datatypes.util.InfrastructureEntityAdapterFactory
  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.AdapterFactory


    public class InfrastructureEntityAdapterFactory
    extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
    The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.
    See Also:
    InfrastructureEntityPackage
    • Constructor Detail

      • InfrastructureEntityAdapterFactory

        public InfrastructureEntityAdapterFactory()
        Creates an instance of the adapter factory.
    • Method Detail

      • isFactoryForType

        public boolean isFactoryForType(java.lang.Object object)
        Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
        Specified by:
        isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
        Overrides:
        isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Returns:
        whether this factory is applicable for the type of the object.
      • createAdapter

        public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
        Creates an adapter for the target.
        Overrides:
        createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Parameters:
        target - the object to adapt.
        Returns:
        the adapter for the target.
      • createInfrastructureRootAdapter

        public org.eclipse.emf.common.notify.Adapter createInfrastructureRootAdapter()
        Creates a new adapter for an object of class 'Infrastructure Root'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        InfrastructureRoot
      • createCurlistAdapter

        public org.eclipse.emf.common.notify.Adapter createCurlistAdapter()
        Creates a new adapter for an object of class 'Curlist'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Curlist
      • createFolderAdapter

        public org.eclipse.emf.common.notify.Adapter createFolderAdapter()
        Creates a new adapter for an object of class 'Folder'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Folder
      • createFolderItemAdapter

        public org.eclipse.emf.common.notify.Adapter createFolderItemAdapter()
        Creates a new adapter for an object of class 'Folder Item'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        FolderItem
      • createMbrroleAdapter

        public org.eclipse.emf.common.notify.Adapter createMbrroleAdapter()
        Creates a new adapter for an object of class 'Mbrrole'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Mbrrole
      • createPageLayoutAdapter

        public org.eclipse.emf.common.notify.Adapter createPageLayoutAdapter()
        Creates a new adapter for an object of class 'Page Layout'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PageLayout
      • createPageLayoutTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createPageLayoutTypeAdapter()
        Creates a new adapter for an object of class 'Page Layout Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        PageLayoutType
      • createSEOPageDefinitionAdapter

        public org.eclipse.emf.common.notify.Adapter createSEOPageDefinitionAdapter()
        Creates a new adapter for an object of class 'SEO Page Definition'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SEOPageDefinition
      • createSEOPageDefinitionDescriptionAdapter

        public org.eclipse.emf.common.notify.Adapter createSEOPageDefinitionDescriptionAdapter()
        Creates a new adapter for an object of class 'SEO Page Definition Description'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SEOPageDefinitionDescription
      • createSEOPageDefinitionOverrideAdapter

        public org.eclipse.emf.common.notify.Adapter createSEOPageDefinitionOverrideAdapter()
        Creates a new adapter for an object of class 'SEO Page Definition Override'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SEOPageDefinitionOverride
      • createSEOSubstitutionParameterAdapter

        public org.eclipse.emf.common.notify.Adapter createSEOSubstitutionParameterAdapter()
        Creates a new adapter for an object of class 'SEO Substitution Parameter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SEOSubstitutionParameter
      • createSEORedirectAdapter

        public org.eclipse.emf.common.notify.Adapter createSEORedirectAdapter()
        Creates a new adapter for an object of class 'SEO Redirect'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SEORedirect
      • createSEORedirectTrafficAdapter

        public org.eclipse.emf.common.notify.Adapter createSEORedirectTrafficAdapter()
        Creates a new adapter for an object of class 'SEO Redirect Traffic'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SEORedirectTraffic
      • createSEOTokenUsageTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createSEOTokenUsageTypeAdapter()
        Creates a new adapter for an object of class 'SEO Token Usage Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SEOTokenUsageType
      • createSEOUrlAdapter

        public org.eclipse.emf.common.notify.Adapter createSEOUrlAdapter()
        Creates a new adapter for an object of class 'SEO Url'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SEOUrl
      • createSEOUrlKeywordAdapter

        public org.eclipse.emf.common.notify.Adapter createSEOUrlKeywordAdapter()
        Creates a new adapter for an object of class 'SEO Url Keyword'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        SEOUrlKeyword
      • createStaddressAdapter

        public org.eclipse.emf.common.notify.Adapter createStaddressAdapter()
        Creates a new adapter for an object of class 'Staddress'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Staddress
      • createStoreAdapter

        public org.eclipse.emf.common.notify.Adapter createStoreAdapter()
        Creates a new adapter for an object of class 'Store'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Store
      • createStoreconfAdapter

        public org.eclipse.emf.common.notify.Adapter createStoreconfAdapter()
        Creates a new adapter for an object of class 'Storeconf'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Storeconf
      • createStoredefcatAdapter

        public org.eclipse.emf.common.notify.Adapter createStoredefcatAdapter()
        Creates a new adapter for an object of class 'Storedefcat'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Storedefcat
      • createStoreentAdapter

        public org.eclipse.emf.common.notify.Adapter createStoreentAdapter()
        Creates a new adapter for an object of class 'Storeent'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Storeent
      • createStoreentdsAdapter

        public org.eclipse.emf.common.notify.Adapter createStoreentdsAdapter()
        Creates a new adapter for an object of class 'Storeentds'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Storeentds
      • createStorelangAdapter

        public org.eclipse.emf.common.notify.Adapter createStorelangAdapter()
        Creates a new adapter for an object of class 'Storelang'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Storelang
      • createStorePageLayoutTypeRelationAdapter

        public org.eclipse.emf.common.notify.Adapter createStorePageLayoutTypeRelationAdapter()
        Creates a new adapter for an object of class 'Store Page Layout Type Relation'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        StorePageLayoutTypeRelation
      • createStorerelAdapter

        public org.eclipse.emf.common.notify.Adapter createStorerelAdapter()
        Creates a new adapter for an object of class 'Storerel'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Storerel
      • createStreltypAdapter

        public org.eclipse.emf.common.notify.Adapter createStreltypAdapter()
        Creates a new adapter for an object of class 'Streltyp'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Streltyp
      • createStreltypdsAdapter

        public org.eclipse.emf.common.notify.Adapter createStreltypdsAdapter()
        Creates a new adapter for an object of class 'Streltypds'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        Streltypds
      • createEObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
        Creates a new adapter for the default case. This default implementation returns null.
        Returns:
        the new adapter.