Package de.xima.fc.dao.interfaces
Interface IDatentabelleDao
-
- All Known Implementing Classes:
DatentabelleDao
public interface IDatentabelleDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
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 Detail
-
reindexDataTable
void reindexDataTable(IEntityContext ec, Projekt projekt) throws Exception
- Throws:
Exception
-
reindexPostfachTable
void reindexPostfachTable(IEntityContext ec, Projekt projekt) throws Exception
- Throws:
Exception
-
recreateDataTable
void recreateDataTable(IEntityContext ec, Projekt projekt, EProjectSpecificDBTable tableType) throws Exception
- Throws:
Exception
-
insertValuesToTables
void insertValuesToTables(IEntityContext ec, Vorgang vorgang)
-
-