Uses of Class
dev.vality.damsel.domain.ShopAccount
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of ShopAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ShopAccount Modifier and Type Field Description ShopAccountShop. accountMethods in dev.vality.damsel.domain that return ShopAccount Modifier and Type Method Description ShopAccountShopAccount. deepCopy()ShopAccountShop. getAccount()ShopAccountShopAccount. setCurrency(CurrencyRef currency)ShopAccountShopAccount. setGuarantee(long guarantee)ShopAccountShopAccount. setPayout(long payout)ShopAccountShopAccount. setSettlement(long settlement)Methods in dev.vality.damsel.domain with parameters of type ShopAccount Modifier and Type Method Description intShopAccount. compareTo(ShopAccount other)booleanShopAccount. equals(ShopAccount that)ShopShop. setAccount(ShopAccount account)Constructors in dev.vality.damsel.domain with parameters of type ShopAccount Constructor Description ShopAccount(ShopAccount other)Performs a deep copy on other. -
Uses of ShopAccount in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ShopAccount Modifier and Type Field Description ShopAccountPartyManagementSrv.GetShopAccount_result. successMethods in dev.vality.damsel.payment_processing that return ShopAccount Modifier and Type Method Description ShopAccountShopEffect. getAccountCreated()ShopAccountPartyManagementSrv.AsyncClient.GetShopAccount_call. getResult()ShopAccountPartyManagementSrv.Client. getShopAccount(String party_id, String shop_id)ShopAccountPartyManagementSrv.Iface. getShopAccount(String party_id, String shop_id)ShopAccountPartyManagementSrv.GetShopAccount_result. getSuccess()ShopAccountPartyManagementSrv.Client. recvGetShopAccount()Methods in dev.vality.damsel.payment_processing that return types with arguments of type ShopAccount Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<ShopAccount>PartyManagementSrv.AsyncProcessor.GetShopAccount. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.payment_processing with parameters of type ShopAccount Modifier and Type Method Description static ShopEffectShopEffect. account_created(ShopAccount value)voidShopEffect. setAccountCreated(ShopAccount value)PartyManagementSrv.GetShopAccount_resultPartyManagementSrv.GetShopAccount_result. setSuccess(ShopAccount success)Method parameters in dev.vality.damsel.payment_processing with type arguments of type ShopAccount Modifier and Type Method Description voidPartyManagementSrv.AsyncClient. getShopAccount(String party_id, String shop_id, org.apache.thrift.async.AsyncMethodCallback<ShopAccount> resultHandler)voidPartyManagementSrv.AsyncIface. getShopAccount(String party_id, String shop_id, org.apache.thrift.async.AsyncMethodCallback<ShopAccount> resultHandler)voidPartyManagementSrv.AsyncProcessor.GetShopAccount. start(I iface, PartyManagementSrv.GetShopAccount_args args, org.apache.thrift.async.AsyncMethodCallback<ShopAccount> resultHandler)Constructors in dev.vality.damsel.payment_processing with parameters of type ShopAccount Constructor Description GetShopAccount_result(ShopAccount success, PartyNotFound ex2, ShopNotFound ex3, ShopAccountNotFound ex4)Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type ShopAccount Constructor Description GetShopAccount_call(String party_id, String shop_id, org.apache.thrift.async.AsyncMethodCallback<ShopAccount> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)