Class StandaloneRefundMockCommand
- java.lang.Object
-
- de.hybris.platform.payment.commands.impl.GenericMockCommand
-
- de.hybris.platform.payment.commands.impl.StandaloneRefundMockCommand
-
- All Implemented Interfaces:
Command<StandaloneRefundRequest,RefundResult>,StandaloneRefundCommand<StandaloneRefundRequest>
public class StandaloneRefundMockCommand extends GenericMockCommand implements StandaloneRefundCommand<StandaloneRefundRequest>
A mockup Implementation forStandaloneRefundCommand.
-
-
Constructor Summary
Constructors Constructor Description StandaloneRefundMockCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RefundResultperform(StandaloneRefundRequest request)perform command for a given request R-
Methods inherited from class de.hybris.platform.payment.commands.impl.GenericMockCommand
genericPerform
-
-
-
-
Method Detail
-
perform
public RefundResult perform(StandaloneRefundRequest request)
Description copied from interface:Commandperform command for a given request R- Specified by:
performin interfaceCommand<StandaloneRefundRequest,RefundResult>- Specified by:
performin interfaceStandaloneRefundCommand<StandaloneRefundRequest>- Parameters:
request- request to perform- Returns:
- outcome O of command
-
-