Uses of Class
com.yahoo.marketing.apt.InventoryIdentifier

Packages that use InventoryIdentifier
com.yahoo.marketing.apt   
 

Uses of InventoryIdentifier in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as InventoryIdentifier
private  InventoryIdentifier InventoryIdentifierResponse.inventoryIdentifier
           
 

Methods in com.yahoo.marketing.apt that return InventoryIdentifier
 InventoryIdentifier InventoryIdentifierResponse.getInventoryIdentifier()
          Gets the inventoryIdentifier value for this InventoryIdentifierResponse.
 InventoryIdentifier InventoryIdentifierServiceHttpBindingStub.getInventoryIdentifier(long inventoryIdentifierID)
           
 InventoryIdentifier InventoryIdentifierService.getInventoryIdentifier(long inventoryIdentifierID)
           
 InventoryIdentifier[] InventoryIdentifierServiceHttpBindingStub.getInventoryIdentifiers(long[] inventoryIdentifierIDs)
           
 InventoryIdentifier[] InventoryIdentifierService.getInventoryIdentifiers(long[] inventoryIdentifierIDs)
           
 InventoryIdentifier[] InventoryIdentifierServiceHttpBindingStub.getInventoryIdentifiersBySiteID(long siteID)
           
 InventoryIdentifier[] InventoryIdentifierService.getInventoryIdentifiersBySiteID(long siteID)
           
 

Methods in com.yahoo.marketing.apt with parameters of type InventoryIdentifier
 InventoryIdentifierResponse InventoryIdentifierServiceHttpBindingStub.addInventoryIdentifier(InventoryIdentifier wsInventoryIdentifier)
           
 InventoryIdentifierResponse InventoryIdentifierService.addInventoryIdentifier(InventoryIdentifier wsInventoryIdentifier)
           
 InventoryIdentifierResponse[] InventoryIdentifierServiceHttpBindingStub.addInventoryIdentifiers(InventoryIdentifier[] inventoryIdentifiers)
           
 InventoryIdentifierResponse[] InventoryIdentifierService.addInventoryIdentifiers(InventoryIdentifier[] inventoryIdentifiers)
           
 void InventoryIdentifierResponse.setInventoryIdentifier(InventoryIdentifier inventoryIdentifier)
          Sets the inventoryIdentifier value for this InventoryIdentifierResponse.
 InventoryIdentifierResponse InventoryIdentifierServiceHttpBindingStub.updateInventoryIdentifier(InventoryIdentifier inventoryIdentifier)
           
 InventoryIdentifierResponse InventoryIdentifierService.updateInventoryIdentifier(InventoryIdentifier inventoryIdentifier)
           
 InventoryIdentifierResponse[] InventoryIdentifierServiceHttpBindingStub.updateInventoryIdentifiers(InventoryIdentifier[] inventoryIdentifiers)
           
 InventoryIdentifierResponse[] InventoryIdentifierService.updateInventoryIdentifiers(InventoryIdentifier[] inventoryIdentifiers)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type InventoryIdentifier
InventoryIdentifierResponse(Error[] errors, InventoryIdentifier inventoryIdentifier, java.lang.Boolean operationSucceeded)