Uses of Class
dev.vality.damsel.domain.Shop
Packages that use Shop
-
Uses of Shop in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type ShopMethods in dev.vality.damsel.domain that return ShopModifier and TypeMethodDescriptionShop.deepCopy()Shop.setAccount(ShopAccount account) Shop.setBlocking(Blocking blocking) Shop.setCategory(CategoryRef category) Shop.setContractId(String contract_id) Shop.setCreatedAt(String created_at) Shop.setDetails(ShopDetails details) Shop.setLocation(ShopLocation location) Shop.setSuspension(Suspension suspension) Shop.setTurnoverLimits(Set<TurnoverLimit> turnover_limits) Methods in dev.vality.damsel.domain that return types with arguments of type ShopMethods in dev.vality.damsel.domain with parameters of type ShopMethod parameters in dev.vality.damsel.domain with type arguments of type ShopConstructors in dev.vality.damsel.domain with parameters of type Shop -
Uses of Shop in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ShopMethods in dev.vality.damsel.payment_processing that return ShopModifier and TypeMethodDescriptionShopEffect.getCreated()PartyManagementSrv.AsyncClient.GetShop_call.getResult()ShopContract.getShop()PartyManagementSrv.GetShop_result.getSuccess()PartyManagementSrv.Client.recvGetShop()Methods in dev.vality.damsel.payment_processing that return types with arguments of type ShopModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<Shop>PartyManagementSrv.AsyncProcessor.GetShop.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in dev.vality.damsel.payment_processing with parameters of type ShopModifier and TypeMethodDescriptionstatic ShopEffectvoidShopEffect.setCreated(Shop value) PartyManagementSrv.GetShop_result.setSuccess(Shop success) Method parameters in dev.vality.damsel.payment_processing with type arguments of type ShopModifier and TypeMethodDescriptionvoidPartyManagementSrv.AsyncClient.getShop(String party_id, String id, org.apache.thrift.async.AsyncMethodCallback<Shop> resultHandler) voidPartyManagementSrv.AsyncIface.getShop(String party_id, String id, org.apache.thrift.async.AsyncMethodCallback<Shop> resultHandler) voidPartyManagementSrv.AsyncProcessor.GetShop.start(I iface, PartyManagementSrv.GetShop_args args, org.apache.thrift.async.AsyncMethodCallback<Shop> resultHandler) Constructors in dev.vality.damsel.payment_processing with parameters of type ShopModifierConstructorDescriptionGetShop_result(Shop success, PartyNotFound ex2, ShopNotFound ex3) ShopContract(Shop shop, Contract contract) Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type ShopModifierConstructorDescriptionGetShop_call(String party_id, String id, org.apache.thrift.async.AsyncMethodCallback<Shop> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)