Uses of Interface
com.axemble.vdoc.sdk.interfaces.IMailingList
Package
Description
-
Uses of IMailingList in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionPortalModuleImpl.createMailingList
(IContext context, IOrganization organization, String name, String label, int type) PortalModuleImpl.getMailingList
(IContext context, String name, int type) PortalModuleImpl.getMailingList
(IStorageKey key) PortalModuleImpl.getMailingList
(Object object) Modifier and TypeMethodDescriptionCollection
<? extends IMailingList> PortalModuleImpl.getMailingLists
(IContext context) -
Uses of IMailingList in com.axemble.vdoc.sdk.interfaces
Modifier and TypeMethodDescriptionboolean
IUser.isSubscriber
(IMailingList mailingList) Tests if the user is a subscriber of a mailing list. -
Uses of IMailingList in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIBasePortalModule.createMailingList
(IContext context, IOrganization organization, String name, String label, int type) Creates a new mailing list.IBasePortalModule.getMailingList
(IContext context, String name, int type) Gets a mailing list by its name.IBasePortalModule.getMailingList
(IStorageKey key) Gets a mailing list object from its identifier.IBasePortalModule.getMailingList
(Object object) Deprecated.use getMailingList( IStorageKey key )Modifier and TypeMethodDescriptionCollection
<? extends IMailingList> IBasePortalModule.getMailingLists
(IContext context) Gets all mailing lists.