Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
boolean |
IUser.isSubscriber(IMailingList mailingList)
Tests if the user is a subscriber of a mailing list.
|
Modifier and Type | Method and Description |
---|---|
IMailingList |
IBasePortalModule.createMailingList(IContext context,
IOrganization organization,
String name,
String label,
int type)
Creates a new mailing list.
|
IMailingList |
IBasePortalModule.getMailingList(IContext context,
String name,
int type)
Gets a mailing list by its name.
|
IMailingList |
IBasePortalModule.getMailingList(IStorageKey key)
Gets a mailing list object from its identifier.
|
IMailingList |
IBasePortalModule.getMailingList(Object object)
Deprecated.
use getMailingList( IStorageKey key )
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IMailingList> |
IBasePortalModule.getMailingLists(IContext context)
Gets all mailing lists.
|
Copyright © 2022 Visiativ. All rights reserved.