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

Interface GetPersonCmd

  • All Known Implementing Classes:
    GetPersonCmdImpl


    public interface GetPersonCmd
    The interface for getting persons
    • Field Detail

      • COPYRIGHT

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

      • setGetPerson

        void setGetPerson(GetPersonType getPerson)
        A set method for GetPerson
        Parameters:
        getPerson - the GetPerson BOD that GetPersonCmd would execute
      • getShowPerson

        ShowPersonType getShowPerson()
        Provide a get method to get the result (ShowPersonType BOD)
        Returns:
        ShowPersonType the ShowPersonType BOD would return to the client