org.kuali.rice.kns.dao
Interface PostDataLoadEncryptionDao
- All Known Implementing Classes:
- PostDataLoadEncryptionDaoJdbc
public interface PostDataLoadEncryptionDao
This interface defines the DB access methods required by the PostDataLoadEncryptionService
createBackupTable
void createBackupTable(java.lang.String tableName)
truncateTable
void truncateTable(java.lang.String tableName)
restoreTableFromBackup
void restoreTableFromBackup(java.lang.String tableName)
dropBackupTable
void dropBackupTable(java.lang.String tableName)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.