com.ibm.commerce.search.facade.server.commands

Interface GetSearchTermAssociationCmd

  • All Superinterfaces:
    BusinessObjectDocumentCmd, com.ibm.websphere.command.Command, java.io.Serializable
    All Known Implementing Classes:
    GetSearchTermAssociationCmdImpl


    public interface GetSearchTermAssociationCmd
    extends BusinessObjectDocumentCmd
    This is the interface for the Get SearchTermAssociation web service command. This interface is to be implemented by the class that provides the SearchTermAssociation get service. This interface defines a method to set the GetSearchTermAssociationType object which contains the xpath request. It also defines a method to get the ShowSearchTermAssociationType object which contains the information used to compose the show business object document.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • setGetSearchTermAssociation

        void setGetSearchTermAssociation(GetSearchTermAssociationType getSearchTermAssociation)
        This method sets the GetSearchTermAssociationType business object document that this command will process.
        Parameters:
        getSearchTermAssociation - The GetSearchTermAssociationType business object document.
      • getShowSearchTermAssociation

        ShowSearchTermAssociationType getShowSearchTermAssociation()
        This method gets the ShowSearchTermAssociationType business object document result.
        Returns:
        This method returns the ShowSearchTermAssociationType business object document result to the client.