public interface PreferencesI extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
delete(BwPreferences val)
delete a preferences object
|
BwPreferences |
get()
Returns the current user preferences.
|
BwPreferences |
get(BwPrincipal principal)
Returns the given user preferences.
|
String |
getAttachmentsPath()
Get the path to the attachments directory
|
void |
setAttachmentsPath(String val)
Set the path to the attachments directory
|
void |
update(BwPreferences val)
Update the current user preferences.
|
BwPreferences get() throws CalFacadeException
CalFacadeExceptionBwPreferences get(BwPrincipal principal) throws CalFacadeException
principal - - representing a principalCalFacadeExceptionvoid update(BwPreferences val) throws CalFacadeException
val - BwPreferences prefs for the current userCalFacadeExceptionvoid delete(BwPreferences val) throws CalFacadeException
val - CalFacadeExceptionString getAttachmentsPath() throws CalFacadeException
CalFacadeExceptionvoid setAttachmentsPath(String val) throws CalFacadeException
val - String path.CalFacadeExceptionCopyright © 2019 Bedework. All rights reserved.