Class RemovedGroupUIEntity
- java.lang.Object
-
- org.silverpeas.core.web.util.SelectableUIEntity<Group>
-
- org.silverpeas.web.jobdomain.servlets.GroupUIEntity
-
- org.silverpeas.web.jobdomain.servlets.RemovedGroupUIEntity
-
public class RemovedGroupUIEntity extends GroupUIEntity
UI item for aGroupinstance whichGroup.isRemovedState()returns true.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <G extends Group>
SilverpeasList<RemovedGroupUIEntity>convertRemovedGroupList(SilverpeasList<G> values, Set<String> selectedIds)Converts the given data list into aSilverpeasListof item wrapping theGroup.LocalDategetAutomaticDeletionDayDate()Gets the day date of automatic deletion.intgetAutomaticDeletionDayDelay()Gets the number of days before automatic deletion.-
Methods inherited from class org.silverpeas.web.jobdomain.servlets.GroupUIEntity
computePathsWith, convertList, getId, getPath
-
Methods inherited from class org.silverpeas.core.web.util.SelectableUIEntity
convert, getData, getUserByIdFromCache, isSelected, setSelected
-
-
-
-
Method Detail
-
convertRemovedGroupList
public static <G extends Group> SilverpeasList<RemovedGroupUIEntity> convertRemovedGroupList(SilverpeasList<G> values, Set<String> selectedIds)
Converts the given data list into aSilverpeasListof item wrapping theGroup.- Parameters:
values- the list ofGroup.- Returns:
- the
SilverpeasListofRemovedGroupUIEntity.
-
getAutomaticDeletionDayDate
public LocalDate getAutomaticDeletionDayDate()
Gets the day date of automatic deletion.- Returns:
- a
LocalDate.
-
getAutomaticDeletionDayDelay
public int getAutomaticDeletionDayDelay()
Gets the number of days before automatic deletion.- Returns:
- an integer.
-
-