Class: com.liferay.portal.kernel.bi.reporting.ReportEngine

    Method: registerDataSource(String dataSourceName, DataSource dataSource)
    Status: Deleted
    See: LPE-1590

    Method: setDefaultDataSouce(DataSource dataSource)
    Status: Deleted
    See: LPE-1590

    Method: unregisterDataSource(String dataSourceName)
    Status: Deleted
    See: LPE-1590

Class: com.liferay.portal.kernel.bi.reporting.ReportRequest
Note: Changed from an interface to a concrete class
See: LPE-1590

Class: com.liferay.portal.kernel.cache.MultiVMPoolUtil

    Method: get(PortalCache portalCache, String key)
    Status: Deprecated
    New call: portalCache.get(key)
    See: LPE-1526

    Method: put(PortalCache portalCache, String key, Object obj)
    Status: Deprecated
    New call: portalCache.put(key, obj)
    See: LPE-1526

    Method: remove(PortalCache portalCache, String key)
    Status: Deprecated
    New call: portalCache.remove(key)
    See: LPE-1526

Class: com.liferay.portal.kernel.cache.SingleVMPoolUtil

    Method: get(PortalCache portalCache, String key)
    Status: Deprecated
    New call: portalCache.get(key)
    See: LPE-1526

    Method: put(PortalCache portalCache, String key, Object obj)
    Status: Deprecated
    New call: portalCache.put(key, obj)
    See: LPE-1526

    Method: put(PortalCache portalCache, String key, Object obj, int timeToLive)
    Status: Deprecated
    New call: portalCache.put(key, obj, timeToLive)
    See: LPE-1526

    Method: remove(PortalCache portalCache, String key)
    Status: Deprecated
    New call: portalCache.remove(key)
    See: LPE-1526

Class: com.liferay.portal.kernel.dao.search.SearchContainer

    Method: getMaxPages()
    Status: Deprecated
    New method: PropsUtil.get("search.container.page.iterator.max.pages")
    See: LPE-1735

    Method: setMaxPages(int maxPages)
    Status: Deprecated
    See: LPE-1735

Class: com.liferay.portal.kernel.util.PropsKeys
Variable: MIME_TYPES
Status: Deleted
See: LPE-1741

Class: com.liferay.portal.kernel.zip.ZipReader
Note: this class has been changed to an interface. The implementation can be found in ZipReaderImpl.
See: LPE-1747

    Method: ZipReader(File file)
    Status: Deleted
    New call: ZipReaderFactoryUtil.getZipReader(file)
    See: LPE-1747

    Method: getEntries()
    Return type: changed from Map<String, byte[]> to List<String>
    See: LPE-1747

    Method: getFolderEntries()
    Status: Deleted
    See: LPE-1747

    Method: getFolderEntries(String path)
    Return type: changed from List<ObjectValuePair<String, byte[]>> to List<String>
    See: LPE-1747

Class: com.liferay.portal.kernel.zip.ZipWriter
Note: this class has been changed to an interface. The implementation can be found in ZipWriterImpl
See: LPE-1747

    Method: ZipWriter()
    Status: Deleted
    New call: ZipWriterFactoryUtil.getZipWriter()
    See: LPE-1747

    Method: finishWithStream()
    Status: Deleted
    See: LPE-1747

Class: com.liferay.portal.lar.PortletDataContext

    Method: getZipEntries()
    Return type: changed from Map<String, byte[]> to List<String>
    See: LPE-1747

    Method: getZipFolderEntries()
    Return type: changed from Map<String, List<ObjectValuePair<String, byte[]>>> to List<String>
    See: LPE-1747

    Method: getZipFolderEntries(String path)
    Return type: changed from List<ObjectValuePair<String, byte[]>> to List<String>
    See: LPE-1747

Class: com.liferay.portal.security.auth.ScreenNameGenerator
Note: this class has been changed to an interface. The implementation can be found in DefaultScreenNameGenerator
See: LPE-1803

Class: com.liferay.portal.security.auth.ScreenNameValidator
Note: this class has been changed to an interface. The implementation can be found in DefaultScreenNameValidator
See: LPE-1802

