Class EmailNorthbounderConfigurationResource

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @Component
    public class EmailNorthbounderConfigurationResource
    extends OnmsRestService
    implements org.springframework.beans.factory.InitializingBean
    The Class EmailNorthbounderConfigurationResource.
    Author:
    Alejandro Galue
    • Constructor Detail

      • EmailNorthbounderConfigurationResource

        public EmailNorthbounderConfigurationResource()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • getConfiguration

        public javax.ws.rs.core.Response getConfiguration()
        Gets the configuration.
        Returns:
        the configuration
      • setConfiguration

        public javax.ws.rs.core.Response setConfiguration​(EmailNorthbounderConfig config)
        Sets the configuration.
        Parameters:
        config - the full configuration object
        Returns:
        the response
      • getStatus

        public javax.ws.rs.core.Response getStatus()
        Gets the status.
        Returns:
        the status
      • getStatus

        public javax.ws.rs.core.Response getStatus​(java.lang.Boolean enabled)
                                            throws javax.ws.rs.WebApplicationException
        Gets the status.
        Parameters:
        enabled - the enabled
        Returns:
        the status
        Throws:
        javax.ws.rs.WebApplicationException - the web application exception
      • getEmailDestinations

        public javax.ws.rs.core.Response getEmailDestinations()
        Gets all the email destinations.
        Returns:
        the email destinations
      • getEmailDestination

        public EmailDestination getEmailDestination​(java.lang.String destinationName)
        Gets an email destination.
        Parameters:
        destinationName - the destination name
        Returns:
        the email destination
      • setEmailDestination

        public javax.ws.rs.core.Response setEmailDestination​(EmailDestination destination)
        Sets an email destination.

        If there is a destination with the same name, the existing one will be overridden.

        Parameters:
        destination - the destination
        Returns:
        the response
      • updateEmailDestination

        public javax.ws.rs.core.Response updateEmailDestination​(java.lang.String destinationName,
                                                                MultivaluedMapImpl params)
        Updates a specific email destination.
        Parameters:
        destinationName - the destination name
        params - the parameters map
        Returns:
        the response
      • removeEmailDestination

        public javax.ws.rs.core.Response removeEmailDestination​(java.lang.String destinationName)
        Removes a specific email destination.
        Parameters:
        destinationName - the destination name
        Returns:
        the response