public class ResourceTimeBasedPublishingControl extends WcmResourceControl implements com.sapportals.wdf.event.WdfEventReceiver
| Modifier and Type | Class and Description |
|---|---|
protected class |
ResourceTimeBasedPublishingControl.TBPStatus |
WcmResourceControl.ResourceNotFoundExceptionSTART_PAGE_BROWSE, START_PAGE_DETAILS, uriBLANK_LINK_TARGET, CELL_PADDING_STANDARD, CELL_SPACING_STANDARD, CONTROL_HEADER_STANDARD, DETAILS_CONFIG_FILE, NONE, RES_BUTTON_ADD, RES_BUTTON_APPLY, RES_BUTTON_BACK, RES_BUTTON_CANCEL, RES_BUTTON_CLOSE, RES_BUTTON_LOAD, RES_BUTTON_MORE, RES_BUTTON_OK, RES_BUTTON_REMOVE, RES_BUTTON_SAVE, RES_BUTTON_SELECT, RES_BUTTON_UPDATE, resourceContext, SUMMARY| Constructor and Description |
|---|
ResourceTimeBasedPublishingControl()
Default Constructor
|
ResourceTimeBasedPublishingControl(String controlID)
Constructor with ConstrolID
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayStatus() |
boolean |
getSendBackEvent()
Gets the sendBackEvent attribute of the ResourceTimeBasedPublishingControl object
|
boolean |
getTbpEnabledFlag()
Gets the tbpEnabledFlag attribute of the ResourceTimeBasedPublishingControl object
|
int |
getTbpNotificationDays() |
boolean |
isInitializeFromParent() |
boolean |
isOverview() |
boolean |
isTbpSendNotification() |
com.sapportals.wdf.event.WdfEvent |
onCancel(com.sapportals.htmlb.event.Event event)
Description of the Method
|
com.sapportals.wdf.event.WdfEvent |
onTBPCancelPropagate(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onTBPDisable(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onTBPEnable(com.sapportals.htmlb.event.Event event)
Handlermethod for button 'save'
|
com.sapportals.wdf.event.WdfEvent |
onTBPOK(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onTBPPropagate(com.sapportals.htmlb.event.Event event) |
com.sapportals.wdf.event.WdfEvent |
onTBPUpdate(com.sapportals.htmlb.event.Event event) |
protected void |
readInputData() |
void |
receive(com.sapportals.wdf.event.WdfEvent impEvent)
Description of the Method
|
com.sapportals.htmlb.Component |
render()
renderes the complete Control
|
void |
setDisplayStatus(String displayStatus) |
void |
setInitializeFromParent(boolean initializeFromParent) |
void |
setOverview(boolean isOverview) |
void |
setSendBackEvent(boolean flag)
Sets the sendBackEvent attribute of the ResourceTimeBasedPublishingControl object
|
void |
setTbpEnabledFlag(boolean imptbpEnabled)
Sets the tbpEnabledFlag attribute of the ResourceTimeBasedPublishingControl object
|
void |
setTbpNotificationDays(int tbpNotificationDays) |
void |
setTbpSendNotification(boolean tbpSendNotification) |
checkArchivingStauts, getAOStates, getDetailsPageUri, getResource, getResourceLink, getResourceList, getSafeResource, getUri, setResource, setUrigetBaseBundleString, getBaseBundleString, getBaseBundleString, getBaseBundleString, getBundleString, getBundleString, getBundleString, getBundleString, getBusinessCardLink, getImage, getParameterConfiguration, getResourceContext, getServicePageUri, handleException, isSection508Rendering, isTestMode, isVisible, setControlContext, setResourceContext, setTestMode, setVisiblecreate, create, createNestedControls, createUnequivocallyComponentId, dispatchHtmlbEvent, dispatchWdfEvent, getControlContext, getDynPage, getID, getParent, getPersistenceComponentManager, getRootControl, getStackId, initialize, initializeImpl, isInitialized, register, renderPersistentProperties, resetNestedControls, restorePersistentProperties, restoreProperties, setID, setInitialized, setParent, setStackId, triggerInputpublic ResourceTimeBasedPublishingControl()
throws WcmException
WcmException - Exception raised in failure situationpublic ResourceTimeBasedPublishingControl(String controlID) throws WcmException
controlID - Description of the paramWcmException - Exception raised in failure situationpublic String getDisplayStatus()
public void setDisplayStatus(String displayStatus)
public int getTbpNotificationDays()
public void setTbpNotificationDays(int tbpNotificationDays)
public boolean isInitializeFromParent()
public void setInitializeFromParent(boolean initializeFromParent)
public boolean isTbpSendNotification()
public void setTbpSendNotification(boolean tbpSendNotification)
protected void readInputData()
throws com.sapportals.wdf.WdfException
readInputData in class WcmBaseControlcom.sapportals.wdf.WdfExceptionpublic void setTbpEnabledFlag(boolean imptbpEnabled)
imptbpEnabled - The new tbpEnabledFlag valuepublic boolean getTbpEnabledFlag()
throws ResourceException
ResourceException - Exception raised in failure situationpublic void setSendBackEvent(boolean flag)
flag - The new sendBackEvent valuepublic boolean getSendBackEvent()
public com.sapportals.htmlb.Component render()
render in class com.sapportals.wdf.stack.Controlpublic com.sapportals.wdf.event.WdfEvent onTBPEnable(com.sapportals.htmlb.event.Event event)
event - Description of the parampublic com.sapportals.wdf.event.WdfEvent onTBPUpdate(com.sapportals.htmlb.event.Event event)
event - Description of the parampublic com.sapportals.wdf.event.WdfEvent onTBPOK(com.sapportals.htmlb.event.Event event)
event - Description of the parampublic com.sapportals.wdf.event.WdfEvent onTBPPropagate(com.sapportals.htmlb.event.Event event)
event - Description of the parampublic com.sapportals.wdf.event.WdfEvent onTBPCancelPropagate(com.sapportals.htmlb.event.Event event)
event - Description of the parampublic com.sapportals.wdf.event.WdfEvent onTBPDisable(com.sapportals.htmlb.event.Event event)
event - Description of the parampublic com.sapportals.wdf.event.WdfEvent onCancel(com.sapportals.htmlb.event.Event event)
throws WcmException
event - Description of the paramWcmException - Exception raised in failure situationpublic void receive(com.sapportals.wdf.event.WdfEvent impEvent)
throws com.sapportals.wdf.WdfException
receive in interface com.sapportals.wdf.event.WdfEventReceiverreceive in class WcmResourceControlimpEvent - Description of the paramcom.sapportals.wdf.WdfException - Exception raised in failure situationpublic boolean isOverview()
public void setOverview(boolean isOverview)
isOverview - The isOverview to set.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com]
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice