Class BaseUserActionContributor
java.lang.Object
com.liferay.users.admin.user.action.contributor.BaseUserActionContributor
- All Implemented Interfaces:
UserActionContributor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConfirmationMessage
(javax.portlet.PortletRequest portletRequest) protected Locale
getLocale
(javax.portlet.PortletRequest portletRequest) getResourceBundle
(Locale locale) boolean
isShowConfirmationMessage
(com.liferay.portal.kernel.model.User selUser) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.users.admin.user.action.contributor.UserActionContributor
getMessage, getURL, isShow
-
Constructor Details
-
BaseUserActionContributor
public BaseUserActionContributor()
-
-
Method Details
-
getConfirmationMessage
- Specified by:
getConfirmationMessage
in interfaceUserActionContributor
-
getResourceBundle
-
isShowConfirmationMessage
public boolean isShowConfirmationMessage(com.liferay.portal.kernel.model.User selUser) - Specified by:
isShowConfirmationMessage
in interfaceUserActionContributor
-
getLocale
-