Uses of Interface
com.ail.core.product.updateproduct.UpdateProductArg

Packages that use UpdateProductArg
com.ail.core.product   
com.ail.core.product.updateproduct   
 

Uses of UpdateProductArg in com.ail.core.product
 

Methods in com.ail.core.product that return UpdateProductArg
 UpdateProductArg ProductManagerBean.updateProduct(UpdateProductArg arg)
          Service wrapper method for the UpdateProductDefinition service.
 UpdateProductArg ProductManager.updateProduct(UpdateProductArg arg)
           
 UpdateProductArg ProductManagerLocal.updateProduct(UpdateProductArg arg)
           
 

Methods in com.ail.core.product with parameters of type UpdateProductArg
 UpdateProductArg ProductManagerBean.updateProduct(UpdateProductArg arg)
          Service wrapper method for the UpdateProductDefinition service.
 UpdateProductArg ProductManager.updateProduct(UpdateProductArg arg)
           
 UpdateProductArg ProductManagerLocal.updateProduct(UpdateProductArg arg)
           
 

Uses of UpdateProductArg in com.ail.core.product.updateproduct
 

Classes in com.ail.core.product.updateproduct that implement UpdateProductArg
 class UpdateProductArgImp
           
 class UpdateProductCommand