com.ibm.commerce.search.facade.datatypes

Interface SearchFactory

  • All Superinterfaces:
    org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface SearchFactory
    extends org.eclipse.emf.ecore.EFactory
    The Factory for the model. It provides a create method for each non-abstract class of the model.
    See Also:
    SearchPackage
    • Field Detail

      • eINSTANCE

        static final SearchFactory eINSTANCE
        The singleton instance of the factory.
    • Method Detail

      • createAcknowledgeSearchTermAssociationDataAreaType

        AcknowledgeSearchTermAssociationDataAreaType createAcknowledgeSearchTermAssociationDataAreaType()
        Returns a new object of class 'Acknowledge Search Term Association Data Area Type'.
        Returns:
        a new object of class 'Acknowledge Search Term Association Data Area Type'.
      • createAcknowledgeSearchTermAssociationType

        AcknowledgeSearchTermAssociationType createAcknowledgeSearchTermAssociationType()
        Returns a new object of class 'Acknowledge Search Term Association Type'.
        Returns:
        a new object of class 'Acknowledge Search Term Association Type'.
      • createChangeSearchTermAssociationDataAreaType

        ChangeSearchTermAssociationDataAreaType createChangeSearchTermAssociationDataAreaType()
        Returns a new object of class 'Change Search Term Association Data Area Type'.
        Returns:
        a new object of class 'Change Search Term Association Data Area Type'.
      • createChangeSearchTermAssociationType

        ChangeSearchTermAssociationType createChangeSearchTermAssociationType()
        Returns a new object of class 'Change Search Term Association Type'.
        Returns:
        a new object of class 'Change Search Term Association Type'.
      • createDocumentRoot

        DocumentRoot createDocumentRoot()
        Returns a new object of class 'Document Root'.
        Returns:
        a new object of class 'Document Root'.
      • createGetSearchTermAssociationDataAreaType

        GetSearchTermAssociationDataAreaType createGetSearchTermAssociationDataAreaType()
        Returns a new object of class 'Get Search Term Association Data Area Type'.
        Returns:
        a new object of class 'Get Search Term Association Data Area Type'.
      • createGetSearchTermAssociationType

        GetSearchTermAssociationType createGetSearchTermAssociationType()
        Returns a new object of class 'Get Search Term Association Type'.
        Returns:
        a new object of class 'Get Search Term Association Type'.
      • createProcessSearchTermAssociationDataAreaType

        ProcessSearchTermAssociationDataAreaType createProcessSearchTermAssociationDataAreaType()
        Returns a new object of class 'Process Search Term Association Data Area Type'.
        Returns:
        a new object of class 'Process Search Term Association Data Area Type'.
      • createProcessSearchTermAssociationType

        ProcessSearchTermAssociationType createProcessSearchTermAssociationType()
        Returns a new object of class 'Process Search Term Association Type'.
        Returns:
        a new object of class 'Process Search Term Association Type'.
      • createRespondSearchTermAssociationDataAreaType

        RespondSearchTermAssociationDataAreaType createRespondSearchTermAssociationDataAreaType()
        Returns a new object of class 'Respond Search Term Association Data Area Type'.
        Returns:
        a new object of class 'Respond Search Term Association Data Area Type'.
      • createRespondSearchTermAssociationType

        RespondSearchTermAssociationType createRespondSearchTermAssociationType()
        Returns a new object of class 'Respond Search Term Association Type'.
        Returns:
        a new object of class 'Respond Search Term Association Type'.
      • createSearchTermAssociationType

        SearchTermAssociationType createSearchTermAssociationType()
        Returns a new object of class 'Term Association Type'.
        Returns:
        a new object of class 'Term Association Type'.
      • createShowSearchTermAssociationDataAreaType

        ShowSearchTermAssociationDataAreaType createShowSearchTermAssociationDataAreaType()
        Returns a new object of class 'Show Search Term Association Data Area Type'.
        Returns:
        a new object of class 'Show Search Term Association Data Area Type'.
      • createShowSearchTermAssociationType

        ShowSearchTermAssociationType createShowSearchTermAssociationType()
        Returns a new object of class 'Show Search Term Association Type'.
        Returns:
        a new object of class 'Show Search Term Association Type'.
      • createStatisticsType

        com.ibm.commerce.search.facade.datatypes.StatisticsType createStatisticsType()
        Returns a new object of class 'Statistics Type'.
        Returns:
        a new object of class 'Statistics Type'.
      • getSearchPackage

        com.ibm.commerce.search.facade.datatypes.SearchPackage getSearchPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.