Uses of Class
com.jalios.jcms.quota.QuotaElement
- 
Packages that use QuotaElement Package Description com.jalios.jcms.quota com.jalios.jcms.workspace Contains classes about workspace features.
- 
- 
Uses of QuotaElement in com.jalios.jcms.quotaFields in com.jalios.jcms.quota declared as QuotaElement Modifier and Type Field Description protected QuotaElementQuotaManager. channelQuotaAlertMethods in com.jalios.jcms.quota that return QuotaElement Modifier and Type Method Description QuotaElementQuotaManager. getChannelQuotaAlert()QuotaElementQuotaManager. getElement(Workspace wk)create aQuotaElementfor aWorkspace.QuotaElementQuotaManager. getSiteElement()create aQuotaElementfor a whiole site.Methods in com.jalios.jcms.quota that return types with arguments of type QuotaElement Modifier and Type Method Description java.util.Map<Workspace,QuotaElement>QuotaManager. getElements()returns theMapwith allQuotaElementper workspace, the value with the null key is for the whole site.java.util.Map<Workspace,QuotaElement>QuotaManager. getElements(Workspace workspace)returns theMapwith allQuotaElementper workspace, the value with the null key is for the whole site.Methods in com.jalios.jcms.quota with parameters of type QuotaElement Modifier and Type Method Description voidQuotaManager. setChannelQuotaAlert(QuotaElement channelQuotaAlert)Constructor parameters in com.jalios.jcms.quota with type arguments of type QuotaElement Constructor Description WorkspaceNodeComparator(java.util.Map<Workspace,QuotaElement> elements, QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType sortCriteria, boolean reverse)
- 
Uses of QuotaElement in com.jalios.jcms.workspaceFields in com.jalios.jcms.workspace declared as QuotaElement Modifier and Type Field Description protected QuotaElementWorkspace. quotaAlertMethods in com.jalios.jcms.workspace that return QuotaElement Modifier and Type Method Description QuotaElementWorkspace. getQuotaAlert()Methods in com.jalios.jcms.workspace with parameters of type QuotaElement Modifier and Type Method Description voidWorkspace. setQuotaAlert(QuotaElement quotaAlert)
 
-