net.authorize.api.controller.base
Interface IApiOperation<Q extends ANetApiRequest,S extends ANetApiResponse>

All Known Implementing Classes:
ApiOperationBase, ARBCancelSubscriptionController, ARBCreateSubscriptionController, ARBGetSubscriptionListController, ARBGetSubscriptionStatusController, ARBUpdateSubscriptionController, AuthenticateTestController, CreateCustomerPaymentProfileController, CreateCustomerProfileController, CreateCustomerProfileFromTransactionConroller, CreateCustomerShippingAddressController, CreateFingerPrintController, CreateTransactionController, DeleteCustomerPaymentProfileController, DeleteCustomerProfileController, DeleteCustomerShippingAddressController, GetBatchStatisticsController, GetCustomerPaymentProfileController, GetCustomerProfileController, GetCustomerProfileIdsController, GetCustomerShippingAddressController, GetHostedProfilePageController, GetSettledBatchListController, GetTransactionDetailsController, GetTransactionListController, GetUnsettledTransactionListController, IsAliveController, LogoutController, MobileDeviceLoginController, MobileDeviceRegistrationController, SendCustomerTransactionReceiptController, UpdateCustomerPaymentProfileController, UpdateCustomerProfileController, UpdateCustomerShippingAddressController, UpdateSplitTenderGroupController, ValidateCustomerPaymentProfileController

public interface IApiOperation<Q extends ANetApiRequest,S extends ANetApiResponse>

Author:
ramittal

Method Summary
 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()

getResults

List<String> getResults()


Copyright © 2014. All Rights Reserved.