Uses of Interface
com.elasticpath.domain.catalog.InventoryAudit

Packages that use InventoryAudit
com.elasticpath.cmweb.ajaxservice   
com.elasticpath.cmweb.ajaxservice.impl   
com.elasticpath.domain.catalog.impl   
com.elasticpath.service.catalog   
com.elasticpath.service.catalog.impl   
 

Uses of InventoryAudit in com.elasticpath.cmweb.ajaxservice
 

Methods in com.elasticpath.cmweb.ajaxservice with parameters of type InventoryAudit
 java.lang.String InventoryAjaxService.adjustInventoryBySkuCode(java.lang.String skuCode, InventoryAudit inventoryAudit, javax.servlet.http.HttpServletRequest request)
           
 

Uses of InventoryAudit in com.elasticpath.cmweb.ajaxservice.impl
 

Methods in com.elasticpath.cmweb.ajaxservice.impl with parameters of type InventoryAudit
 java.lang.String InventoryAjaxServiceImpl.adjustInventoryBySkuCode(java.lang.String skuCode, InventoryAudit inventoryAudit, javax.servlet.http.HttpServletRequest request)
           
 

Uses of InventoryAudit in com.elasticpath.domain.catalog.impl
 

Classes in com.elasticpath.domain.catalog.impl that implement InventoryAudit
 class InventoryAuditImpl
          Represents logging information about changes to Inventory.
 

Uses of InventoryAudit in com.elasticpath.service.catalog
 

Methods in com.elasticpath.service.catalog that return InventoryAudit
 InventoryAudit InventoryAuditService.get(long inventoryAuditUid)
          Get the InventoryAudit with the given UID.
 

Methods in com.elasticpath.service.catalog with parameters of type InventoryAudit
 void InventoryAuditService.saveOrUpdate(InventoryAudit inventoryAudit)
          Save or update the given InventoryAudit item.
 

Uses of InventoryAudit in com.elasticpath.service.catalog.impl
 

Methods in com.elasticpath.service.catalog.impl that return InventoryAudit
 InventoryAudit InventoryAuditServiceImpl.get(long inventoryAuditUid)
          Get the InventoryAudit with the given UID.
 

Methods in com.elasticpath.service.catalog.impl with parameters of type InventoryAudit
 void InventoryAuditServiceImpl.saveOrUpdate(InventoryAudit inventoryAudit)
          Save or update the given InventoryAudit item.