mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)
99981: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud) (PARTIAL MERGE) 99482: Merged DEV to 5.0.N (5.0.1) 99198 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc typo in project alfresco-jlan 99413 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc parameters inconsistence in project alfresco-jlan 99205 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc parameters inconsistence in project core 99415 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc parameters inconsistence in project data-model 99227 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc parameters inconsistence in project file-transfer-receiver 99416 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc parameters inconsistence in project legacy-lucene 99417 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc parameters inconsistence in project qa-share 99418 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc parameters inconsistence in project remote-api 99427 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc in project Repository, letters S..Z 99433 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc in project Repository, letters A..R 99421 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc parameters inconsistence in project share-po 99247 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc typo in project slingshot 99248 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc parameters inconsistence in project slingshot 99424 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc parameters inconsistence in project solr 99426 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc parameters inconsistence in project solr4 99253 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc parameters inconsistence in project solr-client 99259 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc parameters inconsistence in project web-client 99260 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code - Changed Javadoc parameters inconsistence in project web-framework-commons git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100501 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -688,7 +688,7 @@ public class Application
|
||||
/**
|
||||
* Return the language Locale for the current user context
|
||||
*
|
||||
* @param context FacesContext for the current user
|
||||
* @param fc FacesContext for the current user
|
||||
*
|
||||
* @return Current language Locale set or the VM default if none set - never null
|
||||
*/
|
||||
|
@@ -1,19 +1,19 @@
|
||||
/*
|
||||
* Copyright (C) 2005-2010 Alfresco Software Limited.
|
||||
*
|
||||
* This file is part of Alfresco
|
||||
*
|
||||
* Alfresco is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Lesser General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Alfresco is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* Copyright (C) 2005-2010 Alfresco Software Limited.
|
||||
*
|
||||
* This file is part of Alfresco
|
||||
*
|
||||
* Alfresco is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Lesser General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Alfresco is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package org.alfresco.web.app;
|
||||
@@ -272,7 +272,6 @@ public final class ResourceBundleWrapper extends ResourceBundle implements Seria
|
||||
/**
|
||||
* Factory method to get a named wrapped resource bundle for a particular locale.
|
||||
*
|
||||
* @param servletContext ServletContext
|
||||
* @param name Bundle name
|
||||
* @param locale Locale to retrieve bundle for
|
||||
*
|
||||
|
@@ -382,7 +382,7 @@ public abstract class BaseServlet extends HttpServlet
|
||||
/**
|
||||
* Resolves the given path elements to a NodeRef in the current repository
|
||||
*
|
||||
* @param WebApplicationContext Context
|
||||
* @param wc WebApplicationContext Context
|
||||
* @param args The elements of the path to lookup
|
||||
* @param decode True to decode the arg from UTF-8 format, false for no decoding
|
||||
*/
|
||||
|
@@ -105,7 +105,7 @@ public class GlobalLocalizationFilter implements Filter
|
||||
/**
|
||||
* Apply Client and Repository language locale based on the 'Accept-Language' request header
|
||||
*
|
||||
* @param request HttpServletRequest
|
||||
* @param req HttpServletRequest
|
||||
*/
|
||||
public void setLanguageFromRequestHeader(HttpServletRequest req)
|
||||
{
|
||||
|
@@ -2304,7 +2304,7 @@ public class BrowseBean implements IContextListener, Serializable
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param NodeRef The NodeRef for this browse navigation element
|
||||
* @param nodeRef The NodeRef for this browse navigation element
|
||||
* @param label Element label
|
||||
*/
|
||||
public BrowseBreadcrumbHandler(NodeRef nodeRef, String label)
|
||||
|
@@ -577,7 +577,7 @@ public class CategoriesDialog extends BaseDialogBean implements IContextListener
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param NodeRef The NodeRef for this browse navigation element
|
||||
* @param nodeRef The NodeRef for this browse navigation element
|
||||
* @param label Element label
|
||||
*/
|
||||
public CategoryBreadcrumbHandler(NodeRef nodeRef, String label)
|
||||
|
@@ -966,7 +966,7 @@ public class DocumentDetailsDialog extends BaseDetailsBean implements Navigatio
|
||||
}
|
||||
|
||||
/**
|
||||
* @param EditionService The Edition Service to set.
|
||||
* @param editionService The Edition Service to set.
|
||||
*/
|
||||
public void setEditionService(EditionService editionService)
|
||||
{
|
||||
|
@@ -577,7 +577,7 @@ public class VersionedDocumentDetailsDialog implements Serializable
|
||||
}
|
||||
|
||||
/**
|
||||
* @param Multilingual Content Service the Multilingual Content Service to set
|
||||
* @param multilingualContentService Content Service the Multilingual Content Service to set
|
||||
*/
|
||||
public void setMultilingualContentService(MultilingualContentService multilingualContentService)
|
||||
{
|
||||
|
@@ -136,7 +136,7 @@ public class MultilingualManageDialog extends BaseDialogBean
|
||||
}
|
||||
|
||||
/**
|
||||
* @param EditionService The Edition Service to set.
|
||||
* @param editionService The Edition Service to set.
|
||||
*/
|
||||
public void setEditionService(EditionService editionService)
|
||||
{
|
||||
|
@@ -380,7 +380,7 @@ public class NewEditionWizard extends BaseWizardBean
|
||||
}
|
||||
|
||||
/**
|
||||
* @param language the language to set
|
||||
* @param locale the language to set
|
||||
*/
|
||||
public void setLanguage(Locale locale)
|
||||
{
|
||||
@@ -468,7 +468,7 @@ public class NewEditionWizard extends BaseWizardBean
|
||||
}
|
||||
|
||||
/**
|
||||
* @param selectedTranslationLanguage the selectedTranslationLanguage to set
|
||||
* @param language the selectedTranslationLanguage to set
|
||||
*/
|
||||
public void setSelectedTranslationLanguage(String language)
|
||||
{
|
||||
|
@@ -56,7 +56,7 @@ public final class PreferencesService
|
||||
}
|
||||
|
||||
/**
|
||||
* @param user User instance
|
||||
* @param session Http session
|
||||
* @return The Preferences for the current User instance.
|
||||
*/
|
||||
public static Preferences getPreferences(HttpSession session)
|
||||
|
@@ -208,24 +208,24 @@ public final class Repository
|
||||
{
|
||||
String name = null;
|
||||
|
||||
// Check that node reference still exists
|
||||
if (nodeService.exists(ref) == true)
|
||||
{
|
||||
// try to find a display "name" property for this node
|
||||
Object nameProp = nodeService.getProperty(ref, ContentModel.PROP_NAME);
|
||||
if (nameProp != null)
|
||||
{
|
||||
name = nameProp.toString();
|
||||
}
|
||||
else
|
||||
{
|
||||
// revert to using QName if not found
|
||||
QName qname = nodeService.getPrimaryParent(ref).getQName();
|
||||
if (qname != null)
|
||||
{
|
||||
name = qname.getLocalName();
|
||||
}
|
||||
}
|
||||
// Check that node reference still exists
|
||||
if (nodeService.exists(ref) == true)
|
||||
{
|
||||
// try to find a display "name" property for this node
|
||||
Object nameProp = nodeService.getProperty(ref, ContentModel.PROP_NAME);
|
||||
if (nameProp != null)
|
||||
{
|
||||
name = nameProp.toString();
|
||||
}
|
||||
else
|
||||
{
|
||||
// revert to using QName if not found
|
||||
QName qname = nodeService.getPrimaryParent(ref).getQName();
|
||||
if (qname != null)
|
||||
{
|
||||
name = qname.getLocalName();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return name;
|
||||
@@ -729,7 +729,7 @@ public final class Repository
|
||||
*
|
||||
* @param context Faces Context
|
||||
* @param nodeService The node service
|
||||
* @param searchService used to perform the search
|
||||
* @param personService PersonService
|
||||
* @return List of Person node objects
|
||||
*/
|
||||
public static List<Node> getUsers(FacesContext context, NodeService nodeService, PersonService personService)
|
||||
|
@@ -758,7 +758,7 @@ public class CreateRuleWizard extends BaseActionWizard
|
||||
/**
|
||||
* Sets the rulesDialog instance to be used by the wizard in edit mode
|
||||
*
|
||||
* @param rulesDialog The rulesDialog
|
||||
* @param RulesDialog The rulesDialog
|
||||
*/
|
||||
public void setRulesDialog(RulesDialog RulesDialog)
|
||||
{
|
||||
|
@@ -507,8 +507,8 @@ public class SearchContext implements Serializable
|
||||
*
|
||||
* @param qname QName.toString() of the attribute
|
||||
* @param value Non-null value of the attribute
|
||||
* @param attrBuf Attribute search buffer to append lucene terms to
|
||||
* @param textBuf Text search buffer to append lucene terms to
|
||||
* @param appendText Attribute search buffer to append lucene terms to
|
||||
* @param mnBuf Text search buffer to append lucene terms to
|
||||
*/
|
||||
private static void processSearchTextAttribute(String qname, String value, boolean appendText, StringBuilder mnBuf)
|
||||
{
|
||||
@@ -555,7 +555,7 @@ public class SearchContext implements Serializable
|
||||
* Generate a search XPATH pointing to the specified node, optionally return an XPATH
|
||||
* that includes the child nodes.
|
||||
*
|
||||
* @param id Of the node to generate path too
|
||||
* @param ref Of the node to generate path too
|
||||
* @param children Whether to include children of the node
|
||||
*
|
||||
* @return the path
|
||||
@@ -756,7 +756,6 @@ public class SearchContext implements Serializable
|
||||
* Add an additional attribute to search against for simple searches
|
||||
*
|
||||
* @param qname QName of the attribute to search against
|
||||
* @param value Value of the attribute to use
|
||||
*/
|
||||
public void addSimpleAttributeQuery(QName qname)
|
||||
{
|
||||
|
@@ -133,7 +133,7 @@ public class UserPreferencesBean implements Serializable
|
||||
}
|
||||
|
||||
/**
|
||||
* @param languageStr A valid locale string or {@link #MSG_CONTENTALLLANGUAGES}
|
||||
* @param contentFilterLanguage A valid locale string or {@link #MSG_CONTENTALLLANGUAGES}
|
||||
*/
|
||||
public void setContentFilterLanguage(String contentFilterLanguage)
|
||||
{
|
||||
@@ -233,7 +233,6 @@ public class UserPreferencesBean implements Serializable
|
||||
/**
|
||||
* Helper to return the available language items
|
||||
*
|
||||
* @param includeAllLanguages True to include a marker item for "All Languages"
|
||||
* @return Array of SelectItem objects
|
||||
*/
|
||||
private static SelectItem[] getLanguageItems()
|
||||
|
@@ -178,7 +178,7 @@ public class UsersBeanProperties implements Serializable
|
||||
}
|
||||
|
||||
/**
|
||||
* @param searchServiceq the search service
|
||||
* @param searchService the search service
|
||||
*/
|
||||
public void setSearchService(SearchService searchService)
|
||||
{
|
||||
@@ -306,7 +306,7 @@ public class UsersBeanProperties implements Serializable
|
||||
}
|
||||
|
||||
/**
|
||||
* @param person The person context to set.
|
||||
* @param p The person context to set.
|
||||
*/
|
||||
public void setPerson(final Node p)
|
||||
{
|
||||
|
@@ -71,7 +71,7 @@ public class ActionsConfigElement extends ConfigElementAdapter
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.alfresco.config.ConfigElement)
|
||||
* @see org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.springframework.extensions.config.ConfigElement)
|
||||
*/
|
||||
public ConfigElement combine(ConfigElement configElement)
|
||||
{
|
||||
|
@@ -69,7 +69,7 @@ public class AdvancedSearchConfigElement extends ConfigElementAdapter implements
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.alfresco.config.ConfigElement)
|
||||
* @see org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.springframework.extensions.config.ConfigElement)
|
||||
*/
|
||||
public ConfigElement combine(ConfigElement configElement)
|
||||
{
|
||||
|
@@ -77,7 +77,7 @@ public class ClientConfigElement extends ConfigElementAdapter
|
||||
private boolean allowUserConfig = true;
|
||||
private int pickerSearchMinimum = 2;
|
||||
private boolean checkContextAgainstPath = false;
|
||||
private boolean allowUserScriptExecute = false;
|
||||
private boolean allowUserScriptExecute = false;
|
||||
private boolean isBulkFetchEnabled = true;
|
||||
private String emailRegExp = "^([-A-Za-z0-9\\xc0-\\xff!#$%&'*+\\/=?^_`{}~|]+\\.)*[-A-Za-z0-9\\xc0-\\xff!#$%&'*+\\/=?^_`{}|~_]+@([\\.A-Za-z0-9_-])*[A-Za-z0-9_-]$";
|
||||
|
||||
@@ -100,7 +100,7 @@ public class ClientConfigElement extends ConfigElementAdapter
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.alfresco.config.ConfigElement)
|
||||
* @see org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.springframework.extensions.config.ConfigElement)
|
||||
*/
|
||||
public ConfigElement combine(ConfigElement configElement)
|
||||
{
|
||||
@@ -314,17 +314,17 @@ public class ClientConfigElement extends ConfigElementAdapter
|
||||
{
|
||||
combinedElement.setPickerSearchMinimum(newElement.getPickerSearchMinimum());
|
||||
}
|
||||
|
||||
if (newElement.getCheckContextAgainstPath() != combinedElement.getCheckContextAgainstPath())
|
||||
{
|
||||
combinedElement.setCheckContextAgainstPath(newElement.getCheckContextAgainstPath());
|
||||
|
||||
if (newElement.getCheckContextAgainstPath() != combinedElement.getCheckContextAgainstPath())
|
||||
{
|
||||
combinedElement.setCheckContextAgainstPath(newElement.getCheckContextAgainstPath());
|
||||
}
|
||||
|
||||
if (newElement.getAllowUserScriptExecute() != combinedElement.getAllowUserScriptExecute())
|
||||
{
|
||||
combinedElement.setAllowUserScriptExecute(newElement.getAllowUserScriptExecute());
|
||||
}
|
||||
|
||||
if (newElement.getAllowUserScriptExecute() != combinedElement.getAllowUserScriptExecute())
|
||||
{
|
||||
combinedElement.setAllowUserScriptExecute(newElement.getAllowUserScriptExecute());
|
||||
}
|
||||
|
||||
return combinedElement;
|
||||
}
|
||||
|
||||
@@ -638,7 +638,7 @@ public class ClientConfigElement extends ConfigElementAdapter
|
||||
/**
|
||||
* Sets whether AJAX support is enabled in the client
|
||||
*
|
||||
* @param nodeSummaryEnabled
|
||||
* @param ajaxEnabled
|
||||
*/
|
||||
/*package*/ void setNodeSummaryEnabled(boolean ajaxEnabled)
|
||||
{
|
||||
@@ -875,21 +875,21 @@ public class ClientConfigElement extends ConfigElementAdapter
|
||||
{
|
||||
this.pickerSearchMinimum = searchMinimum;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return true if the context path should be checked against the path in the current URL
|
||||
*/
|
||||
public boolean getCheckContextAgainstPath()
|
||||
{
|
||||
return this.checkContextAgainstPath;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param checkContextAgainstPath true to check the context path against the path in the current URL
|
||||
*/
|
||||
/*package*/ void setCheckContextAgainstPath(boolean checkContextAgainstPath)
|
||||
{
|
||||
this.checkContextAgainstPath = checkContextAgainstPath;
|
||||
|
||||
/**
|
||||
* @return true if the context path should be checked against the path in the current URL
|
||||
*/
|
||||
public boolean getCheckContextAgainstPath()
|
||||
{
|
||||
return this.checkContextAgainstPath;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param checkContextAgainstPath true to check the context path against the path in the current URL
|
||||
*/
|
||||
/*package*/ void setCheckContextAgainstPath(boolean checkContextAgainstPath)
|
||||
{
|
||||
this.checkContextAgainstPath = checkContextAgainstPath;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -906,7 +906,7 @@ public class ClientConfigElement extends ConfigElementAdapter
|
||||
/*package*/ void setAllowUserScriptExecute(boolean allowUserScriptExecute)
|
||||
{
|
||||
this.allowUserScriptExecute = allowUserScriptExecute;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return true if bulk fetch is enabled
|
||||
|
@@ -62,7 +62,7 @@ public class CommandServletConfigElement extends ConfigElementAdapter
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.alfresco.config.ConfigElement)
|
||||
* @see org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.springframework.extensions.config.ConfigElement)
|
||||
*/
|
||||
public ConfigElement combine(ConfigElement configElement)
|
||||
{
|
||||
|
@@ -69,7 +69,7 @@ public class DashboardsConfigElement extends ConfigElementAdapter
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.alfresco.config.ConfigElement)
|
||||
* @see org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.springframework.extensions.config.ConfigElement)
|
||||
*/
|
||||
public ConfigElement combine(ConfigElement configElement)
|
||||
{
|
||||
|
@@ -60,7 +60,7 @@ public class DialogsConfigElement extends ConfigElementAdapter
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.alfresco.config.ConfigElement#getChildren()
|
||||
* @see ConfigElement#getChildren()
|
||||
*/
|
||||
public List<ConfigElement> getChildren()
|
||||
{
|
||||
@@ -68,7 +68,7 @@ public class DialogsConfigElement extends ConfigElementAdapter
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.alfresco.config.ConfigElement#combine(org.alfresco.config.ConfigElement)
|
||||
* @see ConfigElement#combine(org.springframework.extensions.config.ConfigElement)
|
||||
*/
|
||||
public ConfigElement combine(ConfigElement configElement)
|
||||
{
|
||||
|
@@ -67,7 +67,7 @@ public class LanguagesConfigElement extends ConfigElementAdapter
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.alfresco.config.ConfigElement)
|
||||
* @see org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.springframework.extensions.config.ConfigElement)
|
||||
*/
|
||||
public ConfigElement combine(ConfigElement configElement)
|
||||
{
|
||||
|
@@ -56,7 +56,7 @@ public class NavigationConfigElement extends ConfigElementAdapter
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.alfresco.config.ConfigElement#getChildren()
|
||||
* @see ConfigElement#getChildren()
|
||||
*/
|
||||
public List<ConfigElement> getChildren()
|
||||
{
|
||||
@@ -121,7 +121,7 @@ public class NavigationConfigElement extends ConfigElementAdapter
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.alfresco.config.ConfigElement#combine(org.alfresco.config.ConfigElement)
|
||||
* @see ConfigElement#combine(org.springframework.extensions.config.ConfigElement)
|
||||
*/
|
||||
public ConfigElement combine(ConfigElement configElement)
|
||||
{
|
||||
|
@@ -59,7 +59,7 @@ public class PropertySheetConfigElement extends ConfigElementAdapter
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.alfresco.config.ConfigElement#getChildren()
|
||||
* @see ConfigElement#getChildren()
|
||||
*/
|
||||
public List<ConfigElement> getChildren()
|
||||
{
|
||||
@@ -67,7 +67,7 @@ public class PropertySheetConfigElement extends ConfigElementAdapter
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.alfresco.config.ConfigElement#combine(org.alfresco.config.ConfigElement)
|
||||
* @see ConfigElement#combine(org.springframework.extensions.config.ConfigElement)
|
||||
*/
|
||||
public ConfigElement combine(ConfigElement configElement)
|
||||
{
|
||||
|
@@ -61,7 +61,7 @@ public class SidebarConfigElement extends ConfigElementAdapter implements Serial
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.alfresco.config.ConfigElement#getChildren()
|
||||
* @see ConfigElement#getChildren()
|
||||
*/
|
||||
public List<ConfigElement> getChildren()
|
||||
{
|
||||
@@ -69,7 +69,7 @@ public class SidebarConfigElement extends ConfigElementAdapter implements Serial
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.alfresco.config.ConfigElement#combine(org.alfresco.config.ConfigElement)
|
||||
* @see ConfigElement#combine(org.springframework.extensions.config.ConfigElement)
|
||||
*/
|
||||
public ConfigElement combine(ConfigElement configElement)
|
||||
{
|
||||
|
@@ -102,7 +102,7 @@ public class ViewsConfigElement extends ConfigElementAdapter implements Serializ
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.alfresco.config.ConfigElement)
|
||||
* @see org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.springframework.extensions.config.ConfigElement)
|
||||
*/
|
||||
public ConfigElement combine(ConfigElement configElement)
|
||||
{
|
||||
|
@@ -59,7 +59,7 @@ public class WizardsConfigElement extends ConfigElementAdapter
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.alfresco.config.ConfigElement#getChildren()
|
||||
* @see ConfigElement#getChildren()
|
||||
*/
|
||||
public List<ConfigElement> getChildren()
|
||||
{
|
||||
@@ -67,7 +67,7 @@ public class WizardsConfigElement extends ConfigElementAdapter
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.alfresco.config.ConfigElement#combine(org.alfresco.config.ConfigElement)
|
||||
* @see ConfigElement#combine(org.springframework.extensions.config.ConfigElement)
|
||||
*/
|
||||
public ConfigElement combine(ConfigElement configElement)
|
||||
{
|
||||
|
@@ -319,7 +319,7 @@ public abstract class Sort
|
||||
private static class SimpleComparator implements Comparator
|
||||
{
|
||||
/**
|
||||
* @see org.alfresco.web.data.IDataComparator#compare(java.lang.Object, java.lang.Object)
|
||||
* @see Comparator#compare(java.lang.Object, java.lang.Object)
|
||||
*/
|
||||
public int compare(final Object obj1, final Object obj2)
|
||||
{
|
||||
@@ -333,7 +333,7 @@ public abstract class Sort
|
||||
private static class SimpleStringComparator implements Comparator
|
||||
{
|
||||
/**
|
||||
* @see org.alfresco.web.data.IDataComparator#compare(java.lang.Object, java.lang.Object)
|
||||
* @see Comparator#compare(java.lang.Object, java.lang.Object)
|
||||
*/
|
||||
public int compare(final Object obj1, final Object obj2)
|
||||
{
|
||||
@@ -347,7 +347,7 @@ public abstract class Sort
|
||||
private static class StringComparator implements Comparator
|
||||
{
|
||||
/**
|
||||
* @see org.alfresco.web.data.IDataComparator#compare(java.lang.Object, java.lang.Object)
|
||||
* @see Comparator#compare(java.lang.Object, java.lang.Object)
|
||||
*/
|
||||
public int compare(final Object obj1, final Object obj2)
|
||||
{
|
||||
@@ -361,7 +361,7 @@ public abstract class Sort
|
||||
private static class IntegerComparator implements Comparator
|
||||
{
|
||||
/**
|
||||
* @see org.alfresco.web.data.IDataComparator#compare(java.lang.Object, java.lang.Object)
|
||||
* @see Comparator#compare(java.lang.Object, java.lang.Object)
|
||||
*/
|
||||
public int compare(final Object obj1, final Object obj2)
|
||||
{
|
||||
@@ -375,7 +375,7 @@ public abstract class Sort
|
||||
private static class FloatComparator implements Comparator
|
||||
{
|
||||
/**
|
||||
* @see org.alfresco.web.data.IDataComparator#compare(java.lang.Object, java.lang.Object)
|
||||
* @see Comparator#compare(java.lang.Object, java.lang.Object)
|
||||
*/
|
||||
public int compare(final Object obj1, final Object obj2)
|
||||
{
|
||||
@@ -389,7 +389,7 @@ public abstract class Sort
|
||||
private static class LongComparator implements Comparator
|
||||
{
|
||||
/**
|
||||
* @see org.alfresco.web.data.IDataComparator#compare(java.lang.Object, java.lang.Object)
|
||||
* @see Comparator#compare(java.lang.Object, java.lang.Object)
|
||||
*/
|
||||
public int compare(final Object obj1, final Object obj2)
|
||||
{
|
||||
@@ -403,7 +403,7 @@ public abstract class Sort
|
||||
private static class BooleanComparator implements Comparator
|
||||
{
|
||||
/**
|
||||
* @see org.alfresco.web.data.IDataComparator#compare(java.lang.Object, java.lang.Object)
|
||||
* @see Comparator#compare(java.lang.Object, java.lang.Object)
|
||||
*/
|
||||
public int compare(final Object obj1, final Object obj2)
|
||||
{
|
||||
@@ -417,7 +417,7 @@ public abstract class Sort
|
||||
private static class DateComparator implements Comparator
|
||||
{
|
||||
/**
|
||||
* @see org.alfresco.web.data.IDataComparator#compare(java.lang.Object, java.lang.Object)
|
||||
* @see Comparator#compare(java.lang.Object, java.lang.Object)
|
||||
*/
|
||||
public int compare(final Object obj1, final Object obj2)
|
||||
{
|
||||
@@ -431,7 +431,7 @@ public abstract class Sort
|
||||
private static class TimestampComparator implements Comparator
|
||||
{
|
||||
/**
|
||||
* @see org.alfresco.web.data.IDataComparator#compare(java.lang.Object, java.lang.Object)
|
||||
* @see Comparator#compare(java.lang.Object, java.lang.Object)
|
||||
*/
|
||||
public int compare(final Object obj1, final Object obj2)
|
||||
{
|
||||
|
@@ -210,7 +210,7 @@ public class UIDynamicDescription extends SelfRenderingComponent
|
||||
*
|
||||
* @param context The faces context
|
||||
* @param controlId The id of the control the description is for
|
||||
* @param test The description text
|
||||
* @param text The description text
|
||||
*/
|
||||
private void renderDescription(FacesContext context, String controlId, String text)
|
||||
throws IOException
|
||||
|
@@ -273,7 +273,7 @@ public class ActionLinkRenderer extends BaseRenderer
|
||||
|
||||
/**
|
||||
* @param link
|
||||
* @param linkBuf
|
||||
* @param out
|
||||
* @param href
|
||||
*/
|
||||
private void renderHrefParams(UIActionLink link, Writer out, String href)
|
||||
|
@@ -138,7 +138,7 @@ public class SelectListTag extends HtmlComponentTag
|
||||
/**
|
||||
* Set the onchange handler
|
||||
*
|
||||
* @param value the onchange handler.
|
||||
* @param onchange the onchange handler.
|
||||
*/
|
||||
public void setOnchange(final String onchange)
|
||||
{
|
||||
|
@@ -240,8 +240,8 @@ public class UISearchCustomProperties extends SelfRenderingComponent implements
|
||||
* Generates a JSF OutputText component/renderer
|
||||
*
|
||||
* @param context JSF context
|
||||
* @param displayLabel The display label text
|
||||
* @param parent The parent component for the label
|
||||
* @param propDef PropertyDefinition
|
||||
* @param beanBinding String
|
||||
*
|
||||
* @return UIComponent
|
||||
*/
|
||||
@@ -442,7 +442,7 @@ public class UISearchCustomProperties extends SelfRenderingComponent implements
|
||||
/**
|
||||
* Retrieves the list of values constraint for the item, if it has one
|
||||
*
|
||||
* @param PropertyDefinition The property definition for the constraint
|
||||
* @param propertyDef The property definition for the constraint
|
||||
* @return The constraint if the item has one, null otherwise
|
||||
*/
|
||||
protected ListOfValuesConstraint getListOfValuesConstraint(PropertyDefinition propertyDef)
|
||||
|
@@ -797,7 +797,7 @@ public class UIPropertySheet extends UIPanel implements NamingContainer
|
||||
* in an external config file.
|
||||
*
|
||||
* @param context JSF context
|
||||
* @param properties Collection of properties to render (driven from configuration)
|
||||
* @param items Collection of properties to render (driven from configuration)
|
||||
* @throws IOException
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
|
Reference in New Issue
Block a user