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

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

public class Applications
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
Applications()
           
 
Method Summary
static Application getApplication(java.lang.String name)
          Gets the application.
static void loadMap(ApplicationContext context)
          Loads all the application files into this Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Applications

public Applications()
Method Detail

loadMap

public static void loadMap(ApplicationContext context)
Loads all the application files into this Object.

Parameters:
context - a context to allow access to the files

getApplication

public static Application getApplication(java.lang.String name)
Gets the application.

Parameters:
name - id and version of the application
Returns:
the Application object for the name or null if not found


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