Interface BaseOwnedImageServiceLocal<O extends BaseEntity & ImageOwner<O,​I>,​I extends OwnedImage<O>,​NP extends IEntity>

    • Method Detail

      • importTempImage

        Long importTempImage​(O owner,
                             TempImage tempImage)
        Imports the given temporary image, returning the new image identifier
      • importTempImages

        List<Long> importTempImages​(O owner,
                                    List<TempImage> tempImages)
        Imports all the given temporary images, returning the new image identifiers