public interface ProductPackageItemServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
ProductPackageItem[] |
createProductPackageItems(ProductPackageItem[] productPackageItems)
Creates new
ProductPackageItem objects. |
ProductPackageItemPage |
getProductPackageItemsByStatement(Statement statement)
Gets a
ProductPackageItemPage of ProductPackageItem
objects
that satisfy the filtering criteria specified by given Statement.query. |
UpdateResult |
performProductPackageItemAction(ProductPackageItemAction productPackageItemAction,
Statement statement)
Performs actions on
ProductPackageItem objects that
satisfy the given
Statement.query. |
ProductPackageItem[] |
updateProductPackageItems(ProductPackageItem[] productPackageItems)
Updates the specified
ProductPackageItem objects. |
ProductPackageItem[] createProductPackageItems(ProductPackageItem[] productPackageItems) throws RemoteException, ApiException
ProductPackageItem objects.productPackageItems - the product package items to createRemoteExceptionApiExceptionProductPackageItemPage getProductPackageItemsByStatement(Statement statement) throws RemoteException, ApiException
ProductPackageItemPage of ProductPackageItem
objects
that satisfy the filtering criteria specified by given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
ProductPackageItem.id |
productPackageId |
ProductPackageItem.productPackageId |
productId |
ProductPackageItem.productId |
productTemplateId |
ProductPackageItem#productTemplateId |
mandatory |
ProductPackageItem#mandatory |
archived |
ProductPackageItem#archived |
statement - a Publisher Query Language statement which specifies
the
filtering criteria over product packagesRemoteExceptionApiExceptionUpdateResult performProductPackageItemAction(ProductPackageItemAction productPackageItemAction, Statement statement) throws RemoteException, ApiException
ProductPackageItem objects that
satisfy the given
Statement.query.productPackageItemAction - the action to performstatement - a Publisher Query Language statement used to filter
a set of product package itemsRemoteExceptionApiExceptionProductPackageItem[] updateProductPackageItems(ProductPackageItem[] productPackageItems) throws RemoteException, ApiException
ProductPackageItem objects.productPackageItems - the product package items to updateRemoteExceptionApiExceptionCopyright © 2019. All rights reserved.