Interface OnDemandAdminManager
public interface OnDemandAdminManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidcleanUpOnDemandAdminUsers(Date olderThanDate) getLoginURL(com.liferay.portal.kernel.model.Company company, jakarta.portlet.PortletRequest portletRequest, long userId) booleanisOnDemandAdminUser(com.liferay.portal.kernel.model.User user)
-
Method Details
-
cleanUpOnDemandAdminUsers
void cleanUpOnDemandAdminUsers(Date olderThanDate) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getLoginURL
String getLoginURL(com.liferay.portal.kernel.model.Company company, jakarta.portlet.PortletRequest portletRequest, long userId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
isOnDemandAdminUser
boolean isOnDemandAdminUser(com.liferay.portal.kernel.model.User user)
-