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

Packages that use ResourceVirtualField
com.sage.orion.sdata.servlet.accpac   
com.sage.orion.sdata.servlet.accpac.vfields   
 

Uses of ResourceVirtualField in com.sage.orion.sdata.servlet.accpac
 

Methods in com.sage.orion.sdata.servlet.accpac that return ResourceVirtualField
protected  ResourceVirtualField VirtualFieldAdapter.getResourceField()
          returns the ResourceVirtualField that this implements, as provided to the constructor
 

Methods in com.sage.orion.sdata.servlet.accpac that return types with arguments of type ResourceVirtualField
 java.util.List<ResourceVirtualField> Resource.getVirtualFieldsList()
          Gets a List of the virtual fields for the resource.
 

Methods in com.sage.orion.sdata.servlet.accpac with parameters of type ResourceVirtualField
protected  VirtualField SDataView.createVirtualField(ResourceVirtualField resourceField)
          creates an instance of the VirtualField class corresponding to the given ResourceField.
 

Constructors in com.sage.orion.sdata.servlet.accpac with parameters of type ResourceVirtualField
SecurityAccessVirtualFieldAdapter(com.sage.accpac.sm.program.HasSecurity securityInfo, java.lang.String viewName, ResourceVirtualField resourceField, java.util.List<java.lang.String> securityResources)
          Constructor.
SecurityAccessVirtualFieldAdapter(com.sage.accpac.sm.program.HasSecurity securityInfo, java.lang.String viewName, ResourceVirtualField resourceField, java.lang.String securityResource)
          Constructor.
SecurityAccessVirtualFieldAdapter(com.sage.accpac.sm.view.IView view, ResourceVirtualField resourceField, java.util.List<java.lang.String> securityResources)
          Constructor.
SecurityAccessVirtualFieldAdapter(com.sage.accpac.sm.view.IView view, ResourceVirtualField resourceField, java.lang.String securityResource)
          Constructs an instance of the SecurityAccessVirtualFieldAdapter class with a single resource string.
VirtualFieldAdapter(SDataView view, ResourceVirtualField resourceField)
          Deprecated. 
VirtualFieldAdapter(java.lang.String viewName, ResourceVirtualField resourceField)
          constructs a read-write string type instance of the VirtualFieldAdapter for the given ResourceVirtualField and backed by a SDataView or similar with the given name.
VirtualFieldAdapter(java.lang.String viewName, ResourceVirtualField resourceField, boolean isReadOnly)
          constructs a string type instance of the VirtualFieldAdapter for the given ResourceVirtualField and backed by a SDataView or similar with the given name, with the given read-only setting.
VirtualFieldAdapter(java.lang.String viewName, ResourceVirtualField resourceField, boolean isReadOnly, PropertyType type)
          constructs an instance of the VirtualFieldAdapter for the given ResourceVirtualField and backed by a SDataView or similar with the given name, with the given read-only setting and the given type.
VirtualFieldAdapter(java.lang.String viewName, ResourceVirtualField resourceField, PropertyType type)
          constructs a read-write instance of the VirtualFieldAdapter for the given ResourceVirtualField and backed by a SDataView or similar with the given name and field type.
 

Uses of ResourceVirtualField in com.sage.orion.sdata.servlet.accpac.vfields
 

Constructors in com.sage.orion.sdata.servlet.accpac.vfields with parameters of type ResourceVirtualField
FixedBooleanVirtualField(java.lang.String viewName, ResourceVirtualField resourceField, boolean value)
          creates an instance of the FixedBooleanVirtualField class with the given fixed value.
 



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