Package org.silverpeas.web.wbe
Class WbeFileUIEntity
- java.lang.Object
- 
- org.silverpeas.core.web.util.SelectableUIEntity<WbeFile>
- 
- org.silverpeas.web.wbe.WbeFileUIEntity
 
 
- 
 public class WbeFileUIEntity extends SelectableUIEntity<WbeFile> 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SilverpeasList<WbeFileUIEntity>convertList(SilverpeasList<WbeFile> values, Set<String> selectedIds)SilverpeasList<WbeUserUIEntity>editors()StringgetId()Gets the unique identifier of te item into the UI list.StringgetLocation(String userLanguage)- 
Methods inherited from class org.silverpeas.core.web.util.SelectableUIEntityconvert, getData, getUserByIdFromCache, isSelected, setSelected
 
- 
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() Description copied from class:SelectableUIEntityGets the unique identifier of te item into the UI list.- Specified by:
- getIdin class- SelectableUIEntity<WbeFile>
- Returns:
- a unique identifier as string.
 
 - 
convertListpublic static SilverpeasList<WbeFileUIEntity> convertList(SilverpeasList<WbeFile> values, Set<String> selectedIds) 
 - 
editorspublic SilverpeasList<WbeUserUIEntity> editors() 
 
- 
 
-