public interface IControl extends ERPInterface
ERROR_CONNECT, ERROR_NONE, ERROR_PROGRAM, WARN_DUPLICATE, WARN_NONE
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<BackendControl> |
getControls()
Retrieves a collection of backend control objects from the ERP system.
|
BackendJobDescription |
getJobDescription()
Retrieves a backend job description object from the ERP system.
|
boolean |
updateControls(java.util.ArrayList<BackendControl> controls)
Updates a collection of backend control objects on the ERP system.
|
getContext, getErrorType, getWarningType, setContext, setErrorType, setWarningType
java.util.ArrayList<BackendControl> getControls()
BackendJobDescription getJobDescription()
boolean updateControls(java.util.ArrayList<BackendControl> controls)
controls
- (ArrayList) The control objects to update.true
if updates are successful, otherwise
false
.