org.jumpmind.symmetric.service
Interface IOutgoingBatchService
- All Known Implementing Classes:
- OutgoingBatchService
public interface IOutgoingBatchService
insertOutgoingBatch
void insertOutgoingBatch(OutgoingBatch outgoingBatch)
buildOutgoingBatches
@Deprecated
void buildOutgoingBatches(java.lang.String nodeId,
java.util.List<NodeChannel> channels)
- Deprecated.
buildOutgoingBatches
void buildOutgoingBatches(java.lang.String nodeId,
NodeChannel channel)
getOutgoingBatches
java.util.List<OutgoingBatch> getOutgoingBatches(java.lang.String nodeId)
getOutgoingBatchRange
java.util.List<OutgoingBatch> getOutgoingBatchRange(java.lang.String startBatchId,
java.lang.String endBatchId)
getOutgoingBatcheErrors
java.util.List<OutgoingBatch> getOutgoingBatcheErrors(int maxRows)
markOutgoingBatchSent
@Deprecated
void markOutgoingBatchSent(OutgoingBatch batch)
- Deprecated.
setBatchStatus
void setBatchStatus(long batchId,
OutgoingBatch.Status status)
isInitialLoadComplete
boolean isInitialLoadComplete(java.lang.String nodeId)
findOutgoingBatchHistory
java.util.List<OutgoingBatchHistory> findOutgoingBatchHistory(long batchId,
java.lang.String nodeId)
insertOutgoingBatchHistory
void insertOutgoingBatchHistory(OutgoingBatchHistory history)
Copyright © 2007-2008. All Rights Reserved.