com.ibm.commerce.subscription.facade.datatypes.util

Class SubscriptionAdapterFactory

  • java.lang.Object
    • org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      • com.ibm.commerce.subscription.facade.datatypes.util.SubscriptionAdapterFactory
  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.AdapterFactory


    public class SubscriptionAdapterFactory
    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:
    SubscriptionPackage
    • Constructor Detail

      • SubscriptionAdapterFactory

        public SubscriptionAdapterFactory()
        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.
      • createAcknowledgeSubscriptionDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createAcknowledgeSubscriptionDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Acknowledge Subscription Data Area 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:
        AcknowledgeSubscriptionDataAreaType
      • createAcknowledgeSubscriptionTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createAcknowledgeSubscriptionTypeAdapter()
        Creates a new adapter for an object of class 'Acknowledge Subscription 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:
        AcknowledgeSubscriptionType
      • createChangeSubscriptionDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createChangeSubscriptionDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Change Subscription Data Area 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:
        ChangeSubscriptionDataAreaType
      • createChangeSubscriptionTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createChangeSubscriptionTypeAdapter()
        Creates a new adapter for an object of class 'Change Subscription 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:
        ChangeSubscriptionType
      • createDocumentRootAdapter

        public org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
        Creates a new adapter for an object of class 'Document 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:
        DocumentRoot
      • createGetSubscriptionDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createGetSubscriptionDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Get Subscription Data Area 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:
        GetSubscriptionDataAreaType
      • createGetSubscriptionTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createGetSubscriptionTypeAdapter()
        Creates a new adapter for an object of class 'Get Subscription 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:
        GetSubscriptionType
      • createProcessSubscriptionDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createProcessSubscriptionDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Process Subscription Data Area 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:
        ProcessSubscriptionDataAreaType
      • createProcessSubscriptionTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createProcessSubscriptionTypeAdapter()
        Creates a new adapter for an object of class 'Process Subscription 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:
        ProcessSubscriptionType
      • createRespondSubscriptionDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createRespondSubscriptionDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Respond Subscription Data Area 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:
        RespondSubscriptionDataAreaType
      • createRespondSubscriptionTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createRespondSubscriptionTypeAdapter()
        Creates a new adapter for an object of class 'Respond Subscription 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:
        RespondSubscriptionType
      • createShowSubscriptionDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createShowSubscriptionDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Show Subscription Data Area 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:
        ShowSubscriptionDataAreaType
      • createShowSubscriptionTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createShowSubscriptionTypeAdapter()
        Creates a new adapter for an object of class 'Show Subscription 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:
        ShowSubscriptionType
      • createSubscriptionPurchaseDetailsTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createSubscriptionPurchaseDetailsTypeAdapter()
        Creates a new adapter for an object of class 'Purchase Details 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:
        SubscriptionPurchaseDetailsType
      • createSubscriptionRenewalInfoTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createSubscriptionRenewalInfoTypeAdapter()
        Creates a new adapter for an object of class 'Renewal Info 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:
        SubscriptionRenewalInfoType
      • createSubscriptionSuspendedPeriodTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createSubscriptionSuspendedPeriodTypeAdapter()
        Creates a new adapter for an object of class 'Suspended Period 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:
        SubscriptionSuspendedPeriodType
      • createSubscriptionTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createSubscriptionTypeAdapter()
        Creates a new adapter for an object of class '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:
        SubscriptionType
      • createBusinessObjectDocumentTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createBusinessObjectDocumentTypeAdapter()
        Creates a new adapter for an object of class 'Business Object Document 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:
        BusinessObjectDocumentType
      • 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.