Uses of Interface
com.xerox.amazonws.simpledb.Item

Packages that use Item
com.xerox.amazonws.simpledb   
 

Uses of Item in com.xerox.amazonws.simpledb
 

Classes in com.xerox.amazonws.simpledb that implement Item
 class ItemVO
          This class represents an item in SimpleDB.
 

Methods in com.xerox.amazonws.simpledb that return Item
 Item Domain.createItem(String identifier)
          This method returns an item object, which exists locally only.
 Item SimpleItemCache.getItem(String id)
          This retrieves an item from the cache.
 Item ItemCache.getItem(String id)
          This retrieves an item from the cache.
 

Methods in com.xerox.amazonws.simpledb that return types with arguments of type Item
 Result<Item> Domain.getItem(String identifier)
          Returns an named item.
 List<Item> SimpleItemCache.itemSet()
          Retrieves a complete list of items in the cache
 List<Item> ItemCache.itemSet()
          Retrieves a complete list of items in the cache
 SDBListResult<Item> Domain.selectItems(String selectExpression, String nextToken, boolean consistent)
          Performs a query against this domain.
 

Methods in com.xerox.amazonws.simpledb with parameters of type Item
 SDBResult Domain.addItem(Item item)
          Adds an item.
 void ItemListener.itemAvailable(Item item)
           
 void SimpleItemCache.putItem(Item i)
          Stores an item in the cache.
 void ItemCache.putItem(Item i)
          Stores an item in the cache.
 

Method parameters in com.xerox.amazonws.simpledb with type arguments of type Item
 SDBResult Domain.batchPutAttributes(List<Item> items)
          Batch inserts multiple items w/ attributes