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

Class AbstractFetchContractCmdImpl

  • java.lang.Object
    • com.ibm.commerce.contract.facade.server.commands.AbstractFetchContractCmdImpl
  • All Implemented Interfaces:
    com.ibm.commerce.contract.facade.server.commands.FetchContractCmd, com.ibm.websphere.command.Command, java.io.Serializable
    Direct Known Subclasses:
    FetchContractByExtParameterCmdImpl, FetchContractByIdentifierCmdImpl


    public abstract class AbstractFetchContractCmdImpl
    extends java.lang.Object
    implements com.ibm.commerce.contract.facade.server.commands.FetchContractCmd
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractFetchContractCmdImpl

        public AbstractFetchContractCmdImpl()
        default constructor
    • Method Detail

      • execute

        public void execute()
                     throws ECException
        This method call ComposeContractFromAccessBeanCmd to compose ContractType
        Specified by:
        execute in interface com.ibm.websphere.command.Command
        Throws:
        ECException
        See Also:
        Command.execute()
      • isReadyToCallExecute

        public boolean isReadyToCallExecute()
        Specified by:
        isReadyToCallExecute in interface com.ibm.websphere.command.Command
        See Also:
        Command.isReadyToCallExecute()
      • reset

        public void reset()
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        See Also:
        Command.reset()
      • getShow

        public ShowType getShow()
        Specified by:
        getShow in interface com.ibm.commerce.contract.facade.server.commands.FetchContractCmd
        See Also:
        FetchContractCmd.getShow()
      • getContracts

        public java.util.List getContracts()
        Specified by:
        getContracts in interface com.ibm.commerce.contract.facade.server.commands.FetchContractCmd
        See Also:
        FetchContractCmd.getContracts()
      • setGet

        public void setGet(GetType getVerb)
        Specified by:
        setGet in interface com.ibm.commerce.contract.facade.server.commands.FetchContractCmd
        See Also:
        FetchContractCmd.setGet(com.ibm.commerce.oagis9.datatypes.GetType)