java.lang.Object | ||||
↳ | com.microstrategy.web.transform.AbstractTransform | |||
↳ | com.microstrategy.web.transform.AbstractLayoutTransform | |||
↳ | com.microstrategy.web.app.transforms.AbstractAppTransform | |||
↳ | com.microstrategy.web.app.transforms.ScheduleOverwriteTransform |
This class is deprecated.
Starting with version 9.0 and the advent of Distribution Services, all schedule objects are replaced by subscriptions.
There is no use-case to display an 'overwrite' message for subscriptions because we now support multiple subscriptions to
the same object with same/different personalization
Renders a confirmation message when a WebSchedule is about to be overwritten.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | FP_IMG_DATAMART | This constant is deprecated. the formal parameter associated with this constant has been deprecated. | |||||||||
String | FP_IMG_DOCUMENT | This constant is deprecated. the formal parameter associated with this constant has been deprecated. | |||||||||
String | FP_IMG_GRAPH | This constant is deprecated. the formal parameter associated with this constant has been deprecated. | |||||||||
String | FP_IMG_GRID | This constant is deprecated. the formal parameter associated with this constant has been deprecated. | |||||||||
String | FP_IMG_GRID_GRAPH | This constant is deprecated. the formal parameter associated with this constant has been deprecated. | |||||||||
String | FP_IMG_RW_DOCUMENT | This constant is deprecated. the formal parameter associated with this constant has been deprecated. | |||||||||
String | FP_OBJECT_INFO_STYLE | Name for the formal parameter: objectInfoStyle |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public final int | VIEW_MODE_DOCUMENT | ||||||||||
public final int | VIEW_MODE_GRAPH | ||||||||||
public final int | VIEW_MODE_GRID | ||||||||||
public final int | VIEW_MODE_GRID_GRAPH | ||||||||||
public FormalParameter | datamartImage | This field is deprecated. The image is now defined by css class name | |||||||||
public FormalParameter | documentImage | This field is deprecated. The image is now defined by css class name | |||||||||
public FormalParameter | graphImage | This field is deprecated. The image is now defined by css class name | |||||||||
public FormalParameter | gridGraphImage | This field is deprecated. The image is now defined by css class name | |||||||||
public FormalParameter | gridImage | This field is deprecated. The image is now defined by css class name | |||||||||
public FormalParameter | objectInfoStyle | Formal parameter: Indicate which style should be used for rendering the object information | |||||||||
public FormalParameter | rwDocumentImage | This field is deprecated. The image is now defined by css class name |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ScheduleOverwriteTransform()
Default no argumnet constructor, initialize formal parameters.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebEvent |
getCancelEvent()
The event to cancel the subscription.
| ||||||||||
String |
getDescription()
Returns the description of this transform.
| ||||||||||
WebEvent |
getReturnEvent()
The event to trigger after the schedule is saved correctly.
| ||||||||||
WebEvent |
getSaveEvent()
The event to create a new subscription.
| ||||||||||
Class |
getSupportedBeanType()
Returns the supported bean type for the transform.
| ||||||||||
void |
initializeTransform(Transformable data)
Extends
initializeTransform by keeping its own copy of the data. | ||||||||||
void | renderAreYouSure(MarkupOutput out) | ||||||||||
void | renderDuplicateMessage(MarkupOutput out) | ||||||||||
void |
renderExecuteButtons(MarkupOutput out)
Renders the "Overwrite" and "Cancel" buttons on the overwrite dialog.
| ||||||||||
void |
renderFormEnd(MarkupOutput out)
Renders the FORM tag end.
| ||||||||||
void |
renderFormStart(MarkupOutput out)
Renders the FORM tag start.
| ||||||||||
void | renderMessageFooter(MarkupOutput out) | ||||||||||
void | renderMessageTitle(MarkupOutput out) | ||||||||||
void | renderMobileMessage(MarkupOutput out) | ||||||||||
void |
renderObjectInfo(MarkupOutput out)
Renders the object information of the object to which the subscription is created.
| ||||||||||
void |
renderTitle(MarkupOutput out)
Renders the title informing about overwriting the web schedule.
| ||||||||||
void |
renderTriggerInfo(MarkupOutput out)
Renders the information about the trigger about to be overwritten.
| ||||||||||
void | renderTriggerInfo(MarkupOutput out, WebSchedule ws) | ||||||||||
void |
transformForRequestSuccessful(MarkupOutput out)
Transform when the bean status is "Successful".
| ||||||||||
void |
transformForRequestWaitingForUserInput(MarkupOutput out)
Transform when the bean status is "WaitingForUserInput".
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
This constant is deprecated.
the formal parameter associated with this constant has been deprecated.
This constant is deprecated.
the formal parameter associated with this constant has been deprecated.
This constant is deprecated.
the formal parameter associated with this constant has been deprecated.
This constant is deprecated.
the formal parameter associated with this constant has been deprecated.
This constant is deprecated.
the formal parameter associated with this constant has been deprecated.
This constant is deprecated.
the formal parameter associated with this constant has been deprecated.
Name for the formal parameter: objectInfoStyle
This field is deprecated.
The image is now defined by css class name
Name of the image used to display when overwriting a datamart report subscription. If you have a subscription to a grid report and if you try to create a new subscription to the same report with the same schedule, then we will show you an overwrite confirm message along with this image.
This field is deprecated.
The image is now defined by css class name
Name of the image used to display when overwriting a document subscription. If you have a subscription to a document and if you try to create a new subscription to the same document with the same schedule, then we will show you an overwrite confirm message along with this image.
This field is deprecated.
The image is now defined by css class name
Name of the image used to display when overwriting a graph report subscription.
If you have a subscription to a graph report and if you try to create a new subscription to the same report with the same schedule,
then we will show you an overwrite confirm message along with this image.
This field is deprecated.
The image is now defined by css class name
Name of the image used to display when overwriting a grid-graph report subscription. If you have a subscription to a grid-graph report and if you try to create a new subscription to the same report with the same schedule, then we will show you an overwrite confirm message along with this image.
This field is deprecated.
The image is now defined by css class name
Name of the image used to display when overwriting a grid report subscription. If you have a subscription to a grid report and if you try to create a new subscription to the same report with the same schedule, then we will show you an overwrite confirm message along with this image.
Formal parameter: Indicate which style should be used for rendering the object information
This field is deprecated.
The image is now defined by css class name
Name of the image used to display when overwriting a document subscription. If you have a subscription to a document and if you try to create a new subscription to the same document with the same schedule, then we will show you an overwrite confirm message along with this image.
Default no argumnet constructor, initialize formal parameters.
The event to cancel the subscription.
EnumScheduleBeanEvents.SCHEDULE_EVENT_CANCEL
event.
Returns the description of this transform.
This is used in the style catalog editor.
The event to trigger after the schedule is saved correctly.
EnumServletEvents.WebEventCancel
event (this will
automatically go back to the last succesfull page).
The event to create a new subscription.
EnumScheduleBeanEvents.SCHEDULE_EVENT_SAVE
event.
Returns the supported bean type for the transform.
ScheduleBean
bean for this transform.
Extends initializeTransform
by keeping its own copy of the data.
This method initializes the private and protected fields of the transform.
It also invokes the initializeTransform method of the parent.
data | the bean to transform. |
---|
Renders the "Overwrite" and "Cancel" buttons on the overwrite dialog.
out | The transform's output. |
---|
Renders the FORM tag end.
out | The transform's output. |
---|
Renders the FORM tag start.
out | The transform's output. |
---|
Renders the object information of the object to which the subscription is created.
out | MarkupOutput instance to modify with the transform's output.
|
---|
Renders the title informing about overwriting the web schedule.
out | The transform's output. |
---|
Renders the information about the trigger about to be overwritten.
out | The transform's output. |
---|
Transform when the bean status is "Successful". Just calls transformForRequestWaitingForUserInput, which is the correct status. This transform, after collecting and saving the information, expects to go back to its previous page.
out | Output by this transform |
---|
Transform when the bean status is "WaitingForUserInput". This is the main state when overwriting a new subscrription.
out | Output by this transform |
---|