com.ibm.commerce.inventory.facade.datatypes.util

Class InventoryAdapterFactory

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


    public class InventoryAdapterFactory
    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:
    InventoryPackage
    • Constructor Detail

      • InventoryAdapterFactory

        public InventoryAdapterFactory()
        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.
      • createAcknowledgeInventoryRequirementDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createAcknowledgeInventoryRequirementDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Acknowledge Inventory Requirement 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:
        AcknowledgeInventoryRequirementDataAreaType
      • createAcknowledgeInventoryRequirementTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createAcknowledgeInventoryRequirementTypeAdapter()
        Creates a new adapter for an object of class 'Acknowledge Inventory Requirement 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:
        AcknowledgeInventoryRequirementType
      • createChangeInventoryAvailabilityDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createChangeInventoryAvailabilityDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Change Inventory Availability 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:
        ChangeInventoryAvailabilityDataAreaType
      • createChangeInventoryAvailabilityTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createChangeInventoryAvailabilityTypeAdapter()
        Creates a new adapter for an object of class 'Change Inventory Availability 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:
        ChangeInventoryAvailabilityType
      • 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
      • createExpectedInventoryDetailExternalIdentifierTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createExpectedInventoryDetailExternalIdentifierTypeAdapter()
        Creates a new adapter for an object of class 'Expected Inventory Detail External Identifier 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:
        ExpectedInventoryDetailExternalIdentifierType
      • createExpectedInventoryDetailIdentifierTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createExpectedInventoryDetailIdentifierTypeAdapter()
        Creates a new adapter for an object of class 'Expected Inventory Detail Identifier 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:
        ExpectedInventoryDetailIdentifierType
      • createExpectedInventoryDetailTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createExpectedInventoryDetailTypeAdapter()
        Creates a new adapter for an object of class 'Expected Inventory Detail 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:
        ExpectedInventoryDetailType
      • createExpectedInventoryRecordTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createExpectedInventoryRecordTypeAdapter()
        Creates a new adapter for an object of class 'Expected Inventory Record 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:
        ExpectedInventoryRecordType
      • createExpectedInventoryTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createExpectedInventoryTypeAdapter()
        Creates a new adapter for an object of class 'Expected Inventory 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:
        ExpectedInventoryType
      • createFulfillmentCenterInventoryAvailabilityTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createFulfillmentCenterInventoryAvailabilityTypeAdapter()
        Creates a new adapter for an object of class 'Fulfillment Center Inventory Availability 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:
        FulfillmentCenterInventoryAvailabilityType
      • createGetInventoryAvailabilityDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createGetInventoryAvailabilityDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Get Inventory Availability 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:
        GetInventoryAvailabilityDataAreaType
      • createGetInventoryAvailabilityTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createGetInventoryAvailabilityTypeAdapter()
        Creates a new adapter for an object of class 'Get Inventory Availability 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:
        GetInventoryAvailabilityType
      • createInventoryAdjustmentCodeTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createInventoryAdjustmentCodeTypeAdapter()
        Creates a new adapter for an object of class 'Adjustment Code 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:
        InventoryAdjustmentCodeType
      • createInventoryAdjustmentTypeAdapter

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

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

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

        public org.eclipse.emf.common.notify.Adapter createProcessInventoryRequirementDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Process Inventory Requirement 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:
        ProcessInventoryRequirementDataAreaType
      • createProcessInventoryRequirementTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createProcessInventoryRequirementTypeAdapter()
        Creates a new adapter for an object of class 'Process Inventory Requirement 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:
        ProcessInventoryRequirementType
      • createRespondInventoryAvailabilityDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createRespondInventoryAvailabilityDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Respond Inventory Availability 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:
        RespondInventoryAvailabilityDataAreaType
      • createRespondInventoryAvailabilityTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createRespondInventoryAvailabilityTypeAdapter()
        Creates a new adapter for an object of class 'Respond Inventory Availability 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:
        RespondInventoryAvailabilityType
      • createShowInventoryAvailabilityDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createShowInventoryAvailabilityDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Show Inventory Availability 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:
        ShowInventoryAvailabilityDataAreaType
      • createShowInventoryAvailabilityTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createShowInventoryAvailabilityTypeAdapter()
        Creates a new adapter for an object of class 'Show Inventory Availability 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:
        ShowInventoryAvailabilityType
      • createSyncInventoryAvailabilityDataAreaTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createSyncInventoryAvailabilityDataAreaTypeAdapter()
        Creates a new adapter for an object of class 'Sync Inventory Availability 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:
        SyncInventoryAvailabilityDataAreaType
      • createSyncInventoryAvailabilityTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createSyncInventoryAvailabilityTypeAdapter()
        Creates a new adapter for an object of class 'Sync Inventory Availability 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:
        SyncInventoryAvailabilityType
      • 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.