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

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

public class Application
extends java.lang.Object

This class is bound to the JiBX accpacApplication Binding file - accpacApplicationBinding.xml

Note: This file should not be changed without making the appropriate changes to the JiBX binding file. Otherwise the servlet may compile but not be in a runnable state.


Constructor Summary
Application()
           
 
Method Summary
 java.lang.String getOptionalFieldsView()
          gets the rotoid of the view that lists the optional field locations.
 void setOptionalFieldsView(java.lang.String viewid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

getOptionalFieldsView

public final java.lang.String getOptionalFieldsView()
gets the rotoid of the view that lists the optional field locations.

The value returned is as defined by the configuration information; it has not been checked against the actual system.

This method returns a null reference if no view is listed.

Returns:
null or the rotoid of the view that lists the optional field locations.

setOptionalFieldsView

public void setOptionalFieldsView(java.lang.String viewid)


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