org.silverpeas.admin.space.quota
Interface SpaceQuotaService<T extends AbstractSpaceQuotaKey>

All Superinterfaces:
QuotaService<T>
All Known Subinterfaces:
ComponentSpaceQuotaService, DataStorageSpaceQuotaService
All Known Implementing Classes:
AbstractSpaceQuotaService, DefaultComponentSpaceQuotaService, DefaultDataStorageSpaceQuotaService

public interface SpaceQuotaService<T extends AbstractSpaceQuotaKey>
extends QuotaService<T>

Author:
Yohann Chastagnier

Method Summary
 Quota getQuotaReachedFromSpacePath(T key)
          Gets the quota reached of the resource from a given quota key in recursively way.
 
Methods inherited from interface org.silverpeas.quota.service.QuotaService
get, getCurrentCount, initialize, initialize, initialize, remove, verify, verify
 

Method Detail

getQuotaReachedFromSpacePath

Quota getQuotaReachedFromSpacePath(T key)
Gets the quota reached of the resource from a given quota key in recursively way.

Parameters:
key -
Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.