Uses of Class
org.silverpeas.components.community.control.MemberUIEntity
-
Packages that use MemberUIEntity Package Description org.silverpeas.components.community.control Provides the Web controller implementation with which the HTML pages of the application interact. -
-
Uses of MemberUIEntity in org.silverpeas.components.community.control
Subclasses of MemberUIEntity in org.silverpeas.components.community.control Modifier and Type Class Description class
HistoryItemUIEntity
UI item for aUser
instance.Methods in org.silverpeas.components.community.control that return types with arguments of type MemberUIEntity Modifier and Type Method Description static <U extends CommunityMembership>
org.silverpeas.core.util.SilverpeasList<MemberUIEntity>MemberUIEntity. convertList(org.silverpeas.core.util.SilverpeasList<U> values, Set<String> selectedIds)
Converts the given data list into aSilverpeasList
of item wrapping theUser
.
-