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 for
EnrollmentCheckCommand.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperform(EnrollmentCheckRequest request) perform command for a given request RMethods inherited from class de.hybris.platform.payment.commands.impl.GenericMockCommand
genericPerform
-
Constructor Details
-
EnrollmentCheckMockCommand
public EnrollmentCheckMockCommand()
-
-
Method Details
-
perform
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
-