T - public abstract class CalDAVCollectionBase<T extends CalDAVCollectionBase> extends CalDAVCollection<T>
| Modifier and Type | Field and Description |
|---|---|
static int |
calTypeResource
Resource collection.
|
calTypeCalendarCollection, calTypeCollection, calTypeInbox, calTypeNotifications, calTypeOutbox, calTypeUnknown| Constructor and Description |
|---|
CalDAVCollectionBase(int calType,
boolean freebusyAllowed)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
entitiesAllowed() |
boolean |
freebusyAllowed() |
boolean |
getAffectsFreeBusy() |
String |
getAliasUri()
Get the calendar aliasUri property
|
int |
getCalType() |
String |
getColor()
Get the calendar color property
|
String |
getRemoteId()
Get the calendar remoteId property
|
String |
getRemotePw()
Get the calendar remotePw property
|
boolean |
getSynchDeleteSuppressed()
Get the deletions suppressed flag for synch
|
String |
getTimezone()
Get the collection timezone property
|
boolean |
isAlias() |
T |
resolveAlias(boolean resolveSubAlias) |
void |
setAffectsFreeBusy(boolean val) |
void |
setAliasUri(String val)
Set the calendar aliasUri property
|
void |
setCalType(int val) |
void |
setColor(String val)
Set the calendar color property
|
void |
setRemoteId(String val)
Set the calendar remoteId property
|
void |
setRemotePw(String val)
Set the calendar remotePw property
|
void |
setSynchDeleteSuppressed(boolean val)
Set the deletions suppressed flag for synch
|
void |
setTimezone(String val)
Set the collection timezone property
|
getDeleted, getRefreshRate, getSupportedComponents, getVpollSupportedComponents, setRefreshRate, setSupportedComponentscompareTo, getCanPublish, getCanShare, getCreated, getDescription, getDisplayName, getEtag, getLastmod, getName, getOwner, getParentPath, getPath, getPreviousEtag, getProperty, hashCode, setCreated, setDescription, setDisplayName, setLastmod, setName, setOwner, setParentPath, setPath, setProperty, toString, toStringSegmentpublic static final int calTypeResource
public CalDAVCollectionBase(int calType,
boolean freebusyAllowed)
throws org.bedework.webdav.servlet.shared.WebdavException
calType - freebusyAllowed - org.bedework.webdav.servlet.shared.WebdavExceptionpublic boolean isAlias()
throws org.bedework.webdav.servlet.shared.WebdavException
isAlias in class org.bedework.webdav.servlet.shared.WdEntity<T extends CalDAVCollectionBase>org.bedework.webdav.servlet.shared.WebdavExceptionpublic T resolveAlias(boolean resolveSubAlias) throws org.bedework.webdav.servlet.shared.WebdavException
resolveAlias in class CalDAVCollection<T extends CalDAVCollectionBase>org.bedework.webdav.servlet.shared.WebdavExceptionpublic void setCalType(int val)
throws org.bedework.webdav.servlet.shared.WebdavException
setCalType in class CalDAVCollection<T extends CalDAVCollectionBase>val - typeorg.bedework.webdav.servlet.shared.WebdavExceptionpublic int getCalType()
throws org.bedework.webdav.servlet.shared.WebdavException
getCalType in class CalDAVCollection<T extends CalDAVCollectionBase>org.bedework.webdav.servlet.shared.WebdavExceptionpublic boolean freebusyAllowed()
throws org.bedework.webdav.servlet.shared.WebdavException
freebusyAllowed in class CalDAVCollection<T extends CalDAVCollectionBase>org.bedework.webdav.servlet.shared.WebdavExceptionpublic boolean entitiesAllowed()
throws org.bedework.webdav.servlet.shared.WebdavException
entitiesAllowed in class CalDAVCollection<T extends CalDAVCollectionBase>org.bedework.webdav.servlet.shared.WebdavExceptionpublic void setAffectsFreeBusy(boolean val)
throws org.bedework.webdav.servlet.shared.WebdavException
setAffectsFreeBusy in class CalDAVCollection<T extends CalDAVCollectionBase>val - true if the calendar takes part in free/busy calculationsorg.bedework.webdav.servlet.shared.WebdavExceptionpublic boolean getAffectsFreeBusy()
throws org.bedework.webdav.servlet.shared.WebdavException
getAffectsFreeBusy in class CalDAVCollection<T extends CalDAVCollectionBase>org.bedework.webdav.servlet.shared.WebdavExceptionpublic void setTimezone(String val) throws org.bedework.webdav.servlet.shared.WebdavException
CalDAVCollectionsetTimezone in class CalDAVCollection<T extends CalDAVCollectionBase>val - the tzidorg.bedework.webdav.servlet.shared.WebdavExceptionpublic String getTimezone() throws org.bedework.webdav.servlet.shared.WebdavException
CalDAVCollectiongetTimezone in class CalDAVCollection<T extends CalDAVCollectionBase>org.bedework.webdav.servlet.shared.WebdavExceptionpublic void setColor(String val) throws org.bedework.webdav.servlet.shared.WebdavException
CalDAVCollectionsetColor in class CalDAVCollection<T extends CalDAVCollectionBase>val - the colororg.bedework.webdav.servlet.shared.WebdavExceptionpublic String getColor() throws org.bedework.webdav.servlet.shared.WebdavException
CalDAVCollectiongetColor in class CalDAVCollection<T extends CalDAVCollectionBase>org.bedework.webdav.servlet.shared.WebdavExceptionpublic void setAliasUri(String val) throws org.bedework.webdav.servlet.shared.WebdavException
CalDAVCollectionsetAliasUri in class CalDAVCollection<T extends CalDAVCollectionBase>org.bedework.webdav.servlet.shared.WebdavExceptionpublic String getAliasUri() throws org.bedework.webdav.servlet.shared.WebdavException
CalDAVCollectiongetAliasUri in class CalDAVCollection<T extends CalDAVCollectionBase>org.bedework.webdav.servlet.shared.WebdavExceptionpublic void setRemoteId(String val) throws org.bedework.webdav.servlet.shared.WebdavException
CalDAVCollectionsetRemoteId in class CalDAVCollection<T extends CalDAVCollectionBase>org.bedework.webdav.servlet.shared.WebdavExceptionpublic String getRemoteId() throws org.bedework.webdav.servlet.shared.WebdavException
CalDAVCollectiongetRemoteId in class CalDAVCollection<T extends CalDAVCollectionBase>org.bedework.webdav.servlet.shared.WebdavException - on fatal errorpublic void setRemotePw(String val) throws org.bedework.webdav.servlet.shared.WebdavException
CalDAVCollectionsetRemotePw in class CalDAVCollection<T extends CalDAVCollectionBase>val - calendar remotePw propertyorg.bedework.webdav.servlet.shared.WebdavException - on fatal errorpublic String getRemotePw() throws org.bedework.webdav.servlet.shared.WebdavException
CalDAVCollectiongetRemotePw in class CalDAVCollection<T extends CalDAVCollectionBase>org.bedework.webdav.servlet.shared.WebdavException - on fatal errorpublic void setSynchDeleteSuppressed(boolean val)
CalDAVCollectionsetSynchDeleteSuppressed in class CalDAVCollection<T extends CalDAVCollectionBase>val - true if we suppress deletions during synchpublic boolean getSynchDeleteSuppressed()
CalDAVCollectiongetSynchDeleteSuppressed in class CalDAVCollection<T extends CalDAVCollectionBase>Copyright © 2018 Bedework. All rights reserved.