Class CalPrincipalInfo
- java.lang.Object
-
- org.bedework.caldav.server.sysinterface.CalPrincipalInfo
-
- All Implemented Interfaces:
Serializable
public class CalPrincipalInfo extends Object implements Serializable
- Author:
- douglm
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description net.fortuna.ical4j.vcard.VCardcardAs suppliedStringdefaultCalendarPathPath to default calendarStringinboxPathPath to inbox.StringnotificationsPathStringoutboxPathPath to outbox.org.bedework.access.AccessPrincipalprincipalAs suppliedStringuserHomePathPath to user home
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.fortuna.ical4j.vcard.VCardgetCard()StringgetCardStr()StringgetDisplayname()longgetQuota()
-
-
-
Field Detail
-
principal
public org.bedework.access.AccessPrincipal principal
As supplied
-
card
public net.fortuna.ical4j.vcard.VCard card
As supplied
-
userHomePath
public String userHomePath
Path to user home
-
defaultCalendarPath
public String defaultCalendarPath
Path to default calendar
-
inboxPath
public String inboxPath
Path to inbox. null for no scheduling permitted (or supported)
-
outboxPath
public String outboxPath
Path to outbox. null for no scheduling permitted (or supported)
-
notificationsPath
public String notificationsPath
-
-
Constructor Detail
-
CalPrincipalInfo
public CalPrincipalInfo(org.bedework.access.AccessPrincipal principal, net.fortuna.ical4j.vcard.VCard card, String cardStr, String userHomePath, String defaultCalendarPath, String inboxPath, String outboxPath, String notificationsPath, long quota)- Parameters:
principal- this representsuserHomePath- pathdefaultCalendarPath- pathinboxPath- pathoutboxPath- pathnotificationsPath- pathquota- allowed
-
-
Method Detail
-
getCard
public net.fortuna.ical4j.vcard.VCard getCard()
- Returns:
- associated vcard
-
getCardStr
public String getCardStr()
- Returns:
- associated vcard as a string
-
getQuota
public long getQuota()
- Returns:
- long
-
getDisplayname
public String getDisplayname() throws org.bedework.webdav.servlet.shared.WebdavException
- Returns:
- displayname of entoty represented by this info
- Throws:
org.bedework.webdav.servlet.shared.WebdavException
-
-