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 Modifier and Type Class Description static classRecurrentPaymentToolsSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description RecurrentPaymentToolabandon(String id)RecurrentPaymentToolcreate(RecurrentPaymentToolParams params)RecurrentPaymentToolget(String id)List<RecurrentPaymentToolEvent>getEvents(String id, EventRange range)RecurrentPaymentToolrecvAbandon()RecurrentPaymentToolrecvCreate()RecurrentPaymentToolrecvGet()List<RecurrentPaymentToolEvent>recvGetEvents()voidsendAbandon(String id)voidsendCreate(RecurrentPaymentToolParams params)voidsendGet(String id)voidsendGetEvents(String id, EventRange range)Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
-
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
-