Class: com.liferay.portal.kernel.util.HttpUtil

	Method: URLtoByteArray(String location, Cookie[] cookies, Http.Auth auth, Http.Body body, boolean post)
	Status: Deprecated
	New method: URLtoByteArray(Http.Options options)

	Method: URLtoByteArray(String location, Cookie[] cookies, Http.Auth auth, Map<String, String> parts, boolean post)
	Status: Deprecated
	New method: URLtoByteArray(Http.Options options)

	Method: URLtoString(String location, Cookie[] cookies, Http.Auth auth, Http.Body body, boolean post)
	Status: Deprecated
	New method: URLtoString(Http.Options options)

	Method: URLtoString(String location, Cookie[] cookies, Http.Auth auth, Map<String, String> parts, boolean post)
	Status: Deprecated
	New method: URLtoString(Http.Options options)

Class: com.liferay.portlet.messageboards.service.MBStatsUserLocalService

	Method: deleteStatsUserByGroupId(long groupId)
	Status: Deprecated
	New method: deleteStatsUsersByGroupId(long groupId)

	Method: deleteStatsUserByUserId(long userId)
	Status: Deprecated
	New method: deleteStatsUsersByUserId(long userId)

	Method: getStatsUsers(long groupId, int start, int end)
	Status: Deprecated
	New method: getStatsUsersByGroupId(long groupId, int start, int end)

	Method: getStatsUsersCount(long groupId)
	Status: Deprecated
	New method: getStatsUsersByGroupIdCount(long groupId)

Class: com.liferay.util.LocalizationUtil

	Method: getLocalizedParameter(PortletRequest portletRequest, String parameter)
	Status: Deprecated
	New method: getLocalizationMap(PortletRequest portletRequest, String parameter)