public interface PlacementStrategyRemote extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
deletePlacementStrategy(long placementStrategyId) |
PlacementStrategyRecordSet |
getPlacementStrategiesByCriteria(PlacementStrategySearchCriteria placementStrategySearchCriteria) |
PlacementStrategy |
getPlacementStrategy(long placementStrategyId) |
PlacementStrategySaveResult |
savePlacementStrategy(PlacementStrategy placementStrategy) |
PlacementStrategyRecordSet getPlacementStrategiesByCriteria(PlacementStrategySearchCriteria placementStrategySearchCriteria) throws RemoteException, ApiException
RemoteExceptionApiExceptionPlacementStrategySaveResult savePlacementStrategy(PlacementStrategy placementStrategy) throws RemoteException, ApiException
RemoteExceptionApiExceptionvoid deletePlacementStrategy(long placementStrategyId)
throws RemoteException,
ApiException
RemoteExceptionApiExceptionPlacementStrategy getPlacementStrategy(long placementStrategyId) throws RemoteException, ApiException
RemoteExceptionApiExceptionCopyright © 2015. All Rights Reserved.