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(FacesContext context,
String outcome)
Performs the actual processing for the wizard.
|
String |
getAuthor() |
String |
getDescription() |
String |
getLanguage() |
String |
getTitle() |
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(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, setSearchService
public void init(Map<String,String> parameters)
IDialogBean
init
in interface IDialogBean
init
in class BaseDialogBean
parameters
- Map of parameters for the dialogprotected String finishImpl(FacesContext context, String outcome) throws Exception
BaseDialogBean
finishImpl
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcomeException
public void setUserPreferencesBean(UserPreferencesBean userPreferencesBean)
userPreferencesBean
- the userPreferencesBean to setpublic void setMultilingualContentService(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 SelectItem[] getUnusedLanguages()
public boolean isShowOtherProperties()
public void setShowOtherProperties(boolean showOtherProperties)
showOtherProperties
- the showOtherProperties to setCopyright © 2005–2017 Alfresco Software. All rights reserved.