Uses of Class
dev.vality.damsel.dominant.cache.Category
-
Uses of Category in dev.vality.damsel.dominant.cache
Fields in dev.vality.damsel.dominant.cache with type parameters of type Category Modifier and Type Field Description List<Category>DominantCacheSrv.GetCategories_result. successMethods in dev.vality.damsel.dominant.cache that return Category Modifier and Type Method Description CategoryCategory. deepCopy()CategoryCategory. setDescription(String description)CategoryCategory. setName(String name)CategoryCategory. setRef(String ref)CategoryCategory. setType(CategoryType type)Methods in dev.vality.damsel.dominant.cache that return types with arguments of type Category Modifier and Type Method Description List<Category>DominantCacheSrv.Client. getCategories()List<Category>DominantCacheSrv.Iface. getCategories()List<Category>DominantCacheSrv.AsyncClient.GetCategories_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<Category>>DominantCacheSrv.AsyncProcessor.GetCategories. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<Category>DominantCacheSrv.GetCategories_result. getSuccess()Iterator<Category>DominantCacheSrv.GetCategories_result. getSuccessIterator()List<Category>DominantCacheSrv.Client. recvGetCategories()Methods in dev.vality.damsel.dominant.cache with parameters of type Category Modifier and Type Method Description voidDominantCacheSrv.GetCategories_result. addToSuccess(Category elem)intCategory. compareTo(Category other)booleanCategory. equals(Category that)Method parameters in dev.vality.damsel.dominant.cache with type arguments of type Category Modifier and Type Method Description voidDominantCacheSrv.AsyncClient. getCategories(org.apache.thrift.async.AsyncMethodCallback<List<Category>> resultHandler)voidDominantCacheSrv.AsyncIface. getCategories(org.apache.thrift.async.AsyncMethodCallback<List<Category>> resultHandler)DominantCacheSrv.GetCategories_resultDominantCacheSrv.GetCategories_result. setSuccess(List<Category> success)voidDominantCacheSrv.AsyncProcessor.GetCategories. start(I iface, DominantCacheSrv.GetCategories_args args, org.apache.thrift.async.AsyncMethodCallback<List<Category>> resultHandler)Constructors in dev.vality.damsel.dominant.cache with parameters of type Category Constructor Description Category(Category other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.dominant.cache with type arguments of type Category Constructor Description GetCategories_call(org.apache.thrift.async.AsyncMethodCallback<List<Category>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)GetCategories_result(List<Category> success)