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

com.uid2.shared.store.IServiceLinkStore Maven / Gradle / Ivy

package com.uid2.shared.store;

import com.uid2.shared.model.ServiceLink;

import java.util.Collection;

public interface IServiceLinkStore {

    Collection getAllServiceLinks();

    ServiceLink getServiceLink(int serviceId, String linkId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy