org.broadleafcommerce.common.util
Class StreamCapableTransactionalOperationAdapter
java.lang.Object
org.broadleafcommerce.common.util.StreamCapableTransactionalOperationAdapter
- All Implemented Interfaces:
- StreamCapableTransactionalOperation, TransactionalOperation
public abstract class StreamCapableTransactionalOperationAdapter
- extends Object
- implements StreamCapableTransactionalOperation
- Author:
- Jeff Fischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamCapableTransactionalOperationAdapter
public StreamCapableTransactionalOperationAdapter()
pagedExecute
public void pagedExecute(Object[] param)
throws Throwable
- Specified by:
pagedExecute in interface StreamCapableTransactionalOperation
- Throws:
Throwable
execute
public void execute()
throws Throwable
- Specified by:
execute in interface TransactionalOperation
- Throws:
Throwable
retrievePage
public Object[] retrievePage(int startPos,
int pageSize)
- Specified by:
retrievePage in interface StreamCapableTransactionalOperation
retrieveTotalCount
public Long retrieveTotalCount()
- Specified by:
retrieveTotalCount in interface StreamCapableTransactionalOperation
Copyright © 2013. All Rights Reserved.