| Deprecated Methods | 
| com.stratelia.silverpeas.selection.SelectionUsersGroups.addProfileId(String) Use instead either both the setObjectId() and setProfileNames() methods to set the roles
 for a given object in the component instance or the setProfileNames() method to set the roles
 for the whole component instance.
 | 
| com.stratelia.silverpeas.selection.SelectionUsersGroups.addProfileIds(List) Use instead either both the setObjectId() and setProfileNames() methods to set the roles
 for a given object in the component instance or the setProfileNames() method to set the roles
 for the whole component instance.
 | 
| org.silverpeas.search.indexEngine.model.FullIndexEntry.addXMLField(String, String) use addField(String fieldName, String value) instead
 | 
| org.silverpeas.search.indexEngine.model.FullIndexEntry.addXMLField(String, String, String) use addField(String fieldName, String value, String language) instead
 | 
| com.stratelia.webactiv.util.FileRepositoryManager.createAbsolutePath(String, String, String) 
 | 
| com.stratelia.webactiv.util.FileRepositoryManager.createTempPath(String, String, String) 
 | 
| com.silverpeas.util.EncodeHelper.encodeSpecialChar(String) 
 | 
| com.stratelia.webactiv.util.FileRepositoryManager.getAbsolutePath(String, String) 
 | 
| com.stratelia.webactiv.util.FileRepositoryManager.getAbsolutePath(String, String, String[]) 
 | 
| org.silverpeas.core.admin.OrganisationController.getAllUsers(String, String) use getAllUsers(String componentId) Return all the users allowed to acces the given
 component of the given space
 | 
| com.stratelia.webactiv.util.GeneralPropertiesManager.getGeneralResourceLocator() 
 | 
| com.stratelia.webactiv.SilverpeasRole.getGreaterFrom(Collection) use instead
 SilverpeasRole.getGreatestFrom(Collection) | 
| com.stratelia.webactiv.SilverpeasRole.getGreaterFrom(SilverpeasRole...) use instead
 SilverpeasRole.getGreatestFrom(SilverpeasRole...) | 
| com.stratelia.silverpeas.selection.SelectionUsersGroups.getProfileIds() 
 | 
| org.silverpeas.search.indexEngine.model.IndexEntryPK.getSpace() - to use this method is forbidden
 | 
| com.stratelia.silverpeas.peasCore.URLManager.getURL(String) 
 | 
| org.silverpeas.attachment.model.SimpleDocument.getWebURL() use getAttachmentURL instead.
 | 
| org.silverpeas.search.indexEngine.model.FullIndexEntry.getXmlFields() use getFields() instead
 | 
| org.silverpeas.importExport.attachment.AttachmentImportExport.importWysiwygAttachment(String, String, AttachmentDetail, String) 
 | 
| org.silverpeas.importExport.attachment.AttachmentDetail.isOfficeDocument() Use isOpenOfficeCompatible instead as Ms Office is no longer a special case.
 | 
| org.silverpeas.importExport.versioning.DocumentVersion.isOfficeDocument() Use isOpenOfficeCompatibleDocument instead as Ms office is no longer a special
 case.
 | 
| org.silverpeas.search.indexEngine.analysis.SilverTokenizer.isReplaceInvalidAcronym() Remove in 3.X and make true the only valid value
 | 
| com.stratelia.silverpeas.selection.SelectionUsersGroups.setProfileIds(List) Use instead either both the setObjectId() and setProfileNames() methods to set the roles
 for a given object in the component instance or the setProfileNames() method to set the roles
 for the whole component instance.
 | 
| org.silverpeas.search.indexEngine.analysis.SilverTokenizer.setReplaceInvalidAcronym(boolean) Remove in 3.X and make true the only valid value
 See https://issues.apache.org/jira/browse/LUCENE-1068
 |