Class DeleteSubscriptionMockCommand
java.lang.Object
de.hybris.platform.payment.commands.impl.GenericMockCommand
de.hybris.platform.payment.commands.impl.DeleteSubscriptionMockCommand
- All Implemented Interfaces:
Command<DeleteSubscriptionRequest,,SubscriptionResult> DeleteSubscriptionCommand
public class DeleteSubscriptionMockCommand
extends GenericMockCommand
implements DeleteSubscriptionCommand
A mockup Implementation for
DeleteSubscriptionCommand. The implementation allows to run tests of the payment
module without actually paying a dime for it.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperform(DeleteSubscriptionRequest request) perform command for a given request RMethods inherited from class de.hybris.platform.payment.commands.impl.GenericMockCommand
genericPerform
-
Constructor Details
-
DeleteSubscriptionMockCommand
public DeleteSubscriptionMockCommand()
-
-
Method Details
-
perform
Description copied from interface:Commandperform command for a given request R- Specified by:
performin interfaceCommand<DeleteSubscriptionRequest,SubscriptionResult> - Parameters:
request- request to perform- Returns:
- outcome O of command
-