org.kuali.kfs.module.endow.batch.service.impl
Class RollProcessDateServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.endow.batch.service.impl.RollProcessDateServiceImpl
All Implemented Interfaces:
RollProcessDateService

@Transactional
public class RollProcessDateServiceImpl
extends Object
implements RollProcessDateService


Field Summary
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
RollProcessDateServiceImpl()
           
 
Method Summary
 boolean rollDate()
          Update the CURRENT_PROCESS_DATE parameter to the next calendar date.
 void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the businessObjectService.
 void setKemService(KEMService kemService)
          Sets the kemService.
 void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
          Sets the parameterService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static org.apache.log4j.Logger LOG
Constructor Detail

RollProcessDateServiceImpl

public RollProcessDateServiceImpl()
Method Detail

rollDate

public boolean rollDate()
Description copied from interface: RollProcessDateService
Update the CURRENT_PROCESS_DATE parameter to the next calendar date.

Specified by:
rollDate in interface RollProcessDateService
Returns:
True if the value of the CURRENT_PROCESS_DATE parameter is update successfully, false if not.
See Also:
RollProcessDateService.rollDate()

setKemService

public void setKemService(KEMService kemService)
Sets the kemService.

Parameters:
kemService -

setParameterService

public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
Sets the parameterService.

Parameters:
parameterService -

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService.

Parameters:
businessObjectService -


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