Interface HasContentScriptDTO
-
- All Known Implementing Classes:
AdminHelpContentDTO,BannerDTO,BaseEnabledContentDTO,BaseFrontendContentDTO,BaseHelpContentDTO,BaseHomeContentDTO,BaseSectionContentDTO,BaseStaticContentDTO,ClassicBannerDTO,CustomOperationDTO,CustomWizardStepDTO,DynamicDocumentDTO,EmailTemplateDTO,EmailVerificationWizardStepDTO,FloatingPageDTO,FooterContentDTO,FormFieldsWizardStepDTO,FrontendBannerDTO,FrontendDashboardContentDTO,FrontendFooterContentDTO,FrontendHelpContentDTO,FrontendHomeContentDTO,GroupSelectionWizardStepDTO,GuestHomeContentDTO,HeaderContentDTO,HomeContentDTO,IdentityProviderWizardStepDTO,LoggedUserHomeContentDTO,LoginFooterContentDTO,LoginHeaderContentDTO,MenuItemDTO,MobileHelpContentDTO,MobilePageDTO,MobilePosHelpContentDTO,PayFooterContentDTO,PayHeaderContentDTO,PhoneVerificationWizardStepDTO,UserHelpContentDTO,VerificationWizardStepDTO,VoucherTemplateDTO,WelcomeContentDTO
public interface HasContentScriptDTOA DTO for entities with content script
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomScriptVOgetContentScript()StringgetContentScriptParameters()voidsetContentScript(CustomScriptVO contentScript)voidsetContentScriptParameters(String contentScriptParameters)
-
-
-
Method Detail
-
getContentScript
CustomScriptVO getContentScript()
-
getContentScriptParameters
String getContentScriptParameters()
-
setContentScript
void setContentScript(CustomScriptVO contentScript)
-
setContentScriptParameters
void setContentScriptParameters(String contentScriptParameters)
-
-