com.ibm.commerce.contract.facade.server.commands

Class GetBusinessAccountCmdImpl

  • All Implemented Interfaces:
    GetBusinessAccountCmd, BusinessObjectDocumentCmd, 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 GetBusinessAccountCmdImpl
    extends AbstractGetBusinessObjectDocumentCmdImpl
    implements GetBusinessAccountCmd
    This command gets business accounts based on the search criteria and the access profile. The parent class will call the FetchBusinessAccountCmd command to get the nouns, and the method buildShowBusinessObjectDocument returns the response business object document.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • GetBusinessAccountCmdImpl

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

      • setGetBusinessAccount

        public void setGetBusinessAccount(GetBusinessAccountType getBusinessAccount)
        This method sets the GetBusinessAccountType business object document that this command will process.
        Specified by:
        setGetBusinessAccount in interface GetBusinessAccountCmd
        Parameters:
        getBusinessAccount - The GetBusinessAccountType business object document.
      • getShowBusinessAccount

        public ShowBusinessAccountType getShowBusinessAccount()
        This method gets the ShowBusinessAccountType business object document result.
        Specified by:
        getShowBusinessAccount in interface GetBusinessAccountCmd
        Returns:
        This method returns the ShowBusinessAccountType business object document result to the client.