Uses of Enum
org.opencms.jsp.userdata.I_CmsUserDataDomain.Mode
-
Uses of I_CmsUserDataDomain.Mode in org.opencms.jsp.userdata
Modifier and TypeMethodDescriptionstatic I_CmsUserDataDomain.Mode
Returns the enum constant of this type with the specified name.static I_CmsUserDataDomain.Mode[]
I_CmsUserDataDomain.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionboolean
CmsUserDataRequestManager.getInfoForEmail
(CmsObject cms, I_CmsUserDataDomain.Mode mode, String email, List<String> searchStrings, org.jsoup.nodes.Element root, I_CmsReport report) Gets the user data for an email address.boolean
CmsUserDataRequestManager.getInfoForUser
(CmsObject cms, I_CmsUserDataDomain.Mode mode, CmsUser user, org.jsoup.nodes.Element root, I_CmsReport report) Gets the user data for a specific OpenCms user.boolean
CmsUserDataHeader.isAvailableForMode
(I_CmsUserDataDomain.Mode mode) default boolean
I_CmsUserDataDomain.isAvailableForMode
(I_CmsUserDataDomain.Mode mode) Checks if the plugin is available in the given mode.