Uses of Class
com.jalios.jcms.quota.FileQuotaInfos
-
Packages that use FileQuotaInfos Package Description com.jalios.jcms.quota -
-
Uses of FileQuotaInfos in com.jalios.jcms.quota
Methods in com.jalios.jcms.quota that return FileQuotaInfos Modifier and Type Method Description static FileQuotaInfos
QuotaManager. getFileQuotaInfos(FileDocument fileDoc)
FileQuotaInfos
QuotaManager. getFileQuotaInfos(java.io.File file)
Methods in com.jalios.jcms.quota with parameters of type FileQuotaInfos Modifier and Type Method Description void
QuotaManager. updateAfterFileDocumentChange(FileQuotaInfos fileQuotaInfos)
update quota after a filedocument changevoid
QuotaManager. updateAfterFileDocumentDelete(FileQuotaInfos fileQuotaInfos)
update quota after a filedocument delete
-