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.quota
Fields in com.jalios.jcms.quota declared as QuotaElement Modifier and Type Field Description protected QuotaElement
QuotaManager. channelQuotaAlert
Methods in com.jalios.jcms.quota that return QuotaElement Modifier and Type Method Description QuotaElement
QuotaManager. getChannelQuotaAlert()
QuotaElement
QuotaManager. getElement(Workspace wk)
create aQuotaElement
for aWorkspace
.QuotaElement
QuotaManager. getSiteElement()
create aQuotaElement
for 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 theMap
with allQuotaElement
per workspace, the value with the null key is for the whole site.java.util.Map<Workspace,QuotaElement>
QuotaManager. getElements(Workspace workspace)
returns theMap
with allQuotaElement
per 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 void
QuotaManager. 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.workspace
Fields in com.jalios.jcms.workspace declared as QuotaElement Modifier and Type Field Description protected QuotaElement
Workspace. quotaAlert
Methods in com.jalios.jcms.workspace that return QuotaElement Modifier and Type Method Description QuotaElement
Workspace. getQuotaAlert()
Methods in com.jalios.jcms.workspace with parameters of type QuotaElement Modifier and Type Method Description void
Workspace. setQuotaAlert(QuotaElement quotaAlert)
-