org.kuali.rice.core.api.uif
Class RemotableQuickFinder.Builder

java.lang.Object
  extended by org.kuali.rice.core.api.uif.RemotableAbstractWidget.Builder
      extended by org.kuali.rice.core.api.uif.RemotableQuickFinder.Builder
All Implemented Interfaces:
ModelBuilder, RemotableWidgetContract
Enclosing class:
RemotableQuickFinder

public static final class RemotableQuickFinder.Builder
extends RemotableAbstractWidget.Builder


Method Summary
 RemotableQuickFinder build()
          Returns an instance of the object being built by this builder based on the current state of the builder.
static RemotableQuickFinder.Builder create(String baseLookupUrl, String dataObjectClass)
           
 String getBaseLookupUrl()
           
 String getDataObjectClass()
           
 Map<String,String> getFieldConversions()
           
 Map<String,String> getLookupParameters()
           
 void setBaseLookupUrl(String baseLookupUrl)
           
 void setDataObjectClass(String dataObjectClass)
           
 void setFieldConversions(Map<String,String> fieldConversions)
           
 void setLookupParameters(Map<String,String> lookupParameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static RemotableQuickFinder.Builder create(String baseLookupUrl,
                                                  String dataObjectClass)

getBaseLookupUrl

public String getBaseLookupUrl()

setBaseLookupUrl

public void setBaseLookupUrl(String baseLookupUrl)

getDataObjectClass

public String getDataObjectClass()

setDataObjectClass

public void setDataObjectClass(String dataObjectClass)

getLookupParameters

public Map<String,String> getLookupParameters()

setLookupParameters

public void setLookupParameters(Map<String,String> lookupParameters)

getFieldConversions

public Map<String,String> getFieldConversions()

setFieldConversions

public void setFieldConversions(Map<String,String> fieldConversions)

build

public RemotableQuickFinder build()
Description copied from interface: ModelBuilder
Returns an instance of the object being built by this builder based on the current state of the builder. It should be possible to invoke this method more than once on the same builder. It should never return null;

Specified by:
build in interface ModelBuilder
Specified by:
build in class RemotableAbstractWidget.Builder
Returns:
an instance of the object being built by this builder, should never return null


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