Uses of Class
org.silverpeas.quota.model.Quota

Packages that use Quota
com.stratelia.webactiv.beans.admin   
org.silverpeas.admin.domain.quota   
org.silverpeas.admin.space.quota   
org.silverpeas.admin.space.quota.process.check.exception   
org.silverpeas.quota.exception   
org.silverpeas.quota.model   
org.silverpeas.quota.repository   
org.silverpeas.quota.service   
org.silverpeas.quota.service.dao   
org.silverpeas.quota.service.dao.jdbc   
 

Uses of Quota in com.stratelia.webactiv.beans.admin
 

Methods in com.stratelia.webactiv.beans.admin that return Quota
 Quota SpaceInst.getComponentSpaceQuota()
           
 Quota SpaceInst.getDataStorageQuota()
           
 Quota Domain.getUserDomainQuota()
           
 

Uses of Quota in org.silverpeas.admin.domain.quota
 

Methods in org.silverpeas.admin.domain.quota with parameters of type Quota
static UserDomainQuotaKey UserDomainQuotaKey.from(Quota quota)
          Initializing a quota key from a given quota
 

Uses of Quota in org.silverpeas.admin.space.quota
 

Methods in org.silverpeas.admin.space.quota that return Quota
 Quota DefaultDataStorageSpaceQuotaService.get(DataStorageSpaceQuotaKey key)
           
 Quota AbstractSpaceQuotaService.getQuotaReachedFromSpacePath(T key)
           
 Quota SpaceQuotaService.getQuotaReachedFromSpacePath(T key)
          Gets the quota reached of the resource from a given quota key in recursively way.
 Quota DefaultDataStorageSpaceQuotaService.verify(DataStorageSpaceQuotaKey key, AbstractQuotaCountingOffset countingOffset)
           
 Quota AbstractSpaceQuotaService.verify(T key, AbstractQuotaCountingOffset countingOffset)
           
 

Uses of Quota in org.silverpeas.admin.space.quota.process.check.exception
 

Methods in org.silverpeas.admin.space.quota.process.check.exception that return Quota
 Quota DataStorageQuotaException.getQuota()
           
 

Constructors in org.silverpeas.admin.space.quota.process.check.exception with parameters of type Quota
DataStorageQuotaException(Quota quota, SpaceInst space, ComponentInstLight fromComponent)
          Default constructor
 

Uses of Quota in org.silverpeas.quota.exception
 

Methods in org.silverpeas.quota.exception that return Quota
 Quota QuotaException.getQuota()
           
 

Constructors in org.silverpeas.quota.exception with parameters of type Quota
QuotaException(Quota quota, String messageSuffix)
          Default constructor
QuotaException(Quota quota, String messageSuffix, Exception exception)
          Default constructor
QuotaFullException(Quota quota)
          Default constructor
QuotaNotEnoughException(Quota quota)
          Default constructor
QuotaOutOfBoundsException(Quota quota)
          Default constructor
 

Uses of Quota in org.silverpeas.quota.model
 

Methods in org.silverpeas.quota.model that return Quota
 Quota Quota.clone()
           
 

Uses of Quota in org.silverpeas.quota.repository
 

Methods in org.silverpeas.quota.repository that return Quota
 Quota QuotaRepository.getByTypeAndResourceId(String type, String resourceId)
           
 

Uses of Quota in org.silverpeas.quota.service
 

Methods in org.silverpeas.quota.service that return Quota
 Quota QuotaService.get(T key)
          Gets the quota of the resource from a given quota key.
 Quota AbstractQuotaService.get(T key)
           
 Quota QuotaService.initialize(T key, long maxCount)
          Initializes the quota of the resource for the given quota key.
 Quota AbstractQuotaService.initialize(T key, long maxCount)
           
 Quota QuotaService.initialize(T key, long minCount, long maxCount)
          Initializes the quota of the resource for the given quota key.
 Quota AbstractQuotaService.initialize(T key, long minCount, long maxCount)
           
 Quota QuotaService.initialize(T key, Quota quota)
          Initializes the quota of the resource for the given quota key and from an existing quota.
 Quota AbstractQuotaService.initialize(T key, Quota quota)
           
 Quota QuotaService.verify(T key)
          Verifies if the quota is full or not enough from a given quota key.
 Quota AbstractQuotaService.verify(T key)
           
 Quota QuotaService.verify(T key, AbstractQuotaCountingOffset countingOffset)
          Verifies if the quota is full or not enough from a given quota key and adding a counting offset.
 Quota AbstractQuotaService.verify(T key, AbstractQuotaCountingOffset countingOffset)
           
protected  Quota AbstractQuotaService.verify(T key, Quota quota, AbstractQuotaCountingOffset countingOffset)
          Verify from a given quota
 

Methods in org.silverpeas.quota.service with parameters of type Quota
 Quota QuotaService.initialize(T key, Quota quota)
          Initializes the quota of the resource for the given quota key and from an existing quota.
 Quota AbstractQuotaService.initialize(T key, Quota quota)
           
protected  Quota AbstractQuotaService.verify(T key, Quota quota, AbstractQuotaCountingOffset countingOffset)
          Verify from a given quota
 

Uses of Quota in org.silverpeas.quota.service.dao
 

Methods in org.silverpeas.quota.service.dao that return Quota
 Quota QuotaDAO.getByTypeAndResourceId(String type, String resourceId)
          Gets the quota that corresponds at all of given parameters
 

Uses of Quota in org.silverpeas.quota.service.dao.jdbc
 

Methods in org.silverpeas.quota.service.dao.jdbc that return Quota
static Quota JDBCQuotaRequester.getByTypeAndResourceId(Connection con, String type, String resourceId)
          Gets the quota that corresponds at all of given parameters
 Quota JDBCQuotaDAO.getByTypeAndResourceId(String type, String resourceId)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.