package eu.dnetlib.enabling.mock.is.lookup;

import java.util.List;

import javax.xml.ws.wsaddressing.W3CEndpointReference;

import eu.dnetlib.enabling.is.lookup.rmi.ISLookUpDocumentNotFoundException;
import eu.dnetlib.enabling.is.lookup.rmi.ISLookUpException;
import eu.dnetlib.enabling.is.lookup.rmi.ISLookUpService;

public class LookupServiceImplMock implements ISLookUpService{

	@Override
	public Boolean flushCachedResultSets() {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public String getCollection(String profId, String format)
			throws ISLookUpException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public String getResourceProfile(String profId) throws ISLookUpException,
			ISLookUpDocumentNotFoundException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public String getResourceProfileByQuery(String XQuery)
			throws ISLookUpException, ISLookUpDocumentNotFoundException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public String getResourceQoSParams(String id) throws ISLookUpException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public String getResourceTypeSchema(String resourceType)
			throws ISLookUpException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public W3CEndpointReference listCollections(String format, String idfather,
			String owner) throws ISLookUpException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public W3CEndpointReference listCommunities() throws ISLookUpException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public List<String> listDHNIDs() throws ISLookUpException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public W3CEndpointReference listMDStores(String metadataformat)
			throws ISLookUpException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public W3CEndpointReference listResourceProfiles(String resourceKind,
			String format, String resourceType) throws ISLookUpException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public List<String> listResourceTypes() throws ISLookUpException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public List<String> listServiceIDs(String serviceType)
			throws ISLookUpException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public List<String> listServiceTypes() throws ISLookUpException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public List<String> quickSearchProfile(String xquery)
			throws ISLookUpException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public String retrieveCollection(String profId) throws ISLookUpException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public W3CEndpointReference searchProfile(String xquery)
			throws ISLookUpException {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public String identify() {
		// TODO Auto-generated method stub
		return null;
	}

	@Override
	public void notify(String subscriptionId, String topic, String isId,
			String message) {
		// TODO Auto-generated method stub
		
	}

	@Override
	public void start() {
		// TODO Auto-generated method stub
		
	}

}
