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

com.versioneye.persistence.IDeveloperDao Maven / Gradle / Ivy

Go to download

This is the java implementation of the VersionEye core services. It contains some buisiness logic and utility classes.

There is a newer version: 1.3.7
Show newest version
package com.versioneye.persistence;

import com.versioneye.domain.Developer;

/**
 * Created by IntelliJ IDEA.
 * User: reiz
 * Date: 6/2/12
 * Time: 8:43 AM
 *
 */
public interface IDeveloperDao {

   Developer create(Developer developer);

   boolean doesExistAlready(String language, String prodKey, String version, String name);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy