public class InspectionService extends AppService implements InspectionServiceRemote
APPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGERappenderPrefix, LOGGERNAME_APP, LOGGERNAME_CRONTASK, LOGGERNAME_CRONTASKMGR, LOGGERNAME_DBCONNECTION, LOGGERNAME_DD, LOGGERNAME_DM, LOGGERNAME_DMPREVIEW, LOGGERNAME_EVENT, LOGGERNAME_EXCEPTION, LOGGERNAME_MAIL, LOGGERNAME_MAXIMO, LOGGERNAME_MT, LOGGERNAME_NULLMBOPOINTER, LOGGERNAME_SECURITY, LOGGERNAME_SENDFAILED, LOGGERNAME_SERVICE, LOGGERNAME_SQL, LOGGERNAME_SQL_CRONTASKMGR, LOGGERNAME_TXN, loggerPrefix| Constructor and Description |
|---|
InspectionService()
constructor for WOService.
|
InspectionService(MXServer mxServer)
constructor for WOService.
|
| Modifier and Type | Method and Description |
|---|---|
void |
changeFormStatus(InspectionFormRemote inspForm,
java.lang.String status)
Service Method used to change status.
|
void |
changeResultStatus(InspectionResultRemote inspResult,
java.lang.String status) |
MboRemote |
getRevision(InspectionFormRemote inspForm) |
void |
updateAssetLocMeter(InspectionResultRemote inspResult,
java.lang.String referenceobject,
java.lang.String referenceobjectid,
java.lang.String asset,
java.lang.String location,
java.lang.String siteid,
java.lang.String orgid,
java.lang.String inspformnum,
java.lang.String resultnum) |
checkSecurity, configure, destroy, freeDBConnection, freeMboSet, getCriteria, getCurrentState, getDBConnection, getLiveObjCount, getLoad, getMaximoDD, getMaxVar, getMboSet, getMXServer, getName, getProfile, getProxy, getSchemaOwner, getServiceInfo, getServiceLogger, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, init, initCriteriaList, isAppService, isRunning, isSingletonService, restart, setProxy, setRunning, setURL, verifyUser, verifyUserequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUserisAppService, isSingletonService, restartpublic InspectionService()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic InspectionService(MXServer mxServer) throws java.rmi.RemoteException
mxServer - the "Server Environment" this Service is being created in.java.rmi.RemoteExceptionpublic void changeFormStatus(InspectionFormRemote inspForm, java.lang.String status) throws MXException, java.rmi.RemoteException
changeFormStatus in interface InspectionServiceRemoteinspForm - Inspection Form Mbostatus - The new statusdate - The date of the status change. Defaults to the current date/time if null.memo - The status change memo.MXException("access", - "samestatus");
MXException("access", "UnrecogStatus")
MXException("workorder", "unappr")
MXException("workorder", "wappr")
MXException("workorder", "wappr")
MXException("workorder", "inprg")
MXException("workorder", "comp"")
MXException("workorder", "close")
MXException("workorder","can")
MXException("workorder","wsch")
MXException("access", "notauthorized")
MXException("workorder", "notcloselabtrans")
MXException("workorder", "actuals")
MXException("workorder", "CannotCancel")
MXException("workorder", "ReqApprContractToApprWO")
MXException("workorder", "processflowsuspended");
MXException("workorder", "cantcompletebeforestart")
MXException("workorder", "predecessorsnotcomp")
MXException("workorder", "parentnotstarted")
MXException("workorder", "invalidstatus")
MXException("workorder", "childrenmustbecompleted")MXExceptionjava.rmi.RemoteExceptionthrows MXException, RemoteExceptionpublic void changeResultStatus(InspectionResultRemote inspResult, java.lang.String status) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic void updateAssetLocMeter(InspectionResultRemote inspResult, java.lang.String referenceobject, java.lang.String referenceobjectid, java.lang.String asset, java.lang.String location, java.lang.String siteid, java.lang.String orgid, java.lang.String inspformnum, java.lang.String resultnum) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic MboRemote getRevision(InspectionFormRemote inspForm) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteException