Uses of Class
dev.vality.fistful.source.Source
| Package | Description |
|---|---|
| dev.vality.fistful.admin | |
| dev.vality.fistful.source |
-
Uses of Source in dev.vality.fistful.admin
Fields in dev.vality.fistful.admin declared as Source Modifier and Type Field Description SourceFistfulAdminSrv.CreateSource_result. successSourceFistfulAdminSrv.GetSource_result. successMethods in dev.vality.fistful.admin that return Source Modifier and Type Method Description SourceFistfulAdminSrv.Client. createSource(SourceParams params)SourceFistfulAdminSrv.Iface. createSource(SourceParams params)SourceFistfulAdminSrv.AsyncClient.CreateSource_call. getResult()SourceFistfulAdminSrv.AsyncClient.GetSource_call. getResult()SourceFistfulAdminSrv.Client. getSource(String id)SourceFistfulAdminSrv.Iface. getSource(String id)SourceFistfulAdminSrv.CreateSource_result. getSuccess()SourceFistfulAdminSrv.GetSource_result. getSuccess()SourceFistfulAdminSrv.Client. recvCreateSource()SourceFistfulAdminSrv.Client. recvGetSource()Methods in dev.vality.fistful.admin that return types with arguments of type Source Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<Source>FistfulAdminSrv.AsyncProcessor.CreateSource. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<Source>FistfulAdminSrv.AsyncProcessor.GetSource. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.fistful.admin with parameters of type Source Modifier and Type Method Description FistfulAdminSrv.CreateSource_resultFistfulAdminSrv.CreateSource_result. setSuccess(Source success)FistfulAdminSrv.GetSource_resultFistfulAdminSrv.GetSource_result. setSuccess(Source success)Method parameters in dev.vality.fistful.admin with type arguments of type Source Modifier and Type Method Description voidFistfulAdminSrv.AsyncClient. createSource(SourceParams params, org.apache.thrift.async.AsyncMethodCallback<Source> resultHandler)voidFistfulAdminSrv.AsyncIface. createSource(SourceParams params, org.apache.thrift.async.AsyncMethodCallback<Source> resultHandler)voidFistfulAdminSrv.AsyncClient. getSource(String id, org.apache.thrift.async.AsyncMethodCallback<Source> resultHandler)voidFistfulAdminSrv.AsyncIface. getSource(String id, org.apache.thrift.async.AsyncMethodCallback<Source> resultHandler)voidFistfulAdminSrv.AsyncProcessor.CreateSource. start(I iface, FistfulAdminSrv.CreateSource_args args, org.apache.thrift.async.AsyncMethodCallback<Source> resultHandler)voidFistfulAdminSrv.AsyncProcessor.GetSource. start(I iface, FistfulAdminSrv.GetSource_args args, org.apache.thrift.async.AsyncMethodCallback<Source> resultHandler)Constructors in dev.vality.fistful.admin with parameters of type Source Constructor Description CreateSource_result(Source success, IdentityNotFound ex1, CurrencyNotFound ex2)GetSource_result(Source success, SourceNotFound ex1)Constructor parameters in dev.vality.fistful.admin with type arguments of type Source Constructor Description CreateSource_call(SourceParams params, org.apache.thrift.async.AsyncMethodCallback<Source> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)GetSource_call(String id, org.apache.thrift.async.AsyncMethodCallback<Source> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) -
Uses of Source in dev.vality.fistful.source
Methods in dev.vality.fistful.source that return Source Modifier and Type Method Description SourceSource. deepCopy()SourceChange. getCreated()SourceSource. setCreatedAt(String created_at)SourceSource. setExternalId(String external_id)SourceSource. setId(String id)SourceSource. setMetadata(Map<String,Value> metadata)SourceSource. setName(String name)SourceSource. setResource(Resource resource)SourceSource. setStatus(Status status)TODO Выпилить статус после ухода от интерфейса админкиMethods in dev.vality.fistful.source with parameters of type Source Modifier and Type Method Description intSource. compareTo(Source other)static ChangeChange. created(Source value)booleanSource. equals(Source that)voidChange. setCreated(Source value)Constructors in dev.vality.fistful.source with parameters of type Source Constructor Description Source(Source other)Performs a deep copy on other.