com.ibm.commerce.location.facade.server.commands

Interface GetPointOfInterestCmd

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


    public interface GetPointOfInterestCmd
    extends BusinessObjectDocumentCmd
    This is the interface for the Get PointOfInterest web service command. This interface is to be implemented by the class that provides the PointOfInterest get service. This interface defines a method to set the GetPointOfInterestType object which contains the xpath request. It also defines a method to get the ShowPointOfInterestType 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

      • setGetPointOfInterest

        void setGetPointOfInterest(GetPointOfInterestType getPointOfInterest)
        This method sets the GetPointOfInterestType business object document that this command will process.
        Parameters:
        getPointOfInterest - The GetPointOfInterestType business object document.
      • getShowPointOfInterest

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