Modifier and Type | Method and Description |
---|---|
void |
deleteForecast(java.lang.String nullValue) |
void |
generateForecast(java.lang.String genDuration)
Generates forecast records for this PM.
|
void |
generateWork(java.lang.String useFreqCritLeadTime)
Generates work orders from this PM.
|
void |
reforecastSubsequentDates(java.lang.String nullValue) |
void generateForecast(java.lang.String genDuration) throws java.rmi.RemoteException, MXException
genDuration
- The number of days ahead to generate forecast for in the format of string.MXException
java.rmi.RemoteException
void deleteForecast(java.lang.String nullValue) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
void reforecastSubsequentDates(java.lang.String nullValue) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
void generateWork(java.lang.String useFreqCritLeadTime) throws java.rmi.RemoteException, MXException
useFreqCritLeadTime
- String value indicating PM's frequency criteria and lead time separated by :MXException
java.rmi.RemoteException