public interface PlusCWODSInstrRemote extends MboRemote
Modifier and Type | Field and Description |
---|---|
static int |
ALL_CAL_POINTS
Include all types of cal points.
|
static int |
EDITABLE_CAL_POINTS
Include only cal points for which as found/as left values can be entered (non-repeatable points or repeatable points that are not averages).
|
static int |
NON_REPEATABLE_CAL_POINTS
Only include cal points that are not
repeatable.
|
static int |
REPEATABLE_AVG_CAL_POINTS
Only include points that contain averages
and std deviations, in a repeatable asset function.
|
static int |
REPEATABLE_NON_AVG_CAL_POINTS
Only include cal points that are part
of a repetition set, excluding the point that contains averages and std
deviations.
|
static int |
STATUSABLE_CAL_POINTS
Include only cal points for which errors and statuses are defined (non-repeatable points or repeatable points that contain averages).
|
Modifier and Type | Method and Description |
---|---|
void |
childHasChanged()
Child has changed.
|
MboSetRemote |
getPointsMboSet(int calPointType)
Returns a MBO Set containing calibration points for this asset function.
|
void |
setReadOnlyFields()
Sets the read only fields.
|
add, addMboSetForRequiredCheck, addToDeleteForInsertList, blindCopy, checkMethodAccess, clear, copy, copy, copy, copyFake, copyValue, copyValue, createComm, delete, delete, duplicate, evaluateCondition, evaluateCtrlConditions, evaluateCtrlConditions, excludeObjectForPropagate, generateAutoKey, getBoolean, getByte, getBytes, getCommLogOwnerNameAndUniqueId, getDatabaseValue, getDate, getDeleteForInsertList, getDocLinksCount, getDomainIDs, getDouble, getExistingMboSet, getFlags, getFloat, getIgnoreLockCheck, getInitialValue, getInsertCompanySetId, getInsertItemSetId, getInsertOrganization, getInsertSite, getInt, getKeyValue, getLinesRelationship, getList, getLockedByDisplayName, getLong, getMatchingAttr, getMatchingAttr, getMatchingAttrs, getMaxMessage, getMboData, getMboDataSet, getMboInitialValue, getMboList, getMboSet, getMboSet, getMboSet, getMboValueData, getMboValueData, getMboValueData, getMboValueDataForDownload, getMboValueInfoStatic, getMboValueInfoStatic, getMessage, getMessage, getMessage, getMessage, getMXTransaction, getName, getOrgForGL, getOrgSiteForMaxvar, getOwner, getPropagateKeyFlag, getRecordIdentifer, getSiteOrg, getString, getString, getStringInBaseLanguage, getStringInSpecificLocale, getStringTransparent, getThisMboSet, getUniqueIDName, getUniqueIDValue, getUserInfo, getUserName, hasHierarchyLink, hasLockSaveRights, isAutoKeyed, isBasedOn, isFlagSet, isForDM, isLocked, isLocked, isMasterTenant, isMboLockedByMe, isModified, isModified, isNew, isNull, isOptionGranted, isSelected, isZombie, lock, propagateKeyValue, rollbackToCheckpoint, select, setApplicationError, setApplicationRequired, setAutokeyFields, setCopyDefaults, setDeleted, setESigFieldModified, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlag, setFieldFlags, setFlag, setFlag, setFlags, setForDM, setIgnoreRecordLockCheck, setMLValue, setModified, setNewMbo, setPropagateKeyFlag, setPropagateKeyFlag, setReferencedMbo, setReferencedMbo, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueNull, setValueNull, sigopGranted, sigopGranted, sigopGranted, sigOptionAccessAuthorized, smartFill, smartFind, smartFind, smartFindByObjectName, smartFindByObjectName, smartFindByObjectNameDirect, startCheckpoint, thisToBeUpdated, toBeAdded, toBeDeleted, toBeSaved, toBeUpdated, toBeValidated, undelete, unlock, unselect, validate, validateAttributes
static final int NON_REPEATABLE_CAL_POINTS
static final int REPEATABLE_NON_AVG_CAL_POINTS
static final int REPEATABLE_AVG_CAL_POINTS
static final int ALL_CAL_POINTS
static final int EDITABLE_CAL_POINTS
static final int STATUSABLE_CAL_POINTS
void setReadOnlyFields() throws MXException, java.rmi.RemoteException
MXException
- the mX exceptionjava.rmi.RemoteException
- the remote exceptionMboSetRemote getPointsMboSet(int calPointType) throws java.rmi.RemoteException, MXException
calPointType
parameter determines which cal points will
be included in the MBO Set. It can be any combination of the following
constants:
NON_REPEATABLE_CAL_POINTS
: only cal points that are not
repeatable. Since the repeatability is an attribute of the asset function,
the set will contain either all of this asset function's points or none of
them if this flag is passed alone.REPEATABLE_NON_AVG_CAL_POINTS
: only cal points that are part
of a repetition set, excluding the point that contains averages and std
deviations.REPEATABLE_AVG_CAL_POINTS
: only points that contain averages
and std deviations, in a repeatable asset function.ALL_CAL_POINTS
: include all types of cal points.EDITABLE_CAL_POINTS
: include only cal points for which as found/as left values can be entered
(non-repeatable points or repeatable points that are not averages)STATUSABLE_CAL_POINTS
: include only cal points for which errors and statuses are defined
(non-repeatable points or repeatable points that contain averages)calPointType
- types of cal points to be included in the setjava.rmi.RemoteException
- the remote exceptionMXException
- the mX exceptionvoid childHasChanged() throws MXException, java.rmi.RemoteException
MXException
- the mX exceptionjava.rmi.RemoteException
- the remote exception