public interface ReconAssetResultRemote extends MboRemote
Modifier and Type | Method and Description |
---|---|
MboRemote |
createChange(java.lang.String jobPlan)
creates a WorkOrder from Asset Recon Result.
|
MboRemote |
createIncident(java.lang.String ticketTemplateID)
creates a Ticket with Ticket Type = Incident from Asset Recon Result.
|
MboRemote |
createProblem(java.lang.String ticketTemplateID)
creates a Ticket with Ticket Type = Problem from Asset Recon Result.
|
MboRemote |
createRelease(java.lang.String jobPlan)
creates a WorkOrder from Asset Recon Result.
|
MboRemote |
createServiceRequest(java.lang.String tickettemplateid)
creates a Ticket with Ticket Type = Service Request from Asset Recon Result.
|
void |
createTicket(MboRemote tkMbo)
Sets assetnum, reportedpriority,reportedbyid, siteid and crossover domain values for the ticket mbo based on asset recon result.
|
void |
createWO(MboRemote workorderMbo)
Sets description, wopriority,siteid, assetnum, reportedbyid and crossover domain values for the workorder mbo based on asset recon result.
|
MboRemote |
createWorkorder(java.lang.String jobPlan)
creates a WorkOrder from Asset Recon Result.
|
void |
validateWOSiteID(MboRemote workOrderMbo)
Validate required field SiteID for WorkOrder
|
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
void createWO(MboRemote workorderMbo) throws MXException, java.rmi.RemoteException
The
- workorder mbo inserted for this assetMXException
java.rmi.RemoteException
void createTicket(MboRemote tkMbo) throws MXException, java.rmi.RemoteException
The
- ticket mbo inserted for this asset.MXException
java.rmi.RemoteException
MboRemote createServiceRequest(java.lang.String tickettemplateid) throws MXException, java.rmi.RemoteException
Ticket
- template ID - user select a template in Action application when create a SR action.MXException
java.rmi.RemoteException
MboRemote createProblem(java.lang.String ticketTemplateID) throws MXException, java.rmi.RemoteException
Ticket
- template ID - user select a template in Action application when create a CREATEPROBLEM action.MXException
java.rmi.RemoteException
MboRemote createIncident(java.lang.String ticketTemplateID) throws MXException, java.rmi.RemoteException
Ticket
- template ID - user select a template in Action application when create a CREATEINCIDENT action.MXException
java.rmi.RemoteException
MboRemote createWorkorder(java.lang.String jobPlan) throws MXException, java.rmi.RemoteException
Job
- Plan ID - user select a job plan in Action application when create an CREATEWO action.MXException
java.rmi.RemoteException
MboRemote createChange(java.lang.String jobPlan) throws MXException, java.rmi.RemoteException
Job
- Plan ID - user select a job plan in Action application when create an CREATEWOCHANGE action.MXException
java.rmi.RemoteException
MboRemote createRelease(java.lang.String jobPlan) throws MXException, java.rmi.RemoteException
Job
- Plan ID - user select a job plan in Action application when create an CREATEWORELEASE action.MXException
java.rmi.RemoteException
void validateWOSiteID(MboRemote workOrderMbo) throws MXException, java.rmi.RemoteException
WO
- Mbo-
- MXApplicationException("reconresults", "SiteIDIsRequired")MXException
java.rmi.RemoteException