Uses of Interface
org.olat.core.util.vfs.Quota

Packages that use Quota
org.olat.admin.quota   
org.olat.collaboration   
org.olat.core.util.vfs Virtual File System (VFS) code examples 
org.olat.core.util.vfs.callbacks   
org.olat.course.nodes.bc   
org.olat.repository   
 

Uses of Quota in org.olat.admin.quota
 

Classes in org.olat.admin.quota that implement Quota
 class QuotaImpl
          Initial Date: Mar 30, 2004
 

Methods in org.olat.admin.quota that return Quota
 Quota QuotaManagerImpl.createQuota(java.lang.String path, java.lang.Long quotaKB, java.lang.Long ulLimitKB)
           
 Quota QuotaManagerImpl.getCustomQuota(java.lang.String path)
          Get the quota (in KB) for this path.
 Quota QuotaManagerImpl.getCustomQuotaOrDefaultDependingOnRole(Identity identity, java.lang.String relPath)
          call to get appropriate quota depending on role.
 Quota QuotaManagerImpl.getDefaultQuota(java.lang.String identifyer)
          Get the default quota for the given identifyer or NULL if no such quota found
 Quota QuotaManagerImpl.getDefaultQuotaDependingOnRole(Identity identity)
          call to get appropriate quota depending on role.
 Quota GenericQuotaEditController.getQuota()
           
 Quota QuotaTableModel.getRowData(int row)
           
 

Methods in org.olat.admin.quota with parameters of type Quota
 boolean QuotaManagerImpl.deleteCustomQuota(Quota quota)
           
 void QuotaManagerImpl.setCustomQuotaKB(Quota quota)
          Sets or updates the quota (in KB) for this path.
 

Constructors in org.olat.admin.quota with parameters of type Quota
GenericQuotaEditController(UserRequest ureq, WindowControl wControl, Quota quota)
          Constructor for the generic quota edit controller used when an existing quota should be edited, as done in the admin quotamanagement
QuotaForm(UserRequest ureq, WindowControl wControl, Quota quota)
           
 

Uses of Quota in org.olat.collaboration
 

Methods in org.olat.collaboration that return Quota
 Quota CollaborationTools.CollabSecCallback.getQuota()
           
 

Methods in org.olat.collaboration with parameters of type Quota
 void CollaborationTools.CollabSecCallback.setQuota(Quota quota)
           
 

Uses of Quota in org.olat.core.util.vfs
 

Methods in org.olat.core.util.vfs that return Quota
abstract  Quota QuotaManager.createQuota(java.lang.String path, java.lang.Long quotaKB, java.lang.Long ulLimitKB)
          Create a quota object (transient, not yet stored)
abstract  Quota QuotaManager.getCustomQuota(java.lang.String path)
          Get the quota (in KB) for this path.
abstract  Quota QuotaManager.getCustomQuotaOrDefaultDependingOnRole(Identity identity, java.lang.String relPath)
          call to get appropriate quota depending on role.
abstract  Quota QuotaManager.getDefaultQuota(java.lang.String identifyer)
          Get the default quota for the given identifyer or NULL if no such quota found
abstract  Quota QuotaManager.getDefaultQuotaDependingOnRole(Identity identity)
          call to get appropriate quota depending on role.
static Quota VFSManager.isTopLevelQuotaContainer(VFSContainer container)
          Check wether this container has a quota assigned to itself.
 

Methods in org.olat.core.util.vfs with parameters of type Quota
abstract  boolean QuotaManager.deleteCustomQuota(Quota quota)
           
abstract  void QuotaManager.setCustomQuotaKB(Quota quota)
          Sets or updates the quota (in KB) for this path.
 

Uses of Quota in org.olat.core.util.vfs.callbacks
 

Methods in org.olat.core.util.vfs.callbacks that return Quota
 Quota FullAccessWithQuotaCallback.getQuota()
           
 Quota FullAccessCallback.getQuota()
           
 Quota VFSSecurityCallback.getQuota()
           
 Quota ReadOnlyCallback.getQuota()
           
 

Methods in org.olat.core.util.vfs.callbacks with parameters of type Quota
 void FullAccessWithQuotaCallback.setQuota(Quota quota)
           
 void FullAccessCallback.setQuota(Quota quota)
           
 void VFSSecurityCallback.setQuota(Quota quota)
          Set the Quota for this container.
 void ReadOnlyCallback.setQuota(Quota quota)
           
 

Constructors in org.olat.core.util.vfs.callbacks with parameters of type Quota
FullAccessWithQuotaCallback(Quota quota)
           
 

Uses of Quota in org.olat.course.nodes.bc
 

Methods in org.olat.course.nodes.bc that return Quota
 Quota FolderNodeCallback.getQuota()
           
 

Methods in org.olat.course.nodes.bc with parameters of type Quota
 void FolderNodeCallback.setQuota(Quota quota)
           
 

Uses of Quota in org.olat.repository
 

Methods in org.olat.repository that return Quota
 Quota SharedFolderSecurityCallback.getQuota()
           
 

Methods in org.olat.repository with parameters of type Quota
 void SharedFolderSecurityCallback.setQuota(Quota quota)