Uses of Class
dev.vality.damsel.domain.Shop
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of Shop in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type Shop Modifier and Type Field Description Map<String,Shop>Party. shopsMethods in dev.vality.damsel.domain that return Shop Modifier and Type Method Description ShopShop. deepCopy()ShopShop. setAccount(ShopAccount account)ShopShop. setBlocking(Blocking blocking)ShopShop. setCategory(CategoryRef category)ShopShop. setContractId(String contract_id)ShopShop. setCreatedAt(String created_at)ShopShop. setDetails(ShopDetails details)ShopShop. setId(String id)ShopShop. setLocation(ShopLocation location)ShopShop. setPayoutSchedule(BusinessScheduleRef payout_schedule)ShopShop. setPayoutToolId(String payout_tool_id)ShopShop. setSuspension(Suspension suspension)Methods in dev.vality.damsel.domain that return types with arguments of type Shop Modifier and Type Method Description Map<String,Shop>Party. getShops()Methods in dev.vality.damsel.domain with parameters of type Shop Modifier and Type Method Description intShop. compareTo(Shop other)booleanShop. equals(Shop that)voidParty. putToShops(String key, Shop val)Method parameters in dev.vality.damsel.domain with type arguments of type Shop Modifier and Type Method Description PartyParty. setShops(Map<String,Shop> shops)Constructors in dev.vality.damsel.domain with parameters of type Shop Constructor Description Shop(Shop other)Performs a deep copy on other. -
Uses of Shop in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as Shop Modifier and Type Field Description ShopShopContract. shopShopPartyManagementSrv.GetShop_result. successMethods in dev.vality.damsel.payment_processing that return Shop Modifier and Type Method Description ShopShopEffect. getCreated()ShopPartyManagementSrv.AsyncClient.GetShop_call. getResult()ShopPartyManagementSrv.Client. getShop(String party_id, String id)ShopPartyManagementSrv.Iface. getShop(String party_id, String id)ShopShopContract. getShop()ShopPartyManagementSrv.GetShop_result. getSuccess()ShopPartyManagementSrv.Client. recvGetShop()Methods in dev.vality.damsel.payment_processing that return types with arguments of type Shop Modifier and Type Method Description org.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 Shop Modifier and Type Method Description static ShopEffectShopEffect. created(Shop value)voidShopEffect. setCreated(Shop value)ShopContractShopContract. setShop(Shop shop)PartyManagementSrv.GetShop_resultPartyManagementSrv.GetShop_result. setSuccess(Shop success)Method parameters in dev.vality.damsel.payment_processing with type arguments of type Shop Modifier and Type Method Description voidPartyManagementSrv.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 Shop Constructor Description GetShop_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 Shop Constructor Description GetShop_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)