Package de.xima.fc.dao.interfaces
Interface IDatentabelleDao
- All Known Implementing Classes:
DatentabelleDao
public interface IDatentabelleDao
-
Method Summary
Modifier and TypeMethodDescriptionvoid
insertValuesToTables
(IEntityContext ec, Vorgang vorgang) void
recreateDataTable
(IEntityContext ec, Projekt projekt, EProjectSpecificDBTable tableType) void
reindexDataTable
(IEntityContext ec, Projekt projekt) void
reindexPostfachTable
(IEntityContext ec, Projekt projekt)
-
Method Details
-
reindexDataTable
- Throws:
Exception
-
reindexPostfachTable
- Throws:
Exception
-
recreateDataTable
void recreateDataTable(IEntityContext ec, Projekt projekt, EProjectSpecificDBTable tableType) throws Exception - Throws:
Exception
-
insertValuesToTables
-