Class JpaLobStorageService<D extends JpaExportLob>

    • Constructor Detail

      • JpaLobStorageService

        public JpaLobStorageService​(JpaExportLobRepository<D> exportLobRepository,
                                    com.broadleafcommerce.common.extension.TypeFactory typeFactory)
    • Method Detail

      • store

        public void store​(InputStream content,
                          String path)
        Description copied from interface: StorageService
        Stores a stream to a backing provider, overwriting any data existing at the path
        Specified by:
        store in interface StorageService
        Parameters:
        content - the data to store
        path - a path to reference the data by for further operations
      • remove

        public void remove​(String path)
        Description copied from interface: StorageService
        Deletes the resource at the given path
        Specified by:
        remove in interface StorageService
        Parameters:
        path - the path that should be deleted from the store