Uses of Class
com.axemble.vdoc.sdk.exceptions.PortalModuleException
Package
Description
-
Uses of PortalModuleException in com.axemble.vdoc.sdk.exceptions
-
Uses of PortalModuleException in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionvoid
PortalModuleImpl.addAuthenticationKey
(String key, IUser user, Date expirationDate, String authorizedAddress) IndexController.addDocument
(Serializable objectToIndex) PortalModuleImpl.createMailingList
(IContext context, IOrganization organization, String name, String label, int type) void
PortalModuleImpl.createNewSession
(String login) PortalModuleImpl.executeTask
(Class<?> extensionClass, Map<String, String> parameters) PortalModuleImpl.generateAuthenticationKey
(IUser user, Date expirationDate, String authorizedAddress) PortalModuleImpl.getConnectionDefinition
(IContext context, String name) Collection
<? extends IConnectionDefinition<?>> PortalModuleImpl.getConnectionDefinitions
(IContext context) Collection
<? extends IConnectionDefinition<?>> PortalModuleImpl.getConnectionDefinitionsByCategoryName
(IContext context, String categoryName) Collection
<? extends IConnectionDefinition<?>> PortalModuleImpl.getConnectionDefinitionsByTypeName
(IContext context, String type) PortalModuleImpl.getIndexController
(String name) PortalModuleImpl.getJMSController()
PortalModuleImpl.getMailingList
(IContext context, String name, int type) PortalModuleImpl.getMailingList
(IStorageKey key) PortalModuleImpl.getMailingList
(Object object) Collection
<? extends IMailingList> PortalModuleImpl.getMailingLists
(IContext context) PortalModuleImpl.getNotificationController()
PortalModuleImpl.getPortlet
(IContext context, String name) PortalModuleImpl.getSecurityController
(ISecuritySupport securitySupport) void
IndexController.incrementalIndex
(Date lastIndexDate) protected <T> String
IndexController.indexDocumentGenerics
(String indexName, T objectToIndex) void
PortalModuleImpl.killCurrentSession()
void
PortalModuleImpl.killSession
(jakarta.servlet.http.HttpSession session) void
IndexController.reindex()
void
IndexController.removeDocument
(String idToUnindex) void
PortalModuleImpl.replaceCurrentSession
(String login) void
PortalModuleImpl.send
(jakarta.mail.internet.MimeMessage message) -
Uses of PortalModuleException in com.axemble.vdoc.sdk.interfaces
Modifier and TypeMethodDescriptionIIndexController.addDocument
(Serializable objectToIndex) Index or reindex an objectvoid
Adds an email address to the mailing list.IMailingList.getLink()
Gets the resource associated with the mailing list.void
IIndexController.incrementalIndex
(Date lastIndexDate) Run an incremental indexvoid
IIndexController.reindex()
Recreate an indexvoid
IIndexController.removeDocument
(String idToUnindex) Remove an object from index -
Uses of PortalModuleException in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionvoid
IBasePortalModule.addAuthenticationKey
(String key, IUser user, Date expirationDate, String authorizedAddresses) Adds an authenticationKey for a user The ExternalAuthenticationLoginModule will be automatically connect the user if he uses the parameter _AuthenticationKeyIBasePortalModule.createConnectionDefinition
(IContext context, IOrganization organization, String name, String label, String categoryName) Create a connection definitionIBasePortalModule.createMailingList
(IContext context, IOrganization organization, String name, String label, int type) Creates a new mailing list.void
IBasePortalModule.createNewSession
(String login) Creates a new session.IBasePortalModule.executeTask
(Class<?> extensionClass, Map<String, String> parameters) Execute a BaseTaskExtensionIBasePortalModule.generateAuthenticationKey
(IUser user, Date expirationDate, String authorizedAddresses) Generates and adds an authenticationKey for a user The ExternalAuthenticationLoginModule will be automatically connect the user if he uses the parameter _AuthenticationKeyIBasePortalModule.getConnectionDefinition
(IContext context, String name) Gets a connection from its name.Collection
<? extends IConnectionDefinition<?>> IBasePortalModule.getConnectionDefinitions
(IContext context) Gets a collection of connections.Collection
<? extends IConnectionDefinition<?>> IBasePortalModule.getConnectionDefinitionsByCategoryName
(IContext context, String categoryName) Gets a connection from its name.Collection
<? extends IConnectionDefinition<?>> IBasePortalModule.getConnectionDefinitionsByTypeName
(IContext context, String type) Gets a connection from its name.IBasePortalModule.getIndexController
(String name) Gets the controller of the specified index name.IBasePortalModule.getJMSController()
Gets a JMS controller.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 )Collection
<? extends IMailingList> IBasePortalModule.getMailingLists
(IContext context) Gets all mailing lists.IBasePortalModule.getNotificationController()
Get anINotificationController
IBasePortalModule.getPortlet
(IContext context, String name) Gets a portlet by its name.IBasePortalModule.getSecurityController
(ISecuritySupport securitySupport) Gets a security controller on a specified object.void
IBasePortalModule.killCurrentSession()
Kills the current session.void
IBasePortalModule.killSession
(jakarta.servlet.http.HttpSession session) Kills a session.void
IBasePortalModule.replaceCurrentSession
(String login) Replaces the current session.void
IBasePortalModule.send
(jakarta.mail.internet.MimeMessage message) Allows to send a message through the mail agent.