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