org.kuali.kfs.sys.batch
Class PostDataLoadEncryptionStep

java.lang.Object
  extended by org.kuali.kfs.sys.batch.AbstractStep
      extended by org.kuali.kfs.sys.batch.PostDataLoadEncryptionStep
All Implemented Interfaces:
Step, org.springframework.beans.factory.BeanNameAware

public class PostDataLoadEncryptionStep
extends AbstractStep


Constructor Summary
PostDataLoadEncryptionStep()
           
 
Method Summary
 boolean execute(String jobName, Date jobRunDate)
          Perform this step of a batch job.
 void setAttributesToEncryptProperties(String attributesToEncryptProperties)
          Sets the attributesToEncryptProperties attribute value.
 void setPostDataLoadEncryptionService(org.kuali.rice.kns.service.PostDataLoadEncryptionService postDataLoadEncryptionService)
           
 
Methods inherited from class org.kuali.kfs.sys.batch.AbstractStep
getDateTimeService, getName, getParameterService, interrupt, isInterrupted, setBeanName, setDateTimeService, setInterrupted, setParameterService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostDataLoadEncryptionStep

public PostDataLoadEncryptionStep()
Method Detail

execute

public boolean execute(String jobName,
                       Date jobRunDate)
Description copied from interface: Step
Perform this step of a batch job.

Parameters:
jobName - the name of the job running the step
jobRunDate - the time/date the job is executed
Returns:
true if successful and continue the job, false if successful and stop the job
See Also:
Step.execute(java.lang.String, java.util.Date)

setPostDataLoadEncryptionService

public void setPostDataLoadEncryptionService(org.kuali.rice.kns.service.PostDataLoadEncryptionService postDataLoadEncryptionService)

setAttributesToEncryptProperties

public void setAttributesToEncryptProperties(String attributesToEncryptProperties)
Sets the attributesToEncryptProperties attribute value.

Parameters:
attributesToEncryptProperties - The attributesToEncryptProperties to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.