Package org.silverpeas.core.admin.domain
Class DomainServiceProvider
- java.lang.Object
-
- org.silverpeas.core.admin.domain.DomainServiceProvider
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DomainService
getDomainService(DomainType type)
Gets a DomainService instance.static QuotaService<UserDomainQuotaKey>
getUserDomainQuotaService()
Gets the QuotaService instance associated to the user in domain quota.
-
-
-
Method Detail
-
getDomainService
public static DomainService getDomainService(DomainType type)
Gets a DomainService instance.- Returns:
- a DomainService instance.
-
getUserDomainQuotaService
public static QuotaService<UserDomainQuotaKey> getUserDomainQuotaService()
Gets the QuotaService instance associated to the user in domain quota.- Returns:
- the QuotaService associated to the user in domain quota.
-
-