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