com.sage.orion.sdata.servlet.accpac
Class ResourceVirtualField

java.lang.Object
  extended by com.sage.orion.sdata.servlet.ResourceField
      extended by com.sage.orion.sdata.servlet.accpac.ResourceVirtualField

public class ResourceVirtualField
extends ResourceField

This class is to be used with the JiBX parser. It should not be changed without changing the JiBX mapping files.


Constructor Summary
ResourceVirtualField()
           
 
Method Summary
 boolean getAutoPostback()
          gets the autopost setting of the field.
 
Methods inherited from class com.sage.orion.sdata.servlet.ResourceField
equals, getDescription, getName, hashCode, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceVirtualField

public ResourceVirtualField()
Method Detail

getAutoPostback

public boolean getAutoPostback()
gets the autopost setting of the field. When the autopost setting is true this is a hint to the SData consumer that they might want to perform an uncommitted stateful update on the field to get derived consequences. This is a very Accpac-specific optimisation.

Returns:
auto postback status


Copyright © 2011 Sage Software, Inc. All rights reserved.