Uses of Class
dev.vality.damsel.domain.ShopAccount
Packages that use ShopAccount
-
Uses of ShopAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ShopAccountMethods in dev.vality.damsel.domain that return ShopAccountModifier and TypeMethodDescriptionShopAccount.deepCopy()Shop.getAccount()ShopAccount.setCurrency(CurrencyRef currency) ShopAccount.setGuarantee(long guarantee) ShopAccount.setPayout(long payout) ShopAccount.setSettlement(long settlement) Methods in dev.vality.damsel.domain with parameters of type ShopAccountModifier and TypeMethodDescriptionintShopAccount.compareTo(ShopAccount other) booleanShopAccount.equals(ShopAccount that) Shop.setAccount(ShopAccount account) Constructors in dev.vality.damsel.domain with parameters of type ShopAccount -
Uses of ShopAccount in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ShopAccountMethods in dev.vality.damsel.payment_processing that return ShopAccountModifier and TypeMethodDescriptionShopEffect.getAccountCreated()PartyManagementSrv.AsyncClient.GetShopAccount_call.getResult()PartyManagementSrv.Client.getShopAccount(String party_id, String shop_id) PartyManagementSrv.Iface.getShopAccount(String party_id, String shop_id) PartyManagementSrv.GetShopAccount_result.getSuccess()PartyManagementSrv.Client.recvGetShopAccount()Methods in dev.vality.damsel.payment_processing that return types with arguments of type ShopAccountModifier and TypeMethodDescriptionorg.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 ShopAccountModifier and TypeMethodDescriptionstatic ShopEffectShopEffect.account_created(ShopAccount value) voidShopEffect.setAccountCreated(ShopAccount value) PartyManagementSrv.GetShopAccount_result.setSuccess(ShopAccount success) Method parameters in dev.vality.damsel.payment_processing with type arguments of type ShopAccountModifier and TypeMethodDescriptionvoidPartyManagementSrv.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 ShopAccountModifierConstructorDescriptionGetShopAccount_result(ShopAccount success, PartyNotFound ex2, ShopNotFound ex3, ShopAccountNotFound ex4) Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type ShopAccountModifierConstructorDescriptionGetShopAccount_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)