@Deprecated public class PostDataLoadEncryptionServiceImpl extends PersistenceServiceImplBase implements PostDataLoadEncryptionService
Modifier and Type | Field and Description |
---|---|
protected org.apache.log4j.Logger |
LOG
Deprecated.
|
POST_DATA_LOAD_ENCRYPTION_SERVICE
Constructor and Description |
---|
PostDataLoadEncryptionServiceImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
checkArguments(Class<? extends PersistableBusinessObject> businessObjectClass,
Set<String> attributeNames)
Deprecated.
|
void |
checkArguments(Class<? extends PersistableBusinessObject> businessObjectClass,
Set<String> attributeNames,
boolean checkOjbEncryptConfig)
Deprecated.
|
void |
createBackupTable(Class<? extends PersistableBusinessObject> businessObjectClass)
Deprecated.
|
void |
createBackupTable(String tableName)
Deprecated.
|
boolean |
doesBackupTableExist(String tableName)
Deprecated.
|
void |
dropBackupTable(Class<? extends PersistableBusinessObject> businessObjectClass)
Deprecated.
|
void |
dropBackupTable(String tableName)
Deprecated.
|
void |
encrypt(PersistableBusinessObject businessObject,
Set<String> attributeNames)
Deprecated.
|
Map<String,List<String>> |
getColumnNamesEncryptedValues(String tableName,
Map<String,String> columnNamesValues)
Deprecated.
|
boolean |
performEncryption(String tableName,
List<Map<String,String>> rowsToEncryptColumnsNameValueMap)
Deprecated.
|
void |
prepClassDescriptor(Class<? extends PersistableBusinessObject> businessObjectClass,
Set<String> attributeNames)
Deprecated.
|
void |
restoreClassDescriptor(Class<? extends PersistableBusinessObject> businessObjectClass,
Set<String> attributeNames)
Deprecated.
|
void |
restoreTableFromBackup(Class<? extends PersistableBusinessObject> businessObjectClass)
Deprecated.
|
void |
restoreTableFromBackup(String tableName)
Deprecated.
|
List<Map<String,String>> |
retrieveUnencryptedColumnValuesFromBackupTable(String tableName,
List<String> columnNames,
int numberOfRowsToCommitAfter)
Deprecated.
|
void |
setEncryptionService(EncryptionService encryptionService)
Deprecated.
|
void |
setLegacyDataAdapter(LegacyDataAdapter legacyDataAdapter)
Deprecated.
|
void |
setPostDataLoadEncryptionDao(PostDataLoadEncryptionDao postDataLoadEncryptionDao)
Deprecated.
|
void |
truncateTable(Class<? extends PersistableBusinessObject> businessObjectClass)
Deprecated.
|
void |
truncateTable(String tableName)
Deprecated.
|
getPrimaryKeyFieldValues, getPrimaryKeyFieldValues
getBusinessObjectAttributeClass, getClassDescriptor, getDescriptorRepository, isJpaEnabledForKradClass, listPrimaryKeyFieldNames
protected org.apache.log4j.Logger LOG
public PostDataLoadEncryptionServiceImpl()
public void checkArguments(Class<? extends PersistableBusinessObject> businessObjectClass, Set<String> attributeNames)
checkArguments
in interface PostDataLoadEncryptionService
public void checkArguments(Class<? extends PersistableBusinessObject> businessObjectClass, Set<String> attributeNames, boolean checkOjbEncryptConfig)
checkArguments
in interface PostDataLoadEncryptionService
public void createBackupTable(Class<? extends PersistableBusinessObject> businessObjectClass)
createBackupTable
in interface PostDataLoadEncryptionService
public void prepClassDescriptor(Class<? extends PersistableBusinessObject> businessObjectClass, Set<String> attributeNames)
prepClassDescriptor
in interface PostDataLoadEncryptionService
public void truncateTable(Class<? extends PersistableBusinessObject> businessObjectClass)
truncateTable
in interface PostDataLoadEncryptionService
public void encrypt(PersistableBusinessObject businessObject, Set<String> attributeNames)
encrypt
in interface PostDataLoadEncryptionService
public void restoreClassDescriptor(Class<? extends PersistableBusinessObject> businessObjectClass, Set<String> attributeNames)
restoreClassDescriptor
in interface PostDataLoadEncryptionService
public void restoreTableFromBackup(Class<? extends PersistableBusinessObject> businessObjectClass)
restoreTableFromBackup
in interface PostDataLoadEncryptionService
public void dropBackupTable(Class<? extends PersistableBusinessObject> businessObjectClass)
dropBackupTable
in interface PostDataLoadEncryptionService
public boolean doesBackupTableExist(String tableName)
doesBackupTableExist
in interface PostDataLoadEncryptionService
public void createBackupTable(String tableName)
createBackupTable
in interface PostDataLoadEncryptionService
public void truncateTable(String tableName)
truncateTable
in interface PostDataLoadEncryptionService
public List<Map<String,String>> retrieveUnencryptedColumnValuesFromBackupTable(String tableName, List<String> columnNames, int numberOfRowsToCommitAfter)
retrieveUnencryptedColumnValuesFromBackupTable
in interface PostDataLoadEncryptionService
public boolean performEncryption(String tableName, List<Map<String,String>> rowsToEncryptColumnsNameValueMap) throws Exception
performEncryption
in interface PostDataLoadEncryptionService
Exception
public Map<String,List<String>> getColumnNamesEncryptedValues(String tableName, Map<String,String> columnNamesValues)
public void restoreTableFromBackup(String tableName)
restoreTableFromBackup
in interface PostDataLoadEncryptionService
public void dropBackupTable(String tableName)
dropBackupTable
in interface PostDataLoadEncryptionService
public void setPostDataLoadEncryptionDao(PostDataLoadEncryptionDao postDataLoadEncryptionDao)
public void setEncryptionService(EncryptionService encryptionService)
public void setLegacyDataAdapter(LegacyDataAdapter legacyDataAdapter)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.