Interface IApiOperation<Q extends ANetApiRequest,S extends ANetApiResponse>
-
- All Known Implementing Classes:
ApiOperationBase
,ARBCancelSubscriptionController
,ARBCreateSubscriptionController
,ARBGetSubscriptionController
,ARBGetSubscriptionListController
,ARBGetSubscriptionStatusController
,ARBUpdateSubscriptionController
,AuthenticateTestController
,CreateCustomerPaymentProfileController
,CreateCustomerProfileController
,CreateCustomerProfileFromTransactionController
,CreateCustomerProfileTransactionController
,CreateCustomerShippingAddressController
,CreateFingerPrintController
,CreateTransactionController
,DecryptPaymentDataController
,DeleteCustomerPaymentProfileController
,DeleteCustomerProfileController
,DeleteCustomerShippingAddressController
,GetAUJobDetailsController
,GetAUJobSummaryController
,GetBatchStatisticsController
,GetCustomerPaymentProfileController
,GetCustomerPaymentProfileListController
,GetCustomerPaymentProfileNonceController
,GetCustomerProfileController
,GetCustomerProfileIdsController
,GetCustomerShippingAddressController
,GetHostedPaymentPageController
,GetHostedProfilePageController
,GetMerchantDetailsController
,GetSettledBatchListController
,GetTransactionDetailsController
,GetTransactionListController
,GetTransactionListForCustomerController
,GetUnsettledTransactionListController
,IsAliveController
,LogoutController
,MobileDeviceLoginController
,MobileDeviceRegistrationController
,SecurePaymentContainerController
,SendCustomerTransactionReceiptController
,UpdateCustomerPaymentProfileController
,UpdateCustomerProfileController
,UpdateCustomerShippingAddressController
,UpdateHeldTransactionController
,UpdateMerchantDetailsController
,UpdateSplitTenderGroupController
,ValidateCustomerPaymentProfileController
public interface IApiOperation<Q extends ANetApiRequest,S extends ANetApiResponse>
- Author:
- ramittal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute()
void
execute(Environment environment)
S
executeWithApiResponse()
S
executeWithApiResponse(Environment environment)
S
getApiResponse()
ANetApiResponse
getErrorResponse()
MessageTypeEnum
getResultCode()
List<String>
getResults()
-
-
-
Method Detail
-
getApiResponse
S getApiResponse()
-
getErrorResponse
ANetApiResponse getErrorResponse()
-
executeWithApiResponse
S executeWithApiResponse()
-
executeWithApiResponse
S executeWithApiResponse(Environment environment)
-
execute
void execute()
-
execute
void execute(Environment environment)
-
getResultCode
MessageTypeEnum getResultCode()
-
-