Class: com.liferay.portal.service.LayoutLocalService

    Method: exportLayoutsAsStream(long groupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    Status: Deleted
    New method: exportLayoutsAsFile(long groupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    See: LPE-1747

    Method: exportPortletInfoAsStream(long plid, long groupId, String portletId, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    Status: Deleted
    New method: exportPortletInfoAsFile(long plid, long groupId, String portletId, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    See: LPE-1747

Class: com.liferay.portal.service.LayoutLocalServiceUtil

    Method: exportLayoutsAsStream(long groupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    Status: Deleted
    New method: exportLayoutsAsFile(long groupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    See: LPE-1747

    Method: exportPortletInfoAsStream(long plid, long groupId, String portletId, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    Status: Deleted
    New method: exportPortletInfoAsFile(long plid, long groupId, String portletId, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    See: LPE-1747

Class: com.liferay.portal.service.LayoutLocalServiceWrapper

    Method: exportLayoutsAsStream(long groupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    Status: Deleted
    New method: exportLayoutsAsFile(long groupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    See: LPE-1747

    Method: exportPortletInfoAsStream(long plid, long groupId, String portletId, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    Status: Deleted
    New method: exportPortletInfoAsFile(long plid, long groupId, String portletId, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    See: LPE-1747

Class: com.liferay.portal.service.LayoutService

    Method: exportLayoutsAsStream(long groupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    Status: Deleted
    New method: exportLayoutsAsFile(long groupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    See: LPE-1747

    Method: exportPortletInfoAsStream(long plid, long groupId, java.lang.String portletId, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    Status: Deleted
    New method: exportPortletInfoAsFile(long plid, long groupId, java.lang.String portletId, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    See: LPE-1747

Class: com.liferay.portal.service.LayoutServiceUtil

    Method: exportLayoutsAsStream(long groupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    Status: Deleted
    New method: exportLayoutsAsFile(long groupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    See: LPE-1747

    Method: exportPortletInfoAsStream(long plid, long groupId, java.lang.String portletId, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    Status: Deleted
    New method: exportPortletInfoAsFile(long plid, long groupId, java.lang.String portletId, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    See: LPE-1747

Class: com.liferay.portal.service.LayoutServiceWrapper

    Method: exportLayoutsAsStream(long groupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    Status: Deleted
    New method: exportLayoutsAsFile(long groupId, boolean privateLayout, long[] layoutIds, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    See: LPE-1747

    Method: exportPortletInfoAsStream(long plid, long groupId, java.lang.String portletId, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    Status: Deleted
    New method: exportPortletInfoAsFile(long plid, long groupId, java.lang.String portletId, Map<String, String[]> parameterMap, Date startDate, Date endDate)
    See: LPE-1747

Class: com.liferay.portal.service.UserLocalServiceUtil

    Method: getPermissionUsers( long companyId, long groupId, String name, String primKey, String actionId, String firstName, String middleName, String lastName, String emailAddress, boolean andOperator, int start, int end)
    Status: Deleted
    See: LPE-1530

    Method: getPermissionUsersCount(long companyId, long groupId, String name, String primKey, String actionId, String firstName, String middleName, String lastName, String emailAddress, boolean andOperator)
    Status: Deleted
    See: LPE-1530

Class: com.liferay.portal.service.persistence.PermissionUserFinderUtil
Status: Deleted
See: LPE-1530

Class: com.liferay.portal.util.PortalUtil

    Method: getModel(Resource resource)
    Status: Deprecated
    New method: getBaseModel(Resource resource)
    See: LPE-1532

    Method: getModel(String modelName, String primKey)
    Status: Deprecated
    New method: getBaseModel(Resource resource)
    See: LPE-1532

Class: com.liferay.portlet.imagegallery.service.IGImageLocalService

    Method: updateTagsAsset(long userId, IGImage image, String[] tagsCategories, String[] tagsEntries)
    Status: Deprecated
    New method: updateTagsAsset(long userId, IGImage image, String[] tagsCategories, String[] tagsEntries, String contentType)
    See: LPE-1745

Class: com.liferay.portlet.imagegallery.service.IGImageLocalServiceUtil

    Method: updateTagsAsset(long userId, IGImage image, String[] tagsCategories, String[] tagsEntries)
    Status: Deprecated
    New method: updateTagsAsset(long userId, IGImage image, String[] tagsCategories, String[] tagsEntries, String contentType)
    See: LPE-1745

Class: com.liferay.portlet.imagegallery.service.IGImageLocalServiceWrapper

    Method: updateTagsAsset(long userId, IGImage image, String[] tagsCategories, String[] tagsEntries)
    Status: Deprecated
    New method: updateTagsAsset(long userId, IGImage image, String[] tagsCategories, String[] tagsEntries, String contentType)
    See: LPE-1745

Class: com.liferay.util.servlet.ServletResponseUtil

    Method: cleanUp(InputStream inputStream)
    Status: Deprecated
    New method: StreamUtil.cleanUp(inputStream)
    See: LPE-1645

    Method: cleanUp(OutputStream outputStream, InputStream inputStream)
    Status: Deprecated
    New method: StreamUtil.cleanUp(inputStream, outputStream)
    See: LPE-1645