Class GalleryStatistics
- java.lang.Object
-
- org.silverpeas.components.gallery.GalleryStatistics
-
- All Implemented Interfaces:
org.silverpeas.core.silverstatistics.volume.service.ComponentStatisticsProvider
@Provider @Named("galleryStatistics") public class GalleryStatistics extends Object implements org.silverpeas.core.silverstatistics.volume.service.ComponentStatisticsProvider
-
-
Constructor Summary
Constructors Constructor Description GalleryStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
countSpecificFiles(String componentId)
Collection<org.silverpeas.core.silverstatistics.volume.model.UserIdCountVolumeCouple>
getVolume(String spaceId, String componentId)
long
memorySizeOfSpecificFiles(String componentId)
-
-
-
Method Detail
-
getVolume
public Collection<org.silverpeas.core.silverstatistics.volume.model.UserIdCountVolumeCouple> getVolume(String spaceId, String componentId)
- Specified by:
getVolume
in interfaceorg.silverpeas.core.silverstatistics.volume.service.ComponentStatisticsProvider
-
memorySizeOfSpecificFiles
public long memorySizeOfSpecificFiles(String componentId)
- Specified by:
memorySizeOfSpecificFiles
in interfaceorg.silverpeas.core.silverstatistics.volume.service.ComponentStatisticsProvider
-
countSpecificFiles
public long countSpecificFiles(String componentId)
- Specified by:
countSpecificFiles
in interfaceorg.silverpeas.core.silverstatistics.volume.service.ComponentStatisticsProvider
-
-