Interface OnDemandAdminManager


public interface OnDemandAdminManager
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    getLoginURL(com.liferay.portal.kernel.model.Company company, jakarta.portlet.PortletRequest portletRequest, long userId)
     
    boolean
    isOnDemandAdminUser(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)