Package com.liferay.portal.setup
Class SetupWizardUtil
Object
com.liferay.portal.setup.SetupWizardUtil
- Author:
- Manuel de la Peña, Julio Camarero, Brian Wing Shun Chan, Miguel Pastor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static String
static boolean
isDefaultDatabase
(javax.servlet.http.HttpServletRequest httpServletRequest) static void
testDatabase
(javax.servlet.http.HttpServletRequest httpServletRequest) static void
updateLanguage
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) static void
updateSetup
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
Field Details
-
PROPERTIES_FILE_NAME
- See Also:
-
-
Constructor Details
-
SetupWizardUtil
public SetupWizardUtil()
-
-
Method Details
-
getDefaultLanguageId
-
getDefaultTimeZoneId
-
isDefaultDatabase
public static boolean isDefaultDatabase(javax.servlet.http.HttpServletRequest httpServletRequest) -
testDatabase
public static void testDatabase(javax.servlet.http.HttpServletRequest httpServletRequest) throws Exception - Throws:
Exception
-
updateLanguage
public static void updateLanguage(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateSetup
public static void updateSetup(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Throws:
Exception
-