Class: com.liferay.portal.kernel.bi.rules.AdminRequestMessage
Status: Removed
See: LPE-1385

Class: com.liferay.portal.kernel.bi.rules.AdminRequestType
Status: Removed
See: LPE-1385

Class: com.liferay.portal.kernel.bi.rules.ExecutionRequestMessage
Status: Removed
See: LPE-1385

Class: com.liferay.portal.kernel.bi.rules.RulesEngineUtil

    Method: add(String domainName, ResourceRetriever resourceRetriever)
    Status: Removed
    New method: add(String domainName, RulesResourceRetriever RulesResourceRetriever)
    See: LPE-1417

    Method: add(String domainName, ResourceRetriever resourceRetriever, ClassLoader... classloaders)
    Status: Removed
    New method: add(String domainName, RulesResourceRetriever RulesResourceRetriever, ClassLoader... classloaders)
    See: LPE-1417

    Method: execute(ResourceRetriever resourceRetriever, List<Fact<?>> facts)
    Status: Removed
    New method: execute(RulesResourceRetriever RulesResourceRetriever, List<Fact<?>> facts)
    See: LPE-1417

    Method: execute(ResourceRetriever resourceRetriever, List<Fact<?>> facts, ClassLoader... classloaders)
    Status: Removed
    New method: execute(RulesResourceRetriever RulesResourceRetriever, List<Fact<?>> facts, ClassLoader... classloaders)
    See: LPE-1417

    Method: execute(ResourceRetriever resourceRetriever, List<Fact<?>> facts, Query query)
    Status: Removed
    New method: xecute(RulesResourceRetriever RulesResourceRetriever, List<Fact<?>> facts, Query query)
    See: LPE-1417

    Method: execute(ResourceRetriever resourceRetriever, List<Fact<?>> facts, Query query, ClassLoader... classloaders)
    Status: Removed
    New method: execute(RulesResourceRetriever RulesResourceRetriever, List<Fact<?>> facts, Query query, ClassLoader... classloaders)
    See: LPE-1417

    Method: execute(String domainName, List<Fact<?>> facts, Query query)
    Status: Removed
    New method: execute(String domainName, List<Fact<?>> facts, Query query)
    See: LPE-1417

    Method: update(String domainName, ResourceRetriever resourceRetriever)
    Status: Removed
    New method: update(String domainName, RulesResourceRetriever RulesResourceRetriever)
    See: LPE-1417

    Method: update(String domainName, ResourceRetriever resourceRetriever, ClassLoader... classloaders)
    Status: Removed
    New method: update(String domainName, RulesResourceRetriever RulesResourceRetriever, ClassLoader... classloaders)
    See: LPE-1417

Class: com.liferay.portal.kernel.bi.rules.proxy.RulesEngineProxy
Status: Removed
See: LPE-1385

Class: com.liferay.portal.kernel.cluster.messaging.ClusterBridgeMessageListener

    Method: ClusterBridgeMessageListener(Priority priority)
    Status: Removed
    New method: setPriority(Priority priority)
    See: LPE-1393

Class: com.liferay.portal.kernel.language.LanguageUtil

    Method: format(long companyId, Locale locale, String pattern, Object argument)
    Status: Deprecated
    New method: format(Locale locale, String pattern, Object argument)
    See: LPE-1430

    Method: format(long companyId, Locale locale, String pattern, Object argument, boolean translateArguments)
    Status: Deprecated
    New method: format(Locale locale, String pattern, Object argument, boolean translateArguments)
    See: LPE-1430

    Method: format(long companyId, Locale locale, String pattern, Object[] arguments)
    Status: Deprecated
    New method: format(Locale locale, String pattern, Object[] arguments)
    See: LPE-1430

    Method: format(long companyId, Locale locale, String pattern, Object[] arguments, boolean translateArguments)
    Status: Deprecated
    New method: format(Locale locale, String pattern, Object[] arguments, boolean translateArguments)
    See: LPE-1430

    Method: get(long companyId, Locale locale, String key)
    Status: Deprecated
    New method: get(Locale locale, String key)
    See: LPE-1430

    Method: get(long companyId, Locale locale, String key, String defaultValue)
    Status: Deprecated
    New method: get(Locale locale, String key, String defaultValue)
    See: LPE-1430

Class: com.liferay.portal.kernel.language.UnicodeLanguageUtil

    Method: format(long companyId, Locale locale, String pattern, Object argument)
    Status: Deprecated
    New method: format(Locale locale, String pattern, Object argument)
    See: LPE-1430

    Method: format(long companyId, Locale locale, String pattern, Object[] arguments)
    Status: Deprecated
    New method: format(Locale locale, String pattern, Object[] arguments)
    See: LPE-1430

    Method: get(long companyId, Locale locale, String key)
    Status: Deprecated
    New method: get(Locale locale, String key)
    See: LPE-1430

    Method: get(long companyId, Locale locale, String key, String defaultValue)
    Status: Deprecated
    New method: get(Locale locale, String key, String defaultValue)
    See: LPE-1430

Class: com.liferay.portal.kernel.messaging.BaseDestination

    Method: BaseDestination(String name)
    Status: Deprecated
    New method: setName(String name)
    See: LPE-1393

    Method: BaseDestination(String name, int workersCoreSize, int workersMaxSize)
    Status: Deprecated
    New method: setName(String name)
    New method: setWorkersCoreSize(int workersCoreSize)
    New method: setWorkersMaxSize(int workersMaxSize)
    See: LPE-1393

Class: com.liferay.portal.kernel.messaging.BaseMessageListener

    Method: BaseMessageListener(SingleDestinationMessageSender statusSender, MessageSender responseSender)
    Status: Deprecated
    New method: setResponseSender(MessageSender responseSender)
    New method: setStatusSender(SingleDestinationMessageSender statusSender)
    See: LPE-1393

Class: com.liferay.portal.kernel.messaging.BridgingMessageListener

    Method: BridgingMessageListener(SingleDestinationMessageSender singleDestinationMessageSender)
    Status: Deprecated
    New method: setSingleDestinationMessageSender(SingleDestinationMessageSender singleDestinationMessageSender)
    See: LPE-1393

Class: com.liferay.portal.kernel.messaging.GlobalDestinationEventListener

    Method: GlobalDestinationEventListener(MessageListener messageListener, List<String> ignoredDestinations)
    Status: Deprecated
    New method: setIgnoredDestinations(List<String> ignoredDestinations)
    New method: setMessageListener(MessageListener messageListener)
    See: LPE-1393

Class: com.liferay.portal.kernel.messaging.Message

    Method: getDestination()
    Status: Removed
    New method: getDestinationName()
    See: LPE-1189

    Method: getResponseDestination()
    Status: Removed
    New method: getResponseDestinationName()
    See: LPE-1189

    Method: setDestination(String destinationName)
    Status: Removed
    New method: setDestinationName(String destinationName)
    See: LPE-1189

    Method: setResponseDestination(String responseDestinationName)
    Status: Removed
    New method: setResponseDestinationName(String responseDestinationName)
    See: LPE-1189

Class: com.liferay.portal.kernel.messaging.ParallelDestination

    Method: ParallelDestination(String name)
    Status: Deprecated
    See: LPE-1393

    Method: ParallelDestination(String name, int workersCoreSize, int workersMaxSize)
    Status: Deprecated
    See: LPE-1393

Class: com.liferay.portal.kernel.messaging.SerialDestination

    Method: SerialDestination(String name)
    Status: Deprecated
    See: LPE-1393

Class: com.liferay.portal.kernel.messaging.config.AbstractMessagingConfigurator

    Method: setDestinationEventListeners(List<DestinationEventListener> destinationEventListeners)
    Status: Removed
    New method: setSpecificDestinationEventListener(Map<String, List<DestinationEventListener>> specificDestinationEventListeners)
    See: LPE-1189

Class: com.liferay.portal.kernel.messaging.config.MessagingConfigurator

    Method: setDestinationEventListeners(List<DestinationEventListener> destinationEventListeners)
    Status: Removed
    New method: setSpecificDestinationEventListener(Map<String, List<DestinationEventListener>> specificDestinationEventListeners)
    See: LPE-1189

Class: com.liferay.portal.kernel.messaging.proxy.ProxyMessageListener

    Method: ProxyMessageListener(Object manager)
    Status: Removed
    New method: setManager(Object manager)
    See: LPE-1393

Class: com.liferay.portal.kernel.messaging.sender.DefaultSingleDestinationMessageSender

    Method: DefaultSingleDestinationMessageSender(String destinationName, MessageSender messageSender)
    Status: Deprecated
    New method: setDestinationName(String destinationName)
    New method: setMessageSender(MessageSender messageSender)
    See: LPE-1393

Class: com.liferay.portal.kernel.messaging.sender.DefaultSingleDestinationSynchronousMessageSender

    Method: DefaultSingleDestinationSynchronousMessageSender(String destinationName, SynchronousMessageSender synchronousMessageSender)
    Status: Deprecated
    New method: setDestinationName(String destinationName)
    New method: setSynchronousMessageSender(SynchronousMessageSender synchronousMessageSender)
    See: LPE-1393

Class: com.liferay.portal.kernel.messaging.sender.DefaultSynchronousMessageSender

    Method: DefaultSynchronousMessageSender(MessageBus messageBus, PortalUUID portalUUID, long timeout)
    Status: Deprecated
    New method: setMessageBus(MessageBus messageBus)
    New method: setPortalUUID(PortalUUID portalUUID)
    New method: setTimeout(long timeout)
    See: LPE-1393

Class: com.liferay.portal.kernel.poller.InvokerPollerProcessor
Status: Removed
New class: com.liferay.portal.kernel.bean.ContextClassLoaderBeanHandler
See: LPE-1356

Class: com.liferay.portal.kernel.search.InvokerIndexer
Status: Removed
New class: com.liferay.portal.kernel.bean.ContextClassLoaderBeanHandler
See: LPE-1356

Class: com.liferay.portal.kernel.search.SearchEngine

    Method: isRegistered()
    Status: Removed
    See: LPE-1186

    Method: register(String name)
    Status: Removed
    See: LPE-1186

    Method: unregister(String fromName)
    Status: Removed
    See: LPE-1186

Class: com.liferay.portal.kernel.search.SearchEngineUtil
    Method: register(String name)
    Status: Removed
    See: LPE-1186

    Method: registerDefaultSearchEngine()
    Status: Removed
    See: LPE-1186

    Method: unregister(String fromName)
    Status: Removed
    See: LPE-1186

    Method: setDefaultSearchEngineName(String defaultSearchEngineName)
    Status: Removed
    See: LPE-1186

Class: com.liferay.portal.kernel.util.Database
Status: Deprecated
New class: com.liferay.portal.kernel.dao.db.DB
See: LPE-1558

Class: com.liferay.portal.kernel.util.DatabaseUtil
Status: Deprecated
New class: com.liferay.portal.kernel.dao.db.DBFactoryUtil
See: LPE-1558

Class: com.liferay.portal.kernel.util.MethodInvoker;

    Method: getArgs()
    Status: Deprecated
    New method: getArguments()
    See: LPE-1329

Class: com.liferay.portal.lar.InvokerPortletDataHandler
Status: Removed
New class: com.liferay.portal.kernel.bean.ContextClassLoaderBeanHandler
See: LPE-1356

Class: com.liferay.portal.model.BaseModelExtension
Status: Deprecated
See: LPE-1423

Class: com.liferay.portal.model.InvokerModelListener
Status: Removed
New class: com.liferay.portal.kernel.bean.ContextClassLoaderBeanHandler
See: LPE-1356

Class: com.liferay.portal.model.ModelExtensionHandler
Status: Deprecated
See: LPE-1423

Class: com.liferay.portal.security.auth.InvokerAutoLogin
Status: Removed
New class: com.liferay.portal.kernel.bean.ContextClassLoaderBeanHandler
See: LPE-1356

Class: com.liferay.portal.security.ldap.InvokerAttributesTransformer
Status: Removed
New class: com.liferay.portal.kernel.bean.ContextClassLoaderBeanHandler
See: LPE-1356

Class: com.liferay.portal.tools.sql.DB
Status: Deprecated
New class: com.liferay.portal.kernel.dao.db.DB
See: LPE-1558

Class: com.liferay.portal.util.Portal

    Method: getDB()
    Status: Removed
    New method: com.liferay.portal.kernel.dao.db.DBFactoryUtil.getDB()
    See: LPE-1558

    Method: runSQL(String sql)
    Status: Removed
    New method: com.liferay.portal.kernel.dao.db.DBFactoryUtil.getDB().runSQL(sql)
    See: LPE-1558

Class: com.liferay.portal.util.PortalUtil

    Method: getDB()
    Status: Deprecated
    New method: com.liferay.portal.kernel.dao.db.DBFactoryUtil.getDB()
    See: LPE-1558

    Method: getPortletDescription(String portletId, long companyId, Locale locale)
    Status: Deprecated
    New method: getPortletDescription(String portletId, Locale locale)
    See: LPE-1430

    Method: getPortletDescription(String portletId, long companyId, String languageId)
    Status: Deprecated
    New method: getPortletDescription(String portletId, String languageId)
    See: LPE-1430

    Method: getPortletTitle(Portlet portlet, long companyId, Locale locale)
    Status: Deprecated
    New method: getPortletTitle(Portlet portlet, Locale locale)
    See: LPE-1430

    Method: getPortletTitle(Portlet portlet, long companyId, String languageId)
    Status: Deprecated
    New method: getPortletTitle(Portlet portlet, Locale locale)
    See: LPE-1430

    Method: getPortletTitle(String portletId, long companyId, Locale locale)
    Status: Deprecated
    New method: getPortletTitle(Portlet portlet, Locale locale)
    See: LPE-1430

    Method: getPortletTitle(String portletId, long companyId, String languageId)
    Status: Deprecated
    New method: getPortletTitle(Portlet portlet, Locale locale)
    See: LPE-1430

    Method: runSQL(String sql)
    Status: Deprecated
    New method: com.liferay.portal.kernel.dao.db.DBFactoryUtil.getDB().runSQL(sql)
    See: LPE-1558

Class: com.liferay.portal.util.comparator.PortletCategoryComparator

    Method: PortletCategoryComparator(long companyId, Locale locale)
    Status: Deprecated
    New method: PortletCategoryComparator(Locale locale)
    See: LPE-1430

Class: com.liferay.portal.util.comparator.PortletTitleComparator

    Method: PortletTitleComparator(long companyId, Locale locale)
    Status: Deprecated
    New method: PortletTitleComparator(Locale locale)
    See: LPE-1430

Class: com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService

    Method: addFileShortcut(long userId, long folderId, long toFolderId, String toName, boolean addCommunityPermissions, boolean addGuestPermissions)
    Status: Deprecated
    New method: addFileShortcut(long userId, long folderId, long toFolderId, String toName, ServiceContext serviceContext)
    See: LPE-1228

    Method: addFileShortcut(String uuid, long userId, long folderId, long toFolderId, String toName, boolean addCommunityPermissions, boolean addGuestPermissions)
    Status: Deprecated
    New method: addFileShortcut(String uuid, long userId, long folderId, long toFolderId, String toName, ServiceContext serviceContext)
    See: LPE-1228

    Method: addFileShortcut(long userId, long folderId, long toFolderId, String toName, String[] communityPermissions, String[] guestPermissions)
    Status: Deprecated
    New method: addFileShortcut(long userId, long folderId, long toFolderId, String toName, ServiceContext serviceContext)
    See: LPE-1228

    Method: addFileShortcut(String uuid, long userId, long folderId, long toFolderId, String toName, Boolean addCommunityPermissions, Boolean addGuestPermissions, String[] communityPermissions, String[] guestPermissions)
    Status: Deprecated
    New method: addFileShortcut(String uuid, long userId, long folderId, long toFolderId, String toName, ServiceContext serviceContext)
    See: LPE-1228

    Method: updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFolderId, String toName)
    Status: Deprecated
    New method: updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFolderId, String toName, ServiceContext serviceContext)
    See: LPE-1228

Class: com.liferay.portlet.documentlibrary.service.DLFileShortcutService

    Method: addFileShortcut(long folderId, long toFolderId, String toName, boolean addCommunityPermissions, boolean addGuestPermissions)
    Status: Deprecated
    New method: addFileShortcut(long folderId, long toFolderId, String toName, ServiceContext serviceContext)
    See: LPE-1228

    Method: addFileShortcut(long folderId, long toFolderId, String toName, String[] communityPermissions, String[] guestPermissions)
    Status: Deprecated
    New method: addFileShortcut(long folderId, long toFolderId, String toName, ServiceContext serviceContext)
    See: LPE-1228

    Method: updateFileShortcut(long fileShortcutId, long folderId, long toFolderId, String toName)
    Status: Deprecated
    New method: updateFileShortcut(long fileShortcutId, long folderId, long toFolderId, String toName, ServiceContext serviceContext)
    See: LPE-1228