public class DeleteProduct extends Object
A utility class that deletes products in the File Manager Catalog based on productID.
| Constructor and Description | 
|---|
| DeleteProduct(String fileManagerUrl,
             boolean commit) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isCommit() | 
| static void | main(String[] args) | 
| void | remove(String productId) | 
| void | setCommit(boolean commit) | 
public DeleteProduct(String fileManagerUrl, boolean commit)
Copyright © 1999–2017 Apache OODT. All rights reserved.