Package com.logicaldoc.form
Interface FormDAO
-
- All Superinterfaces:
com.logicaldoc.core.PersistentObjectDAO<Form>
- All Known Implementing Classes:
HibernateFormDAO
public interface FormDAO extends com.logicaldoc.core.PersistentObjectDAO<Form>
DAO forFormhandling.- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormfindByFormId(String formId)Finds the form with the given form identifierFormfindByName(String name, long tenantId)Finds the form with the given name-
Methods inherited from interface com.logicaldoc.core.PersistentObjectDAO
bulkUpdate, delete, delete, deleteAll, deleteAll, findAll, findAll, findAllIds, findAllIds, findById, findById, findByObjectQuery, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDbms, initialize, isOracle, jdbcUpdate, jdbcUpdate, query, queryForInt, queryForList, queryForList, queryForLong, queryForObject, queryForRowSet, queryForString, store
-
-