|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.util.Locale |
getLocale()
Returns the locale to use to format the notification mails, returns null if not set. |
boolean |
getReceiveAclEvents()
|
boolean |
getReceiveCollectionEvents()
|
boolean |
getReceiveCommentEvents()
|
boolean |
getReceiveDocumentEvents()
|
boolean |
getReceiveSchemaEvents()
|
boolean |
getReceiveUserEvents()
|
CollectionSubscriptionKey[] |
getSubscribedCollectionKeys()
|
org.outerj.daisy.repository.VariantKey[] |
getSubscribedVariantKeys()
|
long |
getUserId()
Returns the user to which this subscription applies. |
org.outerx.daisy.x10.SubscriptionDocument |
getXml()
|
void |
save()
|
void |
setFromXml(org.outerx.daisy.x10.SubscriptionDocument.Subscription subscriptionXml)
|
void |
setLocale(java.util.Locale locale)
Sets the locale used to format the notification mails. |
void |
setReceiveAclEvents(boolean value)
|
void |
setReceiveCollectionEvents(boolean value)
|
void |
setReceiveCommentEvents(boolean value)
|
void |
setReceiveDocumentEvents(boolean value)
|
void |
setReceiveSchemaEvents(boolean value)
|
void |
setReceiveUserEvents(boolean value)
|
void |
setSubscribedCollectionKeys(CollectionSubscriptionKey[] keys)
Note: if any of the CollectionSubscriptionKey components for an entry is '-1', it means 'any'. |
void |
setSubscribedVariantKeys(org.outerj.daisy.repository.VariantKey[] keys)
Note: if any of the VariantKey components for an entry is '-1', it means 'any'. |
Method Detail |
public long getUserId()
public void setReceiveDocumentEvents(boolean value)
public boolean getReceiveDocumentEvents()
public void setReceiveSchemaEvents(boolean value)
public boolean getReceiveSchemaEvents()
public void setReceiveUserEvents(boolean value)
public boolean getReceiveUserEvents()
public void setReceiveCollectionEvents(boolean value)
public boolean getReceiveCollectionEvents()
public void setReceiveAclEvents(boolean value)
public boolean getReceiveAclEvents()
public void setReceiveCommentEvents(boolean value)
public boolean getReceiveCommentEvents()
public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
locale
- can be nullpublic org.outerj.daisy.repository.VariantKey[] getSubscribedVariantKeys()
public void setSubscribedVariantKeys(org.outerj.daisy.repository.VariantKey[] keys)
public CollectionSubscriptionKey[] getSubscribedCollectionKeys()
public void setSubscribedCollectionKeys(CollectionSubscriptionKey[] keys)
public void save() throws org.outerj.daisy.repository.RepositoryException
org.outerj.daisy.repository.RepositoryException
public org.outerx.daisy.x10.SubscriptionDocument getXml()
public void setFromXml(org.outerx.daisy.x10.SubscriptionDocument.Subscription subscriptionXml)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |