All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anotheria.anosite.photoserver.service.blur.generated.RemoteBlurSettingsService Maven / Gradle / Ivy

package net.anotheria.anosite.photoserver.service.blur.generated;
//CHECKSTYLE:OFF

import java.rmi.Remote;
import java.rmi.RemoteException;
import org.distributeme.core.lifecycle.ServiceAdapter;
import java.util.List;
import java.util.Map;

public interface RemoteBlurSettingsService extends Remote, ServiceAdapter{
	List readBlurSettings(long albumId, java.util.List pictureIds, java.lang.String userId, Map __transportableCallContext) throws net.anotheria.anosite.photoserver.service.blur.BlurSettingsServiceException, RemoteException;

	List readBlurSettings(long albumId, java.util.List pictureIds, Map __transportableCallContext) throws net.anotheria.anosite.photoserver.service.blur.BlurSettingsServiceException, RemoteException;

	List blurAlbum(long albumId, Map __transportableCallContext) throws net.anotheria.anosite.photoserver.service.blur.BlurSettingsServiceException, RemoteException;

	List blurAlbum(long albumId, java.lang.String userId, Map __transportableCallContext) throws net.anotheria.anosite.photoserver.service.blur.BlurSettingsServiceException, RemoteException;

	List blurPicture(long albumId, long pictureId, java.lang.String userId, Map __transportableCallContext) throws net.anotheria.anosite.photoserver.service.blur.BlurSettingsServiceException, RemoteException;

	List blurPicture(long albumId, long pictureId, Map __transportableCallContext) throws net.anotheria.anosite.photoserver.service.blur.BlurSettingsServiceException, RemoteException;

	List unBlurAlbum(long albumId, Map __transportableCallContext) throws net.anotheria.anosite.photoserver.service.blur.BlurSettingsServiceException, RemoteException;

	List unBlurAlbum(long albumId, java.lang.String userId, Map __transportableCallContext) throws net.anotheria.anosite.photoserver.service.blur.BlurSettingsServiceException, RemoteException;

	List unBlurPicture(long albumId, long pictureId, java.lang.String userId, Map __transportableCallContext) throws net.anotheria.anosite.photoserver.service.blur.BlurSettingsServiceException, RemoteException;

	List unBlurPicture(long albumId, long pictureId, Map __transportableCallContext) throws net.anotheria.anosite.photoserver.service.blur.BlurSettingsServiceException, RemoteException;

	List removeBlurSettings(long albumId, Map __transportableCallContext) throws net.anotheria.anosite.photoserver.service.blur.BlurSettingsServiceException, RemoteException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy