org.kuali.kfs.module.ar.batch.service
Interface LockboxService

All Known Implementing Classes:
LockboxServiceImpl

public interface LockboxService


Method Summary
 Long getMaxLockboxSequenceNumber()
          Returns the highest (numerically) value for the Lockbox invoiceSequenceNumber.
 boolean processLockbox()
           
 

Method Detail

processLockbox

boolean processLockbox()
                       throws org.kuali.rice.kew.exception.WorkflowException
Throws:
org.kuali.rice.kew.exception.WorkflowException

getMaxLockboxSequenceNumber

Long getMaxLockboxSequenceNumber()
Returns the highest (numerically) value for the Lockbox invoiceSequenceNumber.

Returns:
The max Lockbox.invoiceSequenceNumber


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