Uses of Class
org.silverpeas.quota.exception.QuotaException

Packages that use QuotaException
com.silverpeas.jobStartPagePeas.control   
com.stratelia.webactiv.beans.admin   
org.silverpeas.admin.domain.quota   
org.silverpeas.admin.space.quota   
org.silverpeas.quota.exception   
org.silverpeas.quota.model   
org.silverpeas.quota.service   
 

Uses of QuotaException in com.silverpeas.jobStartPagePeas.control
 

Methods in com.silverpeas.jobStartPagePeas.control that throw QuotaException
 String JobStartPagePeasSessionController.addComponentInst(ComponentInst componentInst)
           
 

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

Methods in com.stratelia.webactiv.beans.admin that throw QuotaException
 String PersonalSpaceController.addComponent(String userId, String componentName, String componentLabel)
           
 String AdminController.addComponentInst(ComponentInst componentInst)
          Add the given component Instance
 String AdminController.addComponentInst(ComponentInst componentInst, String userId)
           
 String Admin.addComponentInst(String sUserId, ComponentInst componentInst)
           
 String Admin.addComponentInst(String userId, ComponentInst componentInst, boolean startNewTransaction)
          Add the given component instance in Silverpeas.
 String AdminController.copyAndPasteComponent(PasteDetail pasteDetail)
           
 String Admin.copyAndPasteComponent(PasteDetail pasteDetail)
           
 String AdminController.copyAndPasteSpace(PasteDetail pasteDetail)
           
 String Admin.copyAndPasteSpace(PasteDetail pasteDetail)
           
 void SpaceInst.setComponentSpaceQuotaMaxCount(long componentSpaceQuotaMaxCount)
          Sets the max count of component space of the space
 void SpaceInst.setDataStorageQuotaMaxCount(long dataStorageQuotaMaxCount)
          Sets the max count of data storage of the space
 void Domain.setUserDomainQuotaMaxCount(String userDomainQuotaMaxCount)
          Sets the max count of users of the domain
 

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

Methods in org.silverpeas.admin.domain.quota that throw QuotaException
 long UserDomainQuotaService.getCurrentCount(UserDomainQuotaKey key)
           
 

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

Methods in org.silverpeas.admin.space.quota that throw QuotaException
 Quota DefaultDataStorageSpaceQuotaService.get(DataStorageSpaceQuotaKey key)
           
 long DefaultComponentSpaceQuotaService.getCurrentCount(ComponentSpaceQuotaKey key)
           
 long DefaultDataStorageSpaceQuotaService.getCurrentCount(DataStorageSpaceQuotaKey key)
           
 Quota DefaultDataStorageSpaceQuotaService.verify(DataStorageSpaceQuotaKey key, AbstractQuotaCountingOffset countingOffset)
           
 Quota AbstractSpaceQuotaService.verify(T key, AbstractQuotaCountingOffset countingOffset)
           
 

Uses of QuotaException in org.silverpeas.quota.exception
 

Subclasses of QuotaException in org.silverpeas.quota.exception
 class QuotaFullException
           
 class QuotaNotEnoughException
           
 class QuotaOutOfBoundsException
           
 

Uses of QuotaException in org.silverpeas.quota.model
 

Methods in org.silverpeas.quota.model that throw QuotaException
 void Quota.setMaxCount(String maxCount)
           
 void Quota.setMinCount(String minCount)
           
 void Quota.validate()
          Validates data
 void Quota.validateBounds()
          Validates count data
 

Uses of QuotaException in org.silverpeas.quota.service
 

Methods in org.silverpeas.quota.service that throw QuotaException
 Quota QuotaService.get(T key)
          Gets the quota of the resource from a given quota key.
 Quota AbstractQuotaService.get(T key)
           
 long QuotaService.getCurrentCount(T key)
          Gets the current count from a given quota 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
 



Copyright © 2016 Silverpeas. All Rights Reserved.