Interface CAConnectorConfigService

    • Method Detail

      • save

        CAConnectorConfig save​(CAConnectorConfig cAConnectorConfig)
        Save a cAConnectorConfig.
        Parameters:
        cAConnectorConfig - the entity to save.
        Returns:
        the persisted entity.
      • findAll

        List<CAConnectorConfig> findAll()
        Get all the cAConnectorConfigs.
        Returns:
        the list of entities.
      • findOne

        Optional<CAConnectorConfig> findOne​(Long id)
        Get the "id" cAConnectorConfig.
        Parameters:
        id - the id of the entity.
        Returns:
        the entity.
      • delete

        void delete​(Long id)
        Delete the "id" cAConnectorConfig.
        Parameters:
        id - the id of the entity.