com.ibm.commerce.member.facade.server.commands

Interface FetchPersonCmd

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


    public interface FetchPersonCmd
    extends com.ibm.websphere.command.Command
    Fetches persons found based on the GetType search criteria. Returns a list of UserDataBean representing the Persons
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.List getPersons()
      Returns a list of UserDataBean representing the Persons found based on the GetType search criteria.
      ShowType getShow()
      Returns the show verb that represents the results returned.
      void setGet(GetType getVerb)
      This method sets the get expression to base the fetch operation on.
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, isReadyToCallExecute, reset
    • Field Detail

      • COPYRIGHT

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

      • getShow

        ShowType getShow()
        Returns the show verb that represents the results returned.
        Returns:
        The show verb that corresponds with the results returned.
      • getPersons

        java.util.List getPersons()
        Returns a list of UserDataBean representing the Persons found based on the GetType search criteria.
        Returns:
        A list of UserDataBean
      • setGet

        void setGet(GetType getVerb)
        This method sets the get expression to base the fetch operation on.
        Parameters:
        getVerb - The get expression to execute.