Uses of Class
dev.vality.damsel.walker.ClaimInfo
| Package | Description |
|---|---|
| dev.vality.damsel.walker |
-
Uses of ClaimInfo in dev.vality.damsel.walker
Fields in dev.vality.damsel.walker declared as ClaimInfo Modifier and Type Field Description ClaimInfoWalkerSrv.GetClaim_result. successFields in dev.vality.damsel.walker with type parameters of type ClaimInfo Modifier and Type Field Description List<ClaimInfo>WalkerSrv.SearchClaims_result. successMethods in dev.vality.damsel.walker that return ClaimInfo Modifier and Type Method Description ClaimInfoClaimInfo. deepCopy()ClaimInfoWalkerSrv.Client. getClaim(String party_id, long claim_id)ClaimInfoWalkerSrv.Iface. getClaim(String party_id, long claim_id)Получить информацию о заявкеClaimInfoWalkerSrv.AsyncClient.GetClaim_call. getResult()ClaimInfoWalkerSrv.GetClaim_result. getSuccess()ClaimInfoWalkerSrv.Client. recvGetClaim()ClaimInfoClaimInfo. setAssignedUserId(String assigned_user_id)ClaimInfoClaimInfo. setClaimId(long claim_id)ClaimInfoClaimInfo. setCreatedAt(String created_at)ClaimInfoClaimInfo. setDescription(String description)ClaimInfoClaimInfo. setModifications(PartyModificationUnit modifications)ClaimInfoClaimInfo. setPartyId(String party_id)ClaimInfoClaimInfo. setReason(String reason)ClaimInfoClaimInfo. setRevision(String revision)ClaimInfoClaimInfo. setStatus(String status)ClaimInfoClaimInfo. setUpdatedAt(String updated_at)Methods in dev.vality.damsel.walker that return types with arguments of type ClaimInfo Modifier and Type Method Description List<ClaimInfo>WalkerSrv.AsyncClient.SearchClaims_call. getResult()org.apache.thrift.async.AsyncMethodCallback<ClaimInfo>WalkerSrv.AsyncProcessor.GetClaim. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<List<ClaimInfo>>WalkerSrv.AsyncProcessor.SearchClaims. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<ClaimInfo>WalkerSrv.SearchClaims_result. getSuccess()Iterator<ClaimInfo>WalkerSrv.SearchClaims_result. getSuccessIterator()List<ClaimInfo>WalkerSrv.Client. recvSearchClaims()List<ClaimInfo>WalkerSrv.Client. searchClaims(ClaimSearchRequest request)List<ClaimInfo>WalkerSrv.Iface. searchClaims(ClaimSearchRequest request)Поиск заявки по атрибутамMethods in dev.vality.damsel.walker with parameters of type ClaimInfo Modifier and Type Method Description voidWalkerSrv.SearchClaims_result. addToSuccess(ClaimInfo elem)intClaimInfo. compareTo(ClaimInfo other)booleanClaimInfo. equals(ClaimInfo that)WalkerSrv.GetClaim_resultWalkerSrv.GetClaim_result. setSuccess(ClaimInfo success)Method parameters in dev.vality.damsel.walker with type arguments of type ClaimInfo Modifier and Type Method Description voidWalkerSrv.AsyncClient. getClaim(String party_id, long claim_id, org.apache.thrift.async.AsyncMethodCallback<ClaimInfo> resultHandler)voidWalkerSrv.AsyncIface. getClaim(String party_id, long claim_id, org.apache.thrift.async.AsyncMethodCallback<ClaimInfo> resultHandler)voidWalkerSrv.AsyncClient. searchClaims(ClaimSearchRequest request, org.apache.thrift.async.AsyncMethodCallback<List<ClaimInfo>> resultHandler)voidWalkerSrv.AsyncIface. searchClaims(ClaimSearchRequest request, org.apache.thrift.async.AsyncMethodCallback<List<ClaimInfo>> resultHandler)WalkerSrv.SearchClaims_resultWalkerSrv.SearchClaims_result. setSuccess(List<ClaimInfo> success)voidWalkerSrv.AsyncProcessor.GetClaim. start(I iface, WalkerSrv.GetClaim_args args, org.apache.thrift.async.AsyncMethodCallback<ClaimInfo> resultHandler)voidWalkerSrv.AsyncProcessor.SearchClaims. start(I iface, WalkerSrv.SearchClaims_args args, org.apache.thrift.async.AsyncMethodCallback<List<ClaimInfo>> resultHandler)Constructors in dev.vality.damsel.walker with parameters of type ClaimInfo Constructor Description ClaimInfo(ClaimInfo other)Performs a deep copy on other.GetClaim_result(ClaimInfo success, ClaimNotFound ex1)Constructor parameters in dev.vality.damsel.walker with type arguments of type ClaimInfo Constructor Description GetClaim_call(String party_id, long claim_id, org.apache.thrift.async.AsyncMethodCallback<ClaimInfo> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)SearchClaims_call(ClaimSearchRequest request, org.apache.thrift.async.AsyncMethodCallback<List<ClaimInfo>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)SearchClaims_result(List<ClaimInfo> success)