public interface PlacementServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
Placement[] |
createPlacements(Placement[] placements)
Creates new
Placement objects. |
PlacementPage |
getPlacementsByStatement(Statement filterStatement)
|
UpdateResult |
performPlacementAction(PlacementAction placementAction,
Statement filterStatement)
Performs actions on
Placement objects that match the
given
Statement.query. |
Placement[] |
updatePlacements(Placement[] placements)
Updates the specified
Placement objects. |
Placement[] createPlacements(Placement[] placements) throws RemoteException, ApiException
Placement objects.placements - the placements to createRemoteExceptionApiExceptionPlacementPage getPlacementsByStatement(Statement filterStatement) throws RemoteException, ApiException
PlacementPage of Placement objects that
satisfy the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
description |
Placement.description |
id |
Placement.id |
name |
Placement.name |
placementCode |
Placement.placementCode |
status |
Placement.status |
lastModifiedDateTime |
Placement.lastModifiedDateTime |
filterStatement - a Publisher Query Language statement used to
filter
a set of placementsRemoteExceptionApiExceptionUpdateResult performPlacementAction(PlacementAction placementAction, Statement filterStatement) throws RemoteException, ApiException
Placement objects that match the
given
Statement.query.placementAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of placementsRemoteExceptionApiExceptionPlacement[] updatePlacements(Placement[] placements) throws RemoteException, ApiException
Placement objects.placements - the placements to updateRemoteExceptionApiExceptionCopyright © 2019. All rights reserved.