com.endeca.mobile.abstraction
Class AbstractionContext

java.lang.Object
  extended by com.endeca.mobile.abstraction.AbstractionContext

public class AbstractionContext
extends java.lang.Object


Field Summary
 boolean noRecords
           
 
Constructor Summary
AbstractionContext()
           
 
Method Summary
 java.util.Locale getCurrentLocale()
           
 java.lang.String getDisplayNameKey()
           
 MetadataService getMetadataService()
           
 boolean isNoRecords()
           
 boolean isReturnDimValsAsProps()
           
 void setCurrentLocale(java.util.Locale currentLocale)
           
 void setDisplayNameKey(java.lang.String displayNameKey)
           
 void setMetadataService(MetadataService metadataService)
           
 void setReturnDimValsAsProps(boolean returnDimValsAsProps)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

noRecords

public boolean noRecords
Constructor Detail

AbstractionContext

public AbstractionContext()
Method Detail

isNoRecords

public boolean isNoRecords()

getCurrentLocale

public java.util.Locale getCurrentLocale()

setCurrentLocale

public void setCurrentLocale(java.util.Locale currentLocale)

getMetadataService

public MetadataService getMetadataService()

setMetadataService

public void setMetadataService(MetadataService metadataService)

getDisplayNameKey

public java.lang.String getDisplayNameKey()

setDisplayNameKey

public void setDisplayNameKey(java.lang.String displayNameKey)

isReturnDimValsAsProps

public boolean isReturnDimValsAsProps()

setReturnDimValsAsProps

public void setReturnDimValsAsProps(boolean returnDimValsAsProps)