Uses of Interface
com.axemble.vdoc.sdk.interfaces.IMailingList
Packages that use IMailingList
Package
Description
-
Uses of IMailingList in com.axemble.vdoc.sdk.impl
Methods in com.axemble.vdoc.sdk.impl that return IMailingListModifier 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) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IMailingListModifier and TypeMethodDescriptionCollection
<? extends IMailingList> PortalModuleImpl.getMailingLists
(IContext context) -
Uses of IMailingList in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IMailingListModifier 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
Methods in com.axemble.vdoc.sdk.modules that return IMailingListModifier 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 )Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IMailingListModifier and TypeMethodDescriptionCollection
<? extends IMailingList> IBasePortalModule.getMailingLists
(IContext context) Gets all mailing lists.