public class JobPlanService extends AppService implements AppServiceRemote
currentState, dbManager, INIT, liveObjCount, load, LOAD, mxServer, name, RUN, running, stateCmdList, stateList, STOP, urlAPPLOGGER, 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 |
|---|
JobPlanService() |
JobPlanService(MXServer mxServer) |
| Modifier and Type | Method and Description |
|---|---|
void |
changeStatus(JobPlanRemote jobplan,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change jobplan status.
|
MboSetRemote |
getMultiSiteJobPlan(UserInfo userInfo,
java.lang.String jpnum,
java.lang.String orgid,
java.lang.String siteid)
Get a set of Job Plans for the given jobplan number, organization & site combination.
|
MboSetRemote |
getMultiSiteJobPlan(UserInfo userInfo,
java.lang.String jpnum,
java.lang.String revisionNum,
java.lang.String orgid,
java.lang.String siteid)
Get a set of Job Plans for the given jobplan number,revision num, organization & site combination.
|
MboSetRemote |
getValidJobPlansForOrgAndSite(UserInfo userInfo,
java.lang.String orgid,
java.lang.String siteid)
Get all the valid job plans for a given organization & site combination.
|
checkSecurity, configure, destroy, freeDBConnection, freeMboSet, getCriteria, getCriteriaList, 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, setName, setProxy, setRunning, setURL, verifyUser, verifyUserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUserisAppService, isSingletonService, restartpublic JobPlanService()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic JobPlanService(MXServer mxServer) throws java.rmi.RemoteException
srvEnv - -- the "Server Environment" this Service is being
created in.java.rmi.RemoteExceptionpublic MboSetRemote getValidJobPlansForOrgAndSite(UserInfo userInfo, java.lang.String orgid, java.lang.String siteid) throws MXException, java.rmi.RemoteException
userInfo - - userInfo object for the logged in user.orgid - - organization idsiteid - - site idMXExceptionjava.rmi.RemoteExceptionJobPlanSet.getValidJobPlansForOrgAndSite(java.lang.String, java.lang.String)public MboSetRemote getMultiSiteJobPlan(UserInfo userInfo, java.lang.String jpnum, java.lang.String orgid, java.lang.String siteid) throws MXException, java.rmi.RemoteException
userInfo - - userInfo object for the logged in user.jpnum - - name of the jobplan.orgid - - organization idsiteid - - site idMXExceptionjava.rmi.RemoteExceptionJobPlanSet.getMultiSiteJobPlan(java.lang.String, java.lang.String, java.lang.String)public MboSetRemote getMultiSiteJobPlan(UserInfo userInfo, java.lang.String jpnum, java.lang.String revisionNum, java.lang.String orgid, java.lang.String siteid) throws MXException, java.rmi.RemoteException
userInfo - - userInfo object for the logged in user.jpnum - - name of the jobplan.revisionNum- - revision number.orgid - - organization idsiteid - - site idMXExceptionjava.rmi.RemoteExceptionJobPlanSet.getMultiSiteJobPlan(java.lang.String, java.lang.String, java.lang.String)public void changeStatus(JobPlanRemote jobplan, java.lang.String status, java.util.Date date, java.lang.String memo) throws MXException, java.rmi.RemoteException
jobplan - Job Plan Mbostatus - The new jobplan statusdate - The date of the jobplan status change. Defaults to the current date/time if null.memo - The status change memo.MXExceptionjava.rmi.RemoteException