com.ibm.commerce.negotiation.commands

Class CreateAuctionStyleCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • CreateAuctionStyleCmdImpl

        public CreateAuctionStyleCmdImpl()
        CreateAuctionStyleCmdImpl constructor.
    • Method Detail

      • getResources

        public AccessVector getResources()
                                  throws ECException
        Gets the access vector accessed by this command. The default implementation returns null indicating that no protectable resource is accessed by this command. It is the responsibilities of the command writer to return the protectable primary resource(s) and the corresponding actions accessed by this command.

        Specified by:
        getResources in interface ECCommand
        Overrides:
        getResources in class AbstractECTargetableCommand
        Returns:
        AccessVector - a vector of resource action pairs
        Throws:
        ECException - if any errors are encountered.