com.formkiq.server.dao.ClientDao Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of formkiq-server Show documentation
Show all versions of formkiq-server Show documentation
Server-side integration for the FormKiQ ios application
package com.formkiq.server.dao;
/**
* Methods for retrieving Client data from the database.
*
*/
public interface ClientDao {
/**
* Client Count.
* @return int
*/
int clientCount();
}