org.kuali.rice.devtools.pdle
Class PostDataLoadEncryptionServiceImpl
java.lang.Object
org.kuali.rice.kns.service.impl.PersistenceServiceStructureImplBase
org.kuali.rice.kns.service.impl.PersistenceServiceImplBase
org.kuali.rice.devtools.pdle.PostDataLoadEncryptionServiceImpl
- All Implemented Interfaces:
- PostDataLoadEncryptionService
public class PostDataLoadEncryptionServiceImpl
- extends PersistenceServiceImplBase
- implements PostDataLoadEncryptionService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostDataLoadEncryptionServiceImpl
public PostDataLoadEncryptionServiceImpl()
checkArguments
public void checkArguments(Class businessObjectClass,
Set<String> attributeNames)
- Specified by:
checkArguments
in interface PostDataLoadEncryptionService
checkArguments
public void checkArguments(Class businessObjectClass,
Set<String> attributeNames,
boolean checkOjbEncryptConfig)
- Specified by:
checkArguments
in interface PostDataLoadEncryptionService
createBackupTable
public void createBackupTable(Class businessObjectClass)
- Specified by:
createBackupTable
in interface PostDataLoadEncryptionService
prepClassDescriptor
public void prepClassDescriptor(Class businessObjectClass,
Set<String> attributeNames)
- Specified by:
prepClassDescriptor
in interface PostDataLoadEncryptionService
truncateTable
public void truncateTable(Class businessObjectClass)
- Specified by:
truncateTable
in interface PostDataLoadEncryptionService
encrypt
public void encrypt(PersistableBusinessObject businessObject,
Set<String> attributeNames)
- Specified by:
encrypt
in interface PostDataLoadEncryptionService
restoreClassDescriptor
public void restoreClassDescriptor(Class businessObjectClass,
Set<String> attributeNames)
- Specified by:
restoreClassDescriptor
in interface PostDataLoadEncryptionService
restoreTableFromBackup
public void restoreTableFromBackup(Class businessObjectClass)
- Specified by:
restoreTableFromBackup
in interface PostDataLoadEncryptionService
dropBackupTable
public void dropBackupTable(Class businessObjectClass)
- Specified by:
dropBackupTable
in interface PostDataLoadEncryptionService
setPostDataLoadEncryptionDao
public void setPostDataLoadEncryptionDao(PostDataLoadEncryptionDao postDataLoadEncryptionDao)
setEncryptionService
public void setEncryptionService(EncryptionService encryptionService)
setBusinessObjectService
public void setBusinessObjectService(BusinessObjectService businessObjectService)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.