|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.wvs.client.beans.Schedule
Field Summary | |
private String |
containerRef
|
Constructor Summary | |
Schedule()
|
Method Summary | |
boolean |
createScheduleItem(String name,
String description,
String publish,
boolean immediate,
String startYear,
String startMonth,
String startDay,
String startHour,
String startMinute,
String frequency,
String freqDay,
String freqHour,
String freqMinute,
String dateMessage)
Creates a schedule entry Supported API: false |
boolean |
createScheduleItem(String name,
String description,
String publish,
boolean immediate,
String startYear,
String startMonth,
String startDay,
String startHour,
String startMinute,
String frequency,
String freqDay,
String freqHour,
String freqMinute,
String dateMessage,
boolean listOnly)
Creates a schedule entry Supported API: false |
boolean |
deleteScheduleItem(String objectReference)
Deletes a schedule entry Supported API: false |
String |
getContainerName()
|
String |
getContainerRef()
|
String |
getDayPulldown()
retrives the Day pulldown Supported API: false |
String |
getErrorMessage()
Returns error message during server side processing Supported API: false |
String |
getHourPulldown()
retrives the Hour pulldown Supported API: false |
String |
getHourPulldown(int defaultHour,
String idPrefix)
retrives the Hour pulldown Supported API: false |
String |
getList(String statusText,
Locale locale)
Returns a list of all the Scheduled jobs Supported API: false |
String |
getLogFileContents(String objectReference)
get the log file contents for a schedule job Supported API: false |
String |
getMinutePulldown()
retrives the Minute pulldown Supported API: false |
String |
getMinutePulldown(int defaultMinute,
String idPrefix)
retrives the Minute pulldown Supported API: false |
String |
getMonthPulldown()
retrives the Month pulldown Supported API: false |
String |
getPublishMethods()
retrives the Publish Methods in a form of an HTML SELECT list Supported API: false |
String |
getQueueName()
Returns the name of the Schedule Queue Supported API: false |
String |
getYearPulldown()
retrives the Year pulldown Supported API: false |
boolean |
isVerbose()
|
void |
setContainerRef(String ref)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String containerRef
Constructor Detail |
public Schedule()
Method Detail |
public void setContainerRef(String ref)
public String getContainerRef()
public String getContainerName()
public String getQueueName()
public String getLogFileContents(String objectReference)
objectReference
- queue entry
public String getList(String statusText, Locale locale)
statusText
- value for status field, comma separated eg. "Done,Once"
public boolean createScheduleItem(String name, String description, String publish, boolean immediate, String startYear, String startMonth, String startDay, String startHour, String startMinute, String frequency, String freqDay, String freqHour, String freqMinute, String dateMessage)
name
- The name of the schedule entry to be createddescription
- The description of the schedule entry to be createdpublish
- The type of job to submitimmediate
- true if job is to be submitted immediately (otherewise uses start)startYear
- Year in the form YYYYstartMonth
- Month the form MM start from 01 for JanuarystartDay
- Day the form DDstartHour
- Hour the form DDstartMinute
- Minute the form DDfrequency
- The number of runsfreqDay
- Day frequencyfreqHour
- Hour frequencyfreqMinute
- Minute frequencydateMessage
- Invalid date error message
public boolean createScheduleItem(String name, String description, String publish, boolean immediate, String startYear, String startMonth, String startDay, String startHour, String startMinute, String frequency, String freqDay, String freqHour, String freqMinute, String dateMessage, boolean listOnly)
name
- The name of the schedule entry to be createddescription
- The description of the schedule entry to be createdpublish
- The type of job to submitimmediate
- true if job is to be submitted immediately (otherewise uses start)startYear
- Year in the form YYYYstartMonth
- Month the form MM start from 01 for JanuarystartDay
- Day the form DDstartHour
- Hour the form DDstartMinute
- Minute the form DDfrequency
- The number of runsfreqDay
- Day frequencyfreqHour
- Hour frequencyfreqMinute
- Minute frequencydateMessage
- Invalid date error messagelistOnly
- only create a log file with the list of object to be published
public boolean deleteScheduleItem(String objectReference)
objectReference
- entry to delete
public String getPublishMethods()
public String getYearPulldown()
public String getMonthPulldown()
public String getDayPulldown()
public String getHourPulldown()
public String getHourPulldown(int defaultHour, String idPrefix)
defaultHour
- The selected hour
public String getMinutePulldown()
public String getMinutePulldown(int defaultMinute, String idPrefix)
defaultMinute
- The selected item
public boolean isVerbose()
public String getErrorMessage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |