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 LocalegetLocale(javax.portlet.PortletRequest portletRequest) getResourceBundle(Locale locale) booleanisShowConfirmationMessage(com.liferay.portal.kernel.model.User selUser) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.users.admin.user.action.contributor.UserActionContributor
getMessage, getURL, isShow
-
Constructor Details
-
BaseUserActionContributor
public BaseUserActionContributor()
-
-
Method Details
-
getConfirmationMessage
- Specified by:
getConfirmationMessagein interfaceUserActionContributor
-
getResourceBundle
-
isShowConfirmationMessage
public boolean isShowConfirmationMessage(com.liferay.portal.kernel.model.User selUser) - Specified by:
isShowConfirmationMessagein interfaceUserActionContributor
-
getLocale
-