Uses of Enum
org.opencms.jsp.userdata.CmsUserDataRequestType
Packages that use CmsUserDataRequestType
-
Uses of CmsUserDataRequestType in org.opencms.jsp.userdata
Methods in org.opencms.jsp.userdata that return CmsUserDataRequestTypeModifier and TypeMethodDescriptionCmsUserDataRequestInfo.getType()Gets the user data request type (single user or email).static CmsUserDataRequestTypeReturns the enum constant of this type with the specified name.static CmsUserDataRequestType[]CmsUserDataRequestType.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 CmsUserDataRequestTypeModifier and TypeMethodDescriptionvoidCmsDefaultUserDataDomain.appendInfoHtml(CmsObject cms, CmsUserDataRequestType reqType, List<CmsUser> users, org.jsoup.nodes.Element element) voidCmsUserDataHeader.appendInfoHtml(CmsObject cms, CmsUserDataRequestType reqType, List<CmsUser> user, org.jsoup.nodes.Element element) voidI_CmsUserDataDomain.appendInfoHtml(CmsObject cms, CmsUserDataRequestType reqType, List<CmsUser> user, org.jsoup.nodes.Element element) Appends the user data to the given HTML element.booleanCmsDefaultUserDataDomain.matchesUser(CmsObject cms, CmsUserDataRequestType reqType, CmsUser user) booleanCmsUserDataHeader.matchesUser(CmsObject cms, CmsUserDataRequestType reqType, CmsUser user) booleanI_CmsUserDataDomain.matchesUser(CmsObject cms, CmsUserDataRequestType reqType, CmsUser user) Checks if the user matches the domain for the given user data request type.voidCmsUserDataRequestInfo.setType(CmsUserDataRequestType type) Sets the user data request type.