public interface SysparsI extends Serializable
| Modifier and Type | Method and Description |
|---|---|
BwSystem |
get()
Get the (possibly cached) system pars using name supplied at init
|
BwSystem |
get(String name)
Get the system pars given name - will update cache object if the name is
the current system name.
|
Collection<String> |
getRootUsers()
Get the list of root accounts.
|
boolean |
isRootUser(BwPrincipal val)
See if this is a calendar super user
|
boolean |
present()
Test for the presence of syspars.
|
BwSystem get() throws CalFacadeException
CalFacadeException - if not adminBwSystem get(String name) throws CalFacadeException
name - CalFacadeException - if not adminCollection<String> getRootUsers() throws CalFacadeException
CalFacadeExceptionboolean isRootUser(BwPrincipal val) throws CalFacadeException
val - CalFacadeExceptionboolean present()
throws CalFacadeException
CalFacadeException - if not adminCopyright © 2019 Bedework. All rights reserved.