public interface AdminCatalogService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
Boolean |
cloneProduct(Long productId)
This will create a new product along with a new Sku for the defaultSku, along with new
Skus for all of the additional Skus.
|
Integer |
generateSkusFromProduct(Long productId)
Clear out any Skus that are already attached to the Product
if there were any there and generate a new set of Skus based
on the permutations of ProductOptions attached to this Product
|
@Secured(value="PERMISSION_OTHER_DEFAULT") Integer generateSkusFromProduct(Long productId) throws com.gwtincubator.security.exception.ApplicationSecurityException
productId - - the Product to generate Skus fromcom.gwtincubator.security.exception.ApplicationSecurityException@Secured(value="PERMISSION_OTHER_DEFAULT") Boolean cloneProduct(Long productId) throws com.gwtincubator.security.exception.ApplicationSecurityException
productId - com.gwtincubator.security.exception.ApplicationSecurityExceptionCopyright © 2014. All Rights Reserved.