public class AddTranslationWithoutContentDialog extends BaseDialogBean
{http://www.alfresco.org/model/content/1.0}content| Modifier and Type | Field and Description |
|---|---|
protected org.alfresco.service.cmr.repository.NodeRef |
newTranslation |
browseBean, isFinished, navigator, parameters| Constructor and Description |
|---|
AddTranslationWithoutContentDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
finishImpl(javax.faces.context.FacesContext context,
String outcome)
Performs the actual processing for the wizard.
|
String |
getAuthor() |
String |
getDescription() |
String |
getLanguage() |
String |
getTitle() |
javax.faces.model.SelectItem[] |
getUnusedLanguages() |
void |
init(Map<String,String> parameters)
Initialises the dialog bean
|
boolean |
isShowOtherProperties() |
void |
setAuthor(String author) |
void |
setDescription(String description) |
void |
setLanguage(String language) |
void |
setMultilingualContentService(org.alfresco.service.cmr.ml.MultilingualContentService multilingualContentService) |
void |
setShowOtherProperties(boolean showOtherProperties) |
void |
setTitle(String title) |
void |
setUserPreferencesBean(UserPreferencesBean userPreferencesBean) |
cancel, doPostCommitProcessing, finish, formatErrorMessage, getActionsConfigId, getActionsContext, getAdditionalButtons, getCancelButtonLabel, getCheckOutCheckInService, getContainerDescription, getContainerSubTitle, getContainerTitle, getDefaultCancelOutcome, getDefaultFinishOutcome, getDictionaryService, getErrorMessageId, getErrorOutcome, getFileFolderService, getFinishButtonDisabled, getFinishButtonLabel, getMoreActionsConfigId, getNamespaceService, getNodeService, getRuleService, getSearchService, getTransactionService, isFinished, restored, setBrowseBean, setDictionaryService, setFileFolderService, setNamespaceService, setNavigator, setNodeService, setSearchServicepublic void init(Map<String,String> parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogprotected String finishImpl(javax.faces.context.FacesContext context, String outcome) throws Exception
BaseDialogBeanfinishImpl in class BaseDialogBeancontext - FacesContextoutcome - The default outcomeExceptionpublic void setUserPreferencesBean(UserPreferencesBean userPreferencesBean)
userPreferencesBean - the userPreferencesBean to setpublic void setMultilingualContentService(org.alfresco.service.cmr.ml.MultilingualContentService multilingualContentService)
multilingualContentService - the multilingualContentService to setpublic String getAuthor()
public void setAuthor(String author)
author - the author to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getLanguage()
public void setLanguage(String language)
language - the language to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic javax.faces.model.SelectItem[] getUnusedLanguages()
public boolean isShowOtherProperties()
public void setShowOtherProperties(boolean showOtherProperties)
showOtherProperties - the showOtherProperties to setCopyright © 2005–2018 Alfresco Software. All rights reserved.