Uses of Interface
com.ail.core.product.registerproduct.RegisterProductArg

Packages that use RegisterProductArg
com.ail.core.product   
com.ail.core.product.registerproduct   
 

Uses of RegisterProductArg in com.ail.core.product
 

Methods in com.ail.core.product that return RegisterProductArg
 RegisterProductArg ProductManagerBean.registerProduct(RegisterProductArg arg)
          Service wrapper method for the RegisterProduct service.
 RegisterProductArg ProductManager.registerProduct(RegisterProductArg arg)
           
 RegisterProductArg ProductManagerLocal.registerProduct(RegisterProductArg arg)
           
 

Methods in com.ail.core.product with parameters of type RegisterProductArg
 RegisterProductArg ProductManagerBean.registerProduct(RegisterProductArg arg)
          Service wrapper method for the RegisterProduct service.
 RegisterProductArg ProductManager.registerProduct(RegisterProductArg arg)
           
 RegisterProductArg ProductManagerLocal.registerProduct(RegisterProductArg arg)
           
 

Uses of RegisterProductArg in com.ail.core.product.registerproduct
 

Classes in com.ail.core.product.registerproduct that implement RegisterProductArg
 class RegisterProductArgImp
           
 class RegisterProductCommand