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

Class GetPointOfInterestCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, GetPointOfInterestCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class GetPointOfInterestCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetPointOfInterestCmd
    This command gets activities based on the search criteria and the access profile. The parent class will call the FetchPointOfInterestCmd command to get the nouns, and the method buildShowBusinessObjectDocument returns the response business object document.
    See Also:
    Serialized Form
    • Constructor Detail

      • GetPointOfInterestCmdImpl

        public GetPointOfInterestCmdImpl()
        This method is the default constructor. It performs no actions.
    • Method Detail

      • setGetPointOfInterest

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

        public ShowPointOfInterestType getShowPointOfInterest()
        This method gets the ShowPointOfInterestType business object document result.
        Specified by:
        getShowPointOfInterest in interface GetPointOfInterestCmd
        Returns:
        This method returns the ShowPointOfInterestType business object document result to the client.