Uses of Enum
org.opencms.jsp.userdata.I_CmsUserDataDomain.Mode
Packages that use I_CmsUserDataDomain.Mode
-
Uses of I_CmsUserDataDomain.Mode in org.opencms.jsp.userdata
Methods in org.opencms.jsp.userdata that return I_CmsUserDataDomain.ModeModifier and TypeMethodDescriptionstatic I_CmsUserDataDomain.ModeReturns 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.Methods in org.opencms.jsp.userdata with parameters of type I_CmsUserDataDomain.ModeModifier and TypeMethodDescriptionbooleanCmsUserDataRequestManager.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.booleanCmsUserDataRequestManager.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.booleanCmsUserDataHeader.isAvailableForMode(I_CmsUserDataDomain.Mode mode) default booleanI_CmsUserDataDomain.isAvailableForMode(I_CmsUserDataDomain.Mode mode) Checks if the plugin is available in the given mode.