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 java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard.
|
java.lang.String |
getAuthor() |
java.lang.String |
getDescription() |
java.lang.String |
getLanguage() |
java.lang.String |
getTitle() |
javax.faces.model.SelectItem[] |
getUnusedLanguages() |
void |
init(java.util.Map parameters)
Initialises the dialog bean
|
boolean |
isShowOtherProperties() |
void |
setAuthor(java.lang.String author) |
void |
setDescription(java.lang.String description) |
void |
setLanguage(java.lang.String language) |
void |
setMultilingualContentService(org.alfresco.service.cmr.ml.MultilingualContentService multilingualContentService) |
void |
setShowOtherProperties(boolean showOtherProperties) |
void |
setTitle(java.lang.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(java.util.Map parameters)
IDialogBeaninit in interface IDialogBeaninit in class BaseDialogBeanparameters - Map of parameters for the dialogprotected java.lang.String finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
throws java.lang.Exception
BaseDialogBeanfinishImpl in class BaseDialogBeancontext - FacesContextoutcome - The default outcomejava.lang.Exceptionpublic void setUserPreferencesBean(UserPreferencesBean userPreferencesBean)
userPreferencesBean - the userPreferencesBean to setpublic void setMultilingualContentService(org.alfresco.service.cmr.ml.MultilingualContentService multilingualContentService)
multilingualContentService - the multilingualContentService to setpublic java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
author - the author to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setpublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language - the language to setpublic java.lang.String getTitle()
public void setTitle(java.lang.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 - 2010 Alfresco Software, Inc. All Rights Reserved.