org.kuali.rice.devtools.pdle
Class PostDataLoadEncryptionServiceImpl
java.lang.Object
   org.kuali.rice.krad.service.impl.PersistenceServiceStructureImplBase
org.kuali.rice.krad.service.impl.PersistenceServiceStructureImplBase
       org.kuali.rice.krad.service.impl.PersistenceServiceImplBase
org.kuali.rice.krad.service.impl.PersistenceServiceImplBase
           org.kuali.rice.devtools.pdle.PostDataLoadEncryptionServiceImpl
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<? extends PersistableBusinessObject> businessObjectClass,
                           Set<String> attributeNames)
- 
- Specified by:
- checkArgumentsin interface- PostDataLoadEncryptionService
 
- 
 
checkArguments
public void checkArguments(Class<? extends PersistableBusinessObject> businessObjectClass,
                           Set<String> attributeNames,
                           boolean checkOjbEncryptConfig)
- 
- Specified by:
- checkArgumentsin interface- PostDataLoadEncryptionService
 
- 
 
createBackupTable
public void createBackupTable(Class<? extends PersistableBusinessObject> businessObjectClass)
- 
- Specified by:
- createBackupTablein interface- PostDataLoadEncryptionService
 
- 
 
prepClassDescriptor
public void prepClassDescriptor(Class<? extends PersistableBusinessObject> businessObjectClass,
                                Set<String> attributeNames)
- 
- Specified by:
- prepClassDescriptorin interface- PostDataLoadEncryptionService
 
- 
 
truncateTable
public void truncateTable(Class<? extends PersistableBusinessObject> businessObjectClass)
- 
- Specified by:
- truncateTablein interface- PostDataLoadEncryptionService
 
- 
 
encrypt
public void encrypt(PersistableBusinessObject businessObject,
                    Set<String> attributeNames)
- 
- Specified by:
- encryptin interface- PostDataLoadEncryptionService
 
- 
 
restoreClassDescriptor
public void restoreClassDescriptor(Class<? extends PersistableBusinessObject> businessObjectClass,
                                   Set<String> attributeNames)
- 
- Specified by:
- restoreClassDescriptorin interface- PostDataLoadEncryptionService
 
- 
 
restoreTableFromBackup
public void restoreTableFromBackup(Class<? extends PersistableBusinessObject> businessObjectClass)
- 
- Specified by:
- restoreTableFromBackupin interface- PostDataLoadEncryptionService
 
- 
 
dropBackupTable
public void dropBackupTable(Class<? extends PersistableBusinessObject> businessObjectClass)
- 
- Specified by:
- dropBackupTablein interface- PostDataLoadEncryptionService
 
- 
 
setPostDataLoadEncryptionDao
public void setPostDataLoadEncryptionDao(PostDataLoadEncryptionDao postDataLoadEncryptionDao)
- 
 
- 
 
setEncryptionService
public void setEncryptionService(EncryptionService encryptionService)
- 
 
- 
 
setBusinessObjectService
public void setBusinessObjectService(BusinessObjectService businessObjectService)
- 
 
- 
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.