Class RecurrentPaymentToolsSrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.damsel.payment_processing.RecurrentPaymentToolsSrv.Client
- All Implemented Interfaces:
RecurrentPaymentToolsSrv.Iface
- Enclosing class:
- RecurrentPaymentToolsSrv
public static class RecurrentPaymentToolsSrv.Client
extends org.apache.thrift.TServiceClient
implements RecurrentPaymentToolsSrv.Iface
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
interceptor, iprot_, oprot_, seqid_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(RecurrentPaymentToolParams params) getEvents(String id, EventRange range) recvGet()voidsendAbandon(String id) voidsendCreate(RecurrentPaymentToolParams params) voidvoidsendGetEvents(String id, EventRange range) Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getInterceptor, getOutputProtocol, receiveBase, sendBase, sendBaseOneway, setInterceptor
-
Constructor Details
-
Client
public Client(org.apache.thrift.protocol.TProtocol prot) -
Client
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
Method Details
-
create
public RecurrentPaymentTool create(RecurrentPaymentToolParams params) throws InvalidPartyStatus, InvalidShopStatus, ShopNotFound, PartyNotFound, InvalidContractStatus, OperationNotPermitted, InvalidPaymentMethod, org.apache.thrift.TException - Specified by:
createin interfaceRecurrentPaymentToolsSrv.Iface- Throws:
InvalidPartyStatusInvalidShopStatusShopNotFoundPartyNotFoundInvalidContractStatusOperationNotPermittedInvalidPaymentMethodorg.apache.thrift.TException
-
sendCreate
- Throws:
org.apache.thrift.TException
-
recvCreate
public RecurrentPaymentTool recvCreate() throws InvalidPartyStatus, InvalidShopStatus, ShopNotFound, PartyNotFound, InvalidContractStatus, OperationNotPermitted, InvalidPaymentMethod, org.apache.thrift.TException- Throws:
InvalidPartyStatusInvalidShopStatusShopNotFoundPartyNotFoundInvalidContractStatusOperationNotPermittedInvalidPaymentMethodorg.apache.thrift.TException
-
abandon
public RecurrentPaymentTool abandon(String id) throws RecurrentPaymentToolNotFound, InvalidRecurrentPaymentToolStatus, org.apache.thrift.TException - Specified by:
abandonin interfaceRecurrentPaymentToolsSrv.Iface- Throws:
RecurrentPaymentToolNotFoundInvalidRecurrentPaymentToolStatusorg.apache.thrift.TException
-
sendAbandon
- Throws:
org.apache.thrift.TException
-
recvAbandon
public RecurrentPaymentTool recvAbandon() throws RecurrentPaymentToolNotFound, InvalidRecurrentPaymentToolStatus, org.apache.thrift.TException- Throws:
RecurrentPaymentToolNotFoundInvalidRecurrentPaymentToolStatusorg.apache.thrift.TException
-
get
public RecurrentPaymentTool get(String id) throws RecurrentPaymentToolNotFound, org.apache.thrift.TException - Specified by:
getin interfaceRecurrentPaymentToolsSrv.Iface- Throws:
RecurrentPaymentToolNotFoundorg.apache.thrift.TException
-
sendGet
- Throws:
org.apache.thrift.TException
-
recvGet
public RecurrentPaymentTool recvGet() throws RecurrentPaymentToolNotFound, org.apache.thrift.TException- Throws:
RecurrentPaymentToolNotFoundorg.apache.thrift.TException
-
getEvents
public List<RecurrentPaymentToolEvent> getEvents(String id, EventRange range) throws RecurrentPaymentToolNotFound, EventNotFound, org.apache.thrift.TException - Specified by:
getEventsin interfaceRecurrentPaymentToolsSrv.Iface- Throws:
RecurrentPaymentToolNotFoundEventNotFoundorg.apache.thrift.TException
-
sendGetEvents
- Throws:
org.apache.thrift.TException
-
recvGetEvents
public List<RecurrentPaymentToolEvent> recvGetEvents() throws RecurrentPaymentToolNotFound, EventNotFound, org.apache.thrift.TException- Throws:
RecurrentPaymentToolNotFoundEventNotFoundorg.apache.thrift.TException
-