Package com.logicaldoc.form
Interface FormDAO
- All Superinterfaces:
- com.logicaldoc.core.PersistentObjectDAO<Form>
- All Known Implementing Classes:
- HibernateFormDAO
DAO for 
Form handling.- Author:
- Marco Meschieri - LogicalDOC
- 
Field SummaryFields inherited from interface com.logicaldoc.core.PersistentObjectDAOENTITY
- 
Method SummaryModifier and TypeMethodDescriptionfindByFormId(String formId) Finds the form with the given form identifierfindByName(String name, long tenantId) Finds the form with the given nameMethods inherited from interface com.logicaldoc.core.PersistentObjectDAObulkUpdate, delete, delete, deleteAll, deleteAll, evict, evict, findAll, findAll, findAllIds, findAllIds, findById, findById, findByObjectQuery, findByQuery, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDatabaseMetadata, getDbms, initialize, isMySQL, isOracle, jdbcUpdate, jdbcUpdate, query, query, queryForDouble, queryForDouble, queryForInt, queryForInt, queryForList, queryForList, queryForList, queryForLong, queryForLong, queryForObject, queryForObject, queryForResultSet, queryForString, queryForString, store
- 
Method Details- 
findByNameFinds the form with the given name- Parameters:
- name- name of the form
- tenantId- identifier of the tenant
- Returns:
- the found form
 
- 
findByFormIdFinds the form with the given form identifier- Parameters:
- formId- alternate identifier of the form
- Returns:
- the found form
 
 
-