Uses of Class
com.axemble.vdoc.sdk.exceptions.PortalModuleException
Packages that use PortalModuleException
Package
Description
- 
Uses of PortalModuleException in com.axemble.vdoc.sdk.exceptionsSubclasses of PortalModuleException in com.axemble.vdoc.sdk.exceptions
- 
Uses of PortalModuleException in com.axemble.vdoc.sdk.implMethods in com.axemble.vdoc.sdk.impl that throw PortalModuleExceptionModifier and TypeMethodDescriptionvoidPortalModuleImpl.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) voidPortalModuleImpl.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) voidIndexController.incrementalIndex(Date lastIndexDate) protected <T> StringIndexController.indexDocumentGenerics(String indexName, T objectToIndex) voidPortalModuleImpl.killCurrentSession()voidPortalModuleImpl.killSession(jakarta.servlet.http.HttpSession session) voidIndexController.reindex()voidIndexController.removeDocument(String idToUnindex) voidPortalModuleImpl.replaceCurrentSession(String login) voidPortalModuleImpl.send(jakarta.mail.internet.MimeMessage message) 
- 
Uses of PortalModuleException in com.axemble.vdoc.sdk.interfacesMethods in com.axemble.vdoc.sdk.interfaces that throw PortalModuleExceptionModifier and TypeMethodDescriptionIIndexController.addDocument(Serializable objectToIndex) Index or reindex an objectvoidAdds an email address to the mailing list.IMailingList.getLink()Gets the resource associated with the mailing list.voidIIndexController.incrementalIndex(Date lastIndexDate) Run an incremental indexvoidIIndexController.reindex()Recreate an indexvoidIIndexController.removeDocument(String idToUnindex) Remove an object from index
- 
Uses of PortalModuleException in com.axemble.vdoc.sdk.modulesMethods in com.axemble.vdoc.sdk.modules that throw PortalModuleExceptionModifier and TypeMethodDescriptionvoidIBasePortalModule.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.voidIBasePortalModule.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 anINotificationControllerIBasePortalModule.getPortlet(IContext context, String name) Gets a portlet by its name.IBasePortalModule.getSecurityController(ISecuritySupport securitySupport) Gets a security controller on a specified object.voidIBasePortalModule.killCurrentSession()Kills the current session.voidIBasePortalModule.killSession(jakarta.servlet.http.HttpSession session) Kills a session.voidIBasePortalModule.replaceCurrentSession(String login) Replaces the current session.voidIBasePortalModule.send(jakarta.mail.internet.MimeMessage message) Allows to send a message through the mail agent.