public interface ProductPackageServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
ProductPackage[] |
createProductPackages(ProductPackage[] productPackages)
Creates new
ProductPackage objects. |
ProductPackagePage |
getProductPackagesByStatement(Statement statement)
Gets a
ProductPackagePage of ProductPackage
objects
that satisfy the filtering criteria specified by given Statement.query. |
UpdateResult |
performProductPackageAction(ProductPackageAction action,
Statement statement)
Performs actions on
ProductPackage objects that match
the given Statement.query. |
ProductPackage[] |
updateProductPackages(ProductPackage[] productPackages)
Updates the specified
ProductPackage objects. |
ProductPackage[] createProductPackages(ProductPackage[] productPackages) throws RemoteException, ApiException
ProductPackage objects.productPackages - the product packages to createRemoteExceptionApiExceptionProductPackagePage getProductPackagesByStatement(Statement statement) throws RemoteException, ApiException
ProductPackagePage of ProductPackage
objects
that satisfy the filtering criteria specified by given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
ProductPackage.id |
name |
ProductPackage.name |
notes |
ProductPackage.notes |
status |
ProductPackage.status |
isArchived |
ProductPackage.isArchived |
lastModifiedDateTime |
ProductPackage.lastModifiedDateTime |
statement - a Publisher Query Language statement which specifies
the
filtering criteria over product packagesRemoteExceptionApiExceptionUpdateResult performProductPackageAction(ProductPackageAction action, Statement statement) throws RemoteException, ApiException
ProductPackage objects that match
the given Statement.query.action - the action to performstatement - a Publisher Query Language statement used to filter
a set of product packagesRemoteExceptionApiExceptionProductPackage[] updateProductPackages(ProductPackage[] productPackages) throws RemoteException, ApiException
ProductPackage objects.productPackages - the product packages to updateRemoteExceptionApiExceptionCopyright © 2018. All Rights Reserved.