public interface ViewsI extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(BwView val,
boolean makeDefault)
Add a view.
|
boolean |
addCollection(String name,
String path)
Add a collection path to the named view.
|
BwView |
find(String val)
Find the named view.
|
Collection<BwView> |
getAll()
Return the collection of views - named collections of collections
|
Collection<BwView> |
getAll(BwPrincipal pr)
Return the collection of views - named collections of collections
|
boolean |
remove(BwView val)
Remove the view for the owner of the object.
|
boolean |
removeCollection(String name,
String path)
Remove a collection path from the named view.
|
boolean add(BwView val, boolean makeDefault) throws CalFacadeException
val - BwView to addmakeDefault - boolean true for make this the default.CalFacadeExceptionboolean remove(BwView val) throws CalFacadeException
val - BwViewCalFacadeExceptionBwView find(String val) throws CalFacadeException
val - String view name - null means defaultCalFacadeExceptionboolean addCollection(String name, String path) throws CalFacadeException
name - String view name - null means defaultpath - collection path to addCalFacadeExceptionboolean removeCollection(String name, String path) throws CalFacadeException
name - String view name - null means defaultpath - collection path to removeCalFacadeExceptionCollection<BwView> getAll() throws CalFacadeException
CalFacadeExceptionCollection<BwView> getAll(BwPrincipal pr) throws CalFacadeException
pr - CalFacadeExceptionCopyright © 2019 Bedework. All rights reserved.