org.drools.guvnor.server.builder.pagerow
Class SnapshotComparisonPageRowBuilder

java.lang.Object
  extended by org.drools.guvnor.server.builder.pagerow.SnapshotComparisonPageRowBuilder
All Implemented Interfaces:
PageRowBuilder<PageRequest,SnapshotDiffs>

public class SnapshotComparisonPageRowBuilder
extends Object
implements PageRowBuilder<PageRequest,SnapshotDiffs>


Constructor Summary
SnapshotComparisonPageRowBuilder()
           
 
Method Summary
 List<SnapshotComparisonPageRow> build()
           
 void validate()
           
 SnapshotComparisonPageRowBuilder withContent(SnapshotDiffs diffs)
           
 SnapshotComparisonPageRowBuilder withPageRequest(PageRequest pageRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotComparisonPageRowBuilder

public SnapshotComparisonPageRowBuilder()
Method Detail

build

public List<SnapshotComparisonPageRow> build()
Specified by:
build in interface PageRowBuilder<PageRequest,SnapshotDiffs>

validate

public void validate()
Specified by:
validate in interface PageRowBuilder<PageRequest,SnapshotDiffs>

withPageRequest

public SnapshotComparisonPageRowBuilder withPageRequest(PageRequest pageRequest)
Specified by:
withPageRequest in interface PageRowBuilder<PageRequest,SnapshotDiffs>

withContent

public SnapshotComparisonPageRowBuilder withContent(SnapshotDiffs diffs)
Specified by:
withContent in interface PageRowBuilder<PageRequest,SnapshotDiffs>


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